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

Account

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.

invoiceCompanyNamestring
Nullable

The company name used for invoicing.

invoiceAddressLineOnestring
Nullable

The first invoice address line.

invoiceAddressLineTwostring
Nullable

The second invoice address line.

invoiceCitystring
Nullable

The invoice city.

invoicePostalCodestring
Nullable

The invoice postal code.

globalLocationNumberstring
Nullable

The global location number (EAN / GLN) used for invoicing.

useSeparateInvoicingAddressboolean

Whether a separate invoicing address is used.

vatstring
Nullable

The VAT number of the merchant

currencyCodestring
Nullable

The primary currency code of the merchant

referenceNumberstring
Nullable

Short account reference number

createdAtstring

The merchant account creation time

Format:
date-time
updatedAtstring

The merchant account last update time

Format:
date-time
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",  "invoiceCompanyName": "string",  "invoiceAddressLineOne": "string",  "invoiceAddressLineTwo": "string",  "invoiceCity": "string",  "invoicePostalCode": "string",  "globalLocationNumber": "string",  "useSeparateInvoicingAddress": true,  "vat": "string",  "currencyCode": "string",  "referenceNumber": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}