v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBUpdate person or company customer
Update the account's person or company customer information.
Fields not passed are not updated.
This endpoint generates an Account entity updated event.
If the customer.is_owner property is set to true:
- The account owner is changed to this new customer, and all existing customers remain active in the account.
- This endpoint generates an Account owner changed event.
If customer.is_active = true, and the Maximum number of card holders program parameter is set, this customer is counted in the limit of maximum number of card holders for an account.
Path parameters
Account ID
Customer ID
Headers
The Correlation Identifier field is used to link related API requests and events. The x-cid can help the Pismo engineering team track everything related to a call. You can find the x-cid field in the response header of an API endpoint call. If the x-cid value isn't passed, one is automatically generated.
Organization ID
Request body
Example request
{
"id": "1",
"type": "NATURAL_PERSON",
"created_at": "2025-01-10T10:00:00Z",
"birth_date": "31/12/1980",
"document_issued_date": "01/31/1970",
"is_active": true
}Response
Customer details were successfully updated
Example response
{
"id": "1",
"type": "NATURAL_PERSON",
"created_at": "2025-01-10T10:00:00Z",
"document_number": "7777888hh",
"type_id": 1,
"entity_type": "Person",
"birth_date": "1991-11-27",
"document_issued_date": "01/31/1970"
}