Update Proof of Identity Information
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.
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 proof of identity is being updated.
Updated list of communication contacts for the customer.
Response Body
application/json
curl -X POST "https://api.dcms.example.com/v1/update-manager/poi" \ -H "tenant: ACME_BANK" \ -H "Content-Type: application/json" \ -d '{ "entityId": "req11", "communicationInfo": [ { "contactNo": "9876543210", "emailId": "changetest98765@gmail.com", "notification": true } ] }'{
"result": {
"entityId": "req11"
},
"exception": null,
"pagination": null
}Update Proof of Address Information POST
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.
View Customer POST
Retrieves complete customer profile information by entity ID. Returns all associated data including account details, kit/card information, address records, communication contacts, KYC documents, and account-kit mappings. This is the primary API for getting a full view of a customer in the DCMS system.
