Update 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
≥ 1

Account ID

int64
required

Customer ID

Body Params

Customer properties to update

string

Name

string
length ≤ 128

Nickname.

string
length ≤ 25
deprecated

This field is DEPRECATED. Cards is now responsible for this field.

Person's name to be printed on the card. If the field is null, name or social_name is used.

Punctuation, special characters, and connectors (da/das/de/do/dos/e) are always removed.

This field's maximum lengh of this field is 25, but you can set it to a lower value on the program level with the Max name length on physical card program parameter.

string
length ≤ 64

Social name.

string
length ≤ 100

Email address.

boolean

Is this person a Politically Exposed Person (PEP)? Pismo doesn't do anything differently for a PEP, this is just additional account information. Default is false.

string
enum
length ≤ 1

Gender

Allowed:
string
enum

Marital status

Allowed:
string
length ≤ 60

Mother's name

string
length ≤ 60

Nationality

string
length ≤ 60

Birth city

string
length ≤ 60

Birth state

string
length ≤ 60

Birth country

string

Another ID number

string
length ≤ 30

Document type. Free-form field, not an enum.

string
length ≤ 30

Document issuer

string
length ≤ 30

Document issuer location. This is a free-form field, not an ISO standard.

string

Date document was issued. Format = dd/mm/yyyy.

string
length ≤ 60

Father's name

string
length ≤ 60

Person's occupation

float

Assets

float

Person's income

float

Person's net worth

string

Birth date. Format = dd/mm/yyyy.

boolean

Is customer the account owner?

boolean

Is customer active?

Headers
string

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 from an API endpoint call.

If this field isn't passed, one is automatically generated.

string
required

Organization ID

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json