India Bank Branch Validation
Example Bank Transfer Payload
{
"payout_method": {
"type": "bank_transfer",
"payment_method": "bank_transfer",
"beneficiary": {
"name": "John Doe",
"payout_method_details": {
"account_number": "9994567890123456789665345678123490",
"first_name": "John",
"last_name": "Doe",
"phone_number": "+9100000000",
"address": "Recipient's Address",
"bank_branch": "INDB0000018",
"email": "johndoe@gmail.com"
}
}
},
"amount": {
"value": "20.00",
"currency_code": "USD"
},
"country_code": "IN",
"purpose": "salaries",
"request_id": "unique_request_id"
}
{
"purpose": "SALARIES",
"reference": null,
"id": "a7cb254a-f67c-4c2f-8441-a4012363c92e",
"payout_method": {
"type": "bank_transfer",
"payment_method": "in_bank_transfer",
"beneficiary_details": {
"name": "John Doe"
}
},
"amount": {
"value": 20.00,
"currency_code": "USD"
},
"country_code": "IN",
"request_id": "unique_request_id",
"created_at": 1709277314
}