Request
Curl
Response
Response
Parameters
va_id mandatory
: string The unique identifier of the Customer Identifier from which the allowed_payers account details should be deleted.
id mandatory
: string The unique identifier of the allowed_payers account that has to be deleted.
Parameters
type mandatory
: string The type of account. Possible value is bank_account.
bank_account mandatory
: object Indicates the bank account details such as ifsc and account_number.
ifsc mandatory
: string The IFSC associated with the bank account.
account_number mandatory
: string The bank account number.
Handy Tips
Errors
Account validation is only applicable on bank account as a receiver type- code: 400
- description: This error occurs when you try to add an allowed payer account on a Customer Identifier with VPA added as a receiver (with or without a Bank account).
- solution: You cannot add an allowed payer account on a Customer Identifier with VPA added as a receiver (with or without a Bank account).
- code: 400
- description: This error occurs when you try to add new allowed payer accounts when the overall
allowed_payerslimit is exceeded. You can only add up to 10 allowed payer accounts. - solution: Make sure you do not add more than 10 allowed payers.
- code: 400
- description: This error occurs when you do not pass the bank account number in the request.
- solution: Make sure to pass the bank account number in the request.
- code: 400
- description: This error occurs when you try to add a duplicate allowed payer’s account with the same IFSC and account number that already exists.
- solution: Make sure to add a valid allowed payer’s account.