post https://sandbox.paddieswitch.com/api/v1/transactions/quotations/bank-account
This method create quote for bank account transactions.
Log in to see full request history
Responses
This method create quote for bank account transactions.
xxxxxxxxxx
17curl --request POST \
--url https://sandbox.paddieswitch.com/api/v1/transactions/quotations/bank-account \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"accountNumber": "1976010126",
"beneficiaryAmount": 0,
"beneficiaryCountry": "NG",
"beneficiaryCurrency": "NGN",
"beneficiaryMobileNumber": "08142373363",
"senderAmount": 10,
"senderCurrency": "USD",
"senderMobileNumber": "08012345678",
"sessionId": "300008072022"
}
'
Try It!
to start a request and see the response here! Or choose an example: