{
"channel": {
"id":"DIRECT_DEBIT"
},
"acquirer": {
"id":"BRI"
},
"debit_card": {
"token_id":"TOK_MKZTIFPRLLDPIBH5BJNZWFUV4WE2ZO56::062116:56:56.355"
}
}curl --location --request POST '/direct-debit/v1/token-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"
},
"debit_card": {
"token_id":"TOK_MKZTIFPRLLDPIBH5BJNZWFUV4WE2ZO56::062116:56:56.355"
}
}'{}