Build a Trustly Source Request object. A Trustly Source Request object requires the following fields:
Field
Value
type
trustly
sessionId
The payment session identifier.
owner
trustly
Trustly Source Details Object
Create a Trustly source details object.
{
"returnUrl": "https://example.com",
}
Field
Required/Optional
Description
returnUrl
Required
If you choose the full redirect flow, this is where you will redirect your customer after the customer authorizes or cancels the payment within the Trustly experience.
Step 2: Create a Trustly source using DigitalRiver.js
Use the DigitalRiver.js library to create and mount elements to the HTML container.
When you create a Trustly source, the customer must authorize the charge through their payment provider. You can accomplish this by redirecting the customer to their payment provider.
Redirecting the customer for Trustly authorization
To redirect your customer to the payment provider for authorization, use the redirectUrl parameter in your createSource response.
The payment provider will present the customer with the transaction details where they can authorize or cancel the transaction. A successful authorization redirects the customer to the Trustly Return URL parameter you specified when you created the source.
Once authorized, the source state will change to chargeable.