{
"channel":{
"id":"DIRECT_DEBIT"
},
"acquirer":{
"id":"BRI"
},
"payment":{
"token":"bzSvaFgw9g07C6VFWlkEhEQVDMEqUwE9YfjY5EM1lCI=",
"otp":"999999"
}
}
curl --location --request POST '/direct-debit/v1/payment/validate' \
--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":"bzSvaFgw9g07C6VFWlkEhEQVDMEqUwE9YfjY5EM1lCI=",
"otp":"999999"
}
}'
{}