Authorization: Bearer ********************
{
"cardData": "WQDBg1u8PK0+g9YVyFIWeAuD7bSciGdMlph0wbD2iPhYKLRCt4qS0/GIIwQVx40nEgbfYke+KqS4VJ2yXyTN7w==|EsOoC+kF3Tna/ZCWdCOSZA==",
"custIdMerchant": "CUST_6287711116666",
"journeyId": "110829384",
"phoneNo": "6287711116666",
"additionalInfo": {
"channel": "DIRECT_DEBIT_MANDIRI_SNAP",
"customerName": "John Doe",
"email": "john.doe@doku.com",
"idCard": "12345",
"country": "Indonesia",
"address": "Bali",
"dateOfBirth": "19990101",
"successRegistrationUrl": "https://sandbox.doku.com/bo/login/",
"failedRegistrationUrl": "https://www.seleniumeasy.com/test"
}
}
curl --location --request POST '/direct-debit/core/v1/registration-card-bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardData": "WQDBg1u8PK0+g9YVyFIWeAuD7bSciGdMlph0wbD2iPhYKLRCt4qS0/GIIwQVx40nEgbfYke+KqS4VJ2yXyTN7w==|EsOoC+kF3Tna/ZCWdCOSZA==",
"custIdMerchant": "CUST_6287711116666",
"journeyId": "110829384",
"phoneNo": "6287711116666",
"additionalInfo": {
"channel": "DIRECT_DEBIT_MANDIRI_SNAP",
"customerName": "John Doe",
"email": "john.doe@doku.com",
"idCard": "12345",
"country": "Indonesia",
"address": "Bali",
"dateOfBirth": "19990101",
"successRegistrationUrl": "https://sandbox.doku.com/bo/login/",
"failedRegistrationUrl": "https://www.seleniumeasy.com/test"
}
}'
{}