Update Cardholder

Updates cardholder details.

Path Params
uuid
required

The unique identifier of the cardholder.

Query Params
uuid
required

The unique identifier of the organization.

Body Params
string
enum

Used mainly for email communication.

Allowed:
string
required

The first name of the cardholder. This will be printed on credit cards as the cardholder. It is important to note, that only the following characters are allowed for issuing cards: A-Z, a-z, 0-9, äöüÄÖÜ.- Maximum length of the combination of first name and last name must not be more then 25 digits (to ensure its correctly displayed on the cards).

string
required

The last name of the cardholder. This will be printed on credit cards as the cardholder. It is important to note, that only the following characters are allowed for issuing cards: A-Z, a-z, 0-9, äöüÄÖÜ.- Maximum length of the combination of first name and last name must not be more then 25 digits (to ensure its correctly displayed on the cards).

string
required

The email address of the cardholder. This will be used for email communication. If the email address is updated for cardholder that has been invited via API or Pliant apps, an email notification is triggered.

string
required

The phone number must start with + followed by 8 to 15 numbers, e.g. +49123456789. If the phone number of a cardholder is updated, who was invited via Pliant and not the API, the phone number is not changed immediately, but the cardholder will receive an email instead with instructions to re-login to Pliant's web app and to update the phone number there. This is necessary as a security precaution, since the phone number is a critical part of the 3DS authentication process for handling purchases with a credit card.

string
enum
required

Used for setting the language in Pliant apps as well as for email communication.

boolean

If true, the cardholder is the owner of the organization. The owner is allowed to administer all settings of the organization on the Pliant platform. If false, the cardholder is a plain cardholder with limited rights on the Pliant platform. Only works if cardholder was invited via API or Pliant apps.

date | null

The date-of-birth of the cardholder.

string | null

The nationality of the cardholder (ISO 3166-1 alpha-2).

personalAddress
object | null

The personal address of the cardholder.

deliveryAddress
object | null

The delivery address of the cardholder.

Responses

Language
Credentials
Bearer
JWT
URL
Response
Choose an example:
application/json