cURL
Bank
Add Bank Account
Add a new bank account for a customer.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Either [account_number, ifsc] or vpa is required.
Only 3 bank accounts and UPI IDs allowed.
Error Codes and Messages
| API Status Code | Response | Reason |
|---|---|---|
| 400 | Customer not found or access denied | Customer not found |
| 400 | Customer not found or access denied | Customer does not belong to the organization |
| 400 | Customer is unverified | Customer is not KYC verified |
| 400 | VPA already in use | UPI ID is already in use |
| 400 | Maximum 3 UPI IDs allowed | 3 UPI IDs are already added for the customer |
| 400 | Account number already in use | Account number is already in use |
| 400 | Maximum 3 bank account details allowed | 3 Bank Accounts are already added for the customer |
| 400 | KYC already in use | KYC is being used by another customer |
| 500 | Internal Server Error | Internal Server Error |
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Body
application/json
- Option 1
- Option 2

