Authorization: Bearer ********************
{
"phoneNo": "6287711114444",
"additionalInfo": {
"channel": "DIRECT_DEBIT_ALLO_SNAP",
"custIdMerchant": "CUST_6287711114444",
"customerName": "anomymous",
"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",
"deviceModel": "iphone12",
"osType": "ios",
"channelId": "app"
}
}
curl --location --request POST '/direct-debit/core/v1/registration-account-binding' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNo": "6287711114444",
"additionalInfo": {
"channel": "DIRECT_DEBIT_ALLO_SNAP",
"custIdMerchant": "CUST_6287711114444",
"customerName": "anomymous",
"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",
"deviceModel": "iphone12",
"osType": "ios",
"channelId": "app"
}
}'
{}