Skip to main content
This API allows merchants to add a bank account for a user. It is primarily used for Indian users who require a bank account to perform off-ramp operations. To remove an account, use the Delete Bank Account endpoint (DELETE /api/v2/user/bank_account).

Endpoint

URL: https://api.saber.money/api/v2/user/bank_account
Method: POST

Headers

Request Body Parameters

Sample request

Deleting a bank account

To delete a bank account, call the Delete Bank Account endpoint: URL: https://api.saber.money/api/v2/user/bank_account
Method: DELETE

Notes

  • This API is mandatory for Indian users after KYC approval to enable off-ramp transactions.
  • Ensure the bank_code (IFSC code) is valid and corresponds to the user’s bank branch.
  • Use unique Request-Id values for tracking each request.
API Reference: Add/Delete Bank