Update Merchant Bank Info
Merchants
Update Merchant Bank Info
Update the bank account information for a merchant
PUT
Update Merchant Bank Info
Documentation Index
Fetch the complete documentation index at: https://docs.digitzs.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Overview
Use this endpoint to update a merchant’s bank account information used for receiving payment deposits.Authentication
| Header | Value | Required |
|---|---|---|
x-api-key | Your API key | Yes |
Authorization | Bearer {appToken} | Yes |
appId | Your application ID | Yes |
Content-Type | application/json | Yes |
Path Parameters
The merchant account ID
Request Body
Must be
"merchants"Must be
"bankInfo"New bank account information
Example Request
Response
Success Response (200 OK)
Code Examples
Important Notes
Pending Deposits: Existing pending deposits will complete to the old account. Only new deposits use the updated account.
Best Practices
- Validate Before Update: Verify bank details with merchant before submission
- Notify Merchant: Inform merchant of bank account changes
- Audit Trail: Log all bank account updates for compliance
- Test Deposits: Consider micro-deposit verification for added security
Next Steps
Get Merchant Details
Verify updated bank information

