{
"channel": {
"id":"DIRECT_DEBIT"
},
"acquirer": {
"id":"BRI"
},
"payment": {
"token":"uJytoKwQQ6iSgpo6wPvTuLsZQrjToz/+9X6pITHSA0o="
}
}
curl --location --request POST '/direct-debit/v1/payment-otp' \
--header 'Client-Id: {{client_id}}' \
--header 'Request-Id: {{request_id}}' \
--header 'Request-Timestamp: {{request_timestamp}}' \
--header 'Signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": {
"id":"DIRECT_DEBIT"
},
"acquirer": {
"id":"BRI"
},
"payment": {
"token":"uJytoKwQQ6iSgpo6wPvTuLsZQrjToz/+9X6pITHSA0o="
}
}'
{}