Skip to main content

Customer

idstringrequired

Uniquely identifies the customer and is provided by the merchant.

If any personal data, e.g. the customer's user name or email address, is used here, it has to be encrypted or hashed for security reasons.

Example: merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomation
min_ageinteger

Valid for my paysafecard payments. Restricts payments to my paysafecard customers only, who are equal to or older than the specified age.

Please note: this means that it is required that the customer has a registered my paysafecard account to make the payment.

Example: 18
kyc_levelstring

Refers to the KYC level of the customer's my paysafecard account.

Depending on the country, my paysafecard accounts are offered with SIMPLE and/or FULL customer identification.

Possible values: [SIMPLE, FULL]

Example: SIMPLE
country_restrictionstring

ISO 3166-1 alpha-2 two-letter country code used to restrict payments to residents of a particular country.

Possible values: >= 2 characters and <= 2 characters

Example: AT
Customer
{
"id": "merchantclientid5HzDvoZSodKDJ7X7VQKrtestAutomation",
"min_age": 18,
"kyc_level": "SIMPLE",
"country_restriction": "AT"
}