🇮🇳India

Bank Transfer

  • payout_method.type = bank_transfer

  • payout_method.payment_method = bank_transfer

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"
}

India Bank Codes

Last updated