post https://sandbox.toshanibank.com/cc_billpay/addBene
Response
xxxxxxxxxx
15curl --request POST \
--url https://sandbox.toshanibank.com/cc_billpay/addBene \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"secret_key": "3c1b9abff9251f8f8164573c215be607",
"mobileNumber": "9732142154",
"card_holder_name": "dummy",
"card_number": "45770745318",
"bankId": "204",
"recipient_mobile": "9733795827",
"ifscCode": "HDFC0000128"
}
'