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

AddressInfo

countryCodestring
Nullable

ISO 3166-1 alpha-2 country code

Length:
2 <= length <= 2
Example:
"DK"
postalCodestring
Nullable

The local postal code of the address

Length:
1 <= length <= 16
Example:
"1400"
citystring
Nullable

The city

Length:
1 <= length <= 50
Example:
"København"
line1string
Nullable
Length:
1 <= length <= 50
Example:
"Torvegade 45"
line2string
Nullable
Length:
1 <= length <= 50
Example:
"2. th."
line3string
Nullable
Length:
1 <= length <= 50
Example:
"Christianshavn"
AddressInfo
{  "countryCode": "DK",  "postalCode": "1400",  "city": "København",  "line1": "Torvegade 45",  "line2": "2. th.",  "line3": "Christianshavn"}