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

CreatePartnerAccountResponse

idstring

The primary id of the merchant account

Format:
uuid
Example:
"019a0abe-f093-72c7-9f89-be4e48b9e01e"
namestring

The name of the account

addressLineOnestring
Nullable

The address line of the merchant

addressLineTwostring
Nullable

The address line of the merchant

citystring
Nullable

The city of the merchant

postalCodestring
Nullable

The postal code of the merchant

countryCodestring
Nullable

The country code of the merchant

phonestring
Nullable

The primary contact number of the merchant

emailstring
Nullable

The primary contact email of the merchant

timezonestring
Nullable

The primary timezone of the merchant

invoiceEmailstring
Nullable

The email used when sending invoices.

invoiceAttentionstring
Nullable

The receiver name of the invoice email.

vatstring
Nullable

The VAT number of the merchant

currencyCodestring
Nullable

The primary currency code of the merchant

statusstring

The current status of the merchant account

createdAtstring

The merchant account creation time

Format:
date-time
CreatePartnerAccountResponse
{  "account": {    "id": "019a0abe-f093-72c7-9f89-be4e48b9e01e",    "name": "string",    "addressLineOne": "string",    "addressLineTwo": "string",    "city": "string",    "postalCode": "string",    "countryCode": "string",    "phone": "string",    "email": "string",    "timezone": "string",    "invoiceEmail": "string",    "invoiceAttention": "string",    "vat": "string",    "currencyCode": "string",    "status": "string",    "createdAt": "2019-08-24T14:15:22Z"  }}