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

CreatePartnerAccountRequest

namestring
Required
Example:
"Merchant Name"
emailstring
Required
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
Example:
"merchant.dk"
CreatePartnerAccountRequest
{  "name": "Merchant Name",  "email": "owner@merchant.dk",  "currencyCode": "DKK",  "language": "da",  "timezone": "Europe/Copenhagen",  "domain": "merchant.dk"}