Configuring BLIK
Learn how to configure BLIK for DigitalRiver.js with Elements.
Step 1: Build a BLIK Source Request object
Field
Value
BLIK Source Details object
{
"cancelUrl": "https://example1.com",
"returnUrl": "https://example2.com",
"shipping": {
"email": "[email protected]",
"phoneNumber": "077 1723 6984",
"recipient": "John Doe"
"address": {
"line1": "ul. Fajansowa 98",
"city": "Warszawa",
"country": "PL",
"postalCode": "02-217"
}
}
}Field
Required/Optional
Description
Step 2: Create a BLIK source using DigitalRiver.js
BLIK source response example
Step 3: Authorize the BLIK source
Redirecting the customer for BLIK authorization
Step 4: Use the authorized source
Testing BLIK
Last updated