Add Bank Account (Non Indian) (v1)
Add or update bank account details for Non-Indian sender/beneficiary
Refer to the following requirements for different jurisdictions:
| Country | Required Fields |
|---|---|
| United Arab Emirates (country: “ARE”) | bank_iban, account_holder_name, bank_name, account_type |
| Europe | bank_iban, account_holder_name, bank_name, account_type |
| UK (country: “GBR”) | account_number, account_holder_name, routing_type, ifsc (routing_number), account_type |
| Phillipines (country: “PHL”) | account_number, account_holder_name, bank_name |
| Indonesia (country: “IDN”) | account_number, account_holder_name, bank_name |
Headers
Your API key (configured in credentials)
HMAC-SHA256 signature (auto-generated) To test manually: HMAC-SHA256 of apiKey + timestamp (or apiKey + timestamp + userId when X-User-Id is required), keyed with your API secret. The HMAC Generator flow computes this for you.
Unix timestamp in seconds (auto-generated) Unix seconds, e.g. Math.floor(Date.now() / 1000). Must match the timestamp used in the X-Signature computation.
Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.
User UUID (set above)
Body
The account_number field
The account_holder_name field
The bank_code field
The account_type field
The bank_name field
The country field
The bank_iban field
The bank_bic field
The routing_type field
Related topics
Add/Update/Delete Bank Account (Indian) (v1)KYC SharingOverviewKYC WidgetThrough API Endpoints