Discussions

Ask a Question
Back to All

Send To One - API Wallet Bank Codes

Where should I be able to see the list of bank codes I can attach to my transfer - List of bank codes

curl --request POST
--url https://api.paymongo.com/v1/wallets/asdasdasd/transactions
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"data": {
"attributes": {
"amount": 3000,
"receiver": {
"bank_account_name": "gcash",
"bank_account_number": "091234567889",
"bank_code": "no_idea"
},
"provider": "instapay",
"type": "send_money",
"purpose": "Transfer"
}
}
}
'