• DeutschEnglish

country

Data Elements

Key

Format

CND

Description

countryName

string

O

Name of the country

countryA2

string

O

ISO-3166 alpha-2 code

countryA3

string

M

ISO-3166 alpha-3 code

countryNumber

string

O

ISO-3166 numeric code

Schema

BASEURL= https://www.computop-paygate.com/schemas

1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"$id": "BASEURL/country.json",
4
"title": "country",
5
"description": "Country",
6
"type": "object",
7
"properties": {
8
"countryName": {
9
"type": "string",
10
"description": "Name of the country."
11
},
12
"countryA2": {
13
"type": "string",
14
"description": "ISO-3166 alpha-2 code."
15
},
16
"countryA3": {
17
"type": "string",
18
"description": "ISO 3166-1:2013 alpha-3"
19
},
20
"countryNumber": {
21
"type": "string",
22
"description": "ISO-3166 numeric code."
23
}
24
},
25
"required": ["countryA3"],
26
"additionalProperties": false
27
}

Sample

1
{
2
"countryName": "poland",
3
"countryA2": "pl",
4
"countryA3": "pol",
5
"countryNumber": "616"
6
}

Paygate

Documentation (EN)

Dokumentation (DE)

Paygate Status