Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

CreatePartnerAccountRequest

namestring
Required

The name of the merchant. This is typically the company name or the name of the merchant domain or app.

Example:
"Merchant Name"
emailstring
Required

The email address of the merchant account owner. This email will automatically be invited to join the created merchant account and granted ownership privileges.

Format:
email
Example:
"owner@merchant.dk"
currencyCodestring
Required

The primary currency of the merchant. Alpha-3.

Example:
"DKK"
languagestring

The primary language of the merchant. ISO 639.

Example:
"da"
timezonestring
Required

The primary timezone of the merchant.

Example:
"Europe/Copenhagen"
domainstring
Required

The primary domain used by the merchant. This should be the URL that purchases are expected to take place from.

Example:
"merchant.dk"
CreatePartnerAccountRequest
{  "name": "Merchant Name",  "email": "owner@merchant.dk",  "currencyCode": "DKK",  "language": "da",  "timezone": "Europe/Copenhagen",  "domain": "merchant.dk"}