v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Update a customer

Update a customer

Basic operation for updating a customer. Check parameter updateProperty for possible parameters to update

post/v3/{role}/{id}/update/{propertyToUpdate}

Path parameters

role'CORPORATE' | 'PRIVATE' required

Which customer role the customer is

idstring required

The customer id of customer you want to update

propertyToUpdate'DELETE_TEMPORARY_ADDRESS' required

What property you want to update

Query parameters

auditUserstring required

The audit user to log the request

Request body

cardExpiryDatestring

Test field for now that can be ignored, will require more configuration if we choose to use it in the future.

cardTdsStaticPasswordstring

Field that can be populated to set or update 3DS static password on the card (Printable ASCII 0x21–0x7E - no spaces)

Example request

{
  "expiration": {
    "year": 2019,
    "month": 1
  }
}

Response

Successful update of customer

descriptionstring

Short description of the result of the action

idstring

Will contain the ID of the resource that has been created or updated