Skip to main content
POST
Add Bank Account (Non Indian) (v1)

Headers

X-Api-Key
string
required

Your API key (configured in credentials)

X-Signature
string
required

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.

X-Timestamp
string
required

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.

X-Request-Id
string
required

Unique request identifier (auto-generated) Any unique string per request, e.g. a UUID.

X-User-Id
string
required

User UUID (set above)

Body

application/json
account_number
string
required

The account_number field

account_holder_name
string
required

The account_holder_name field

bank_code
string
required

The bank_code field

account_type
string
required

The account_type field

bank_name
string
required

The bank_name field

country
string
required

The country field

bank_iban
string
required

The bank_iban field

bank_bic
string
required

The bank_bic field

routing_type
string
required

The routing_type field

Response

200 - application/json

Successful response

success
boolean
data
object