post https://{{BASE_URL}}/api/user_services/v1/user_kyc/v2/bank_account
This API endpoint is used to add and verify the user's bank account, typically used for offramp.
"action" can be one of the following:
- "add" - Adds a bank account if not added yet
- "delete" - Deletes the current bank account
Parameters | Description | Required |
---|---|---|
bank_id | Bank account number of the user | Yes |
ifsc_code | IFSC code of the bank account | Yes |
type | Type of bank account (Savings or Current) | Yes |
The bank account verification happens through penny-drop, where Saber Money deposits INR 1 to the bank account to verify the same.
Note: Only one bank account can be registered at a point. To update the bank account, the merchant must first delete the existing one and then add a new one.