Update Proof of Address Information
Updates the address information (proof of address) for an existing debit card customer. This API allows changing the permanent or communication address details including street addresses, city, state, country, district, and postal code.
Authorization
tenantAuth The DCMS tenant name for multi-tenant isolation. Every API call must include this header to identify the client organization.
In: header
Header Parameters
The DCMS client or tenant name for multi-tenant isolation.
Request Body
application/json
Unique customer entity identifier whose address is being updated.
Updated list of addresses for the customer.
Response Body
application/json
curl -X POST "https://api.dcms.example.com/v1/update-manager/poa" \ -H "tenant: ACME_BANK" \ -H "Content-Type: application/json" \ -d '{ "entityId": "req11", "addressInfo": [ { "address1": "Changed - addressM2P Solutions Pvt Ltd", "address2": "Olympia Quest, Plot No:C1 & C56, SIDCO", "address3": "Thiru Vi Ka, Industrial Estate, Guindy", "addressCategory": "COMMUNICATION", "city": "CHENNAI", "country": "INDIA", "district": null, "isoCountryCode": null, "pincode": "600032", "state": "TAMILNADU" } ] }'{
"result": {
"entityId": "req11"
},
"exception": null,
"pagination": null
}Update Registered Account POST
Updates the bank account information for a registered customer. This API allows modifying account details such as account status, account type, currency, default account flag, initial funding amount, primary flag, and scheme code.
Update Proof of Identity Information POST
Updates the communication or contact information (proof of identity) for an existing debit card customer. This API allows changing the mobile number, email address, and notification preferences associated with a customer entity.
