v1
latestOpenAPI 3.1.02026-07-2478315484.9 KBCustomer
Update Customer
This endpoint allows you to update the government identifiers associated with an existing customer. Government identifiers are required by the UAE Open Finance specification to uniquely identify the customer and must reflect the latest, valid information for the account holder.
put/customers/v1/{customer_id}/
Path parameters
customer_idstring required
Request body
Example request
{
"government_identifier": [
{
"type": "EMIRATES_ID",
"value": "784-1232-1232-1232"
}
]
}