Skip to main content
POST
cURL

Add Bank Account

Either [account_number, ifsc] or vpa is required.
Only 3 bank accounts and UPI IDs allowed.

Error Codes and Messages

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
customer_id
string<uuid>
required

Customer's unique identifier

Example:

"c2cf861b-342b-4318-a90e-85cd0312e82f"

account_number
string
required

Bank account number

Example:

"7627389201"

ifsc
string
required

IFSC code of the bank

Example:

"SBI0001829IU"

account_name
string
Example:

"Sandbox Technologies Pvt Ltd"

Response

Bank account added successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
object