If you choose to use the full redirect flow, this is where your Custcmer will be redirected to after cancelling within the BLIK experience.
returnUrl
Required
If you choose to use the full redirect, this is where you will redirect your customer to after authorization within the BLIK experience.
shipping
Optonal
If the order contains a physical product that requires a shipping address, include it here.
Step 2: Create a BLIK source using DigitalRiver.js
To create a BLIK payment source, use the DigitalRiver.js library to create and mount elements to the HTML container, or you can assemble the information and then send it using the standard calls in DigitalRiver.js.
When you create a BLIK source, the customer is required to authorize the charge through their payment provider. You can accomplish this by redirecting the customer to their payment provider.
Redirecting the customer for BLIK 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 and the customer can authorize, or cancel the transaction. A successful authorization redirects the customer to the BLIK Return URL parameter you specified when you created the source.
Once authorized, the source state will change to chargeable.