MerchantEnrollmentRequest
companyPrimaryLegalNamestringrequired
The primary legal name of the company
Possible values: non-empty and <= 100 characters
Example:
CardTokens ApspresentationNamestringrequired
The name of the company which should be displayed when interacting with Click2Pay
Possible values: non-empty and <= 100 characters
Example:
CardTokensprimaryWebsiteUrlstring
Possible values: non-empty and <= 100 characters
countryCodestringrequired
the country code according to iso-3166-1-alpha-2
Possible values: >= 2 characters and <= 2 characters
Example:
DEoriginDomainsstring[]
A list of checkout domains used for the merchant
Possible values: non-empty and <= 300 characters
supportedCardBrandsstring[]
A list of supported card brands
MerchantEnrollmentRequest
{
"companyPrimaryLegalName": "CardTokens Aps",
"presentationName": "CardTokens",
"primaryWebsiteUrl": "string",
"countryCode": "DE",
"originDomains": [
"checkout.cardtokens.io"
],
"supportedCardBrands": [
"MASTERCARD",
"VISA",
"DISCOVER",
"AMEX"
]
}