Countries

directory Country Information Acquirer V1Get Countries Info Get

get

Get all countries and regions information for the store.

Responses
200

OK

application/json
Responseobject
get
/V1/directory/countries
GET /V1/directory/countries HTTP/1.1
Host: {{baseurl}}
Accept: */*
[
  {
    "id": "voluptate fugi",
    "two_letter_abbreviation": "aute",
    "three_letter_abbreviation": "exercitation do",
    "full_name_locale": "ex ",
    "full_name_english": "proident velit nostrud aute",
    "available_regions": [
      {
        "id": "in in non qui ipsum",
        "code": "voluptate ",
        "name": "ut",
        "extension_attributes": {}
      },
      {
        "id": "sed in dolor do ",
        "code": "labore velit",
        "name": "commodo",
        "extension_attributes": {}
      }
    ],
    "extension_attributes": {}
  },
  {
    "id": "incididunt officia in eu",
    "two_letter_abbreviation": "qui ipsum esse est nulla",
    "three_letter_abbreviation": "nulla",
    "full_name_locale": "fugiat enim mollit laboris",
    "full_name_english": "consequat non",
    "available_regions": [
      {
        "id": "reprehenderit tempor",
        "code": "laboris",
        "name": "esse cillum in et labore",
        "extension_attributes": {}
      },
      {
        "id": "n",
        "code": "anim sit fugiat minim",
        "name": "nisi consequat id",
        "extension_attributes": {}
      }
    ],
    "extension_attributes": {}
  }
]

directory Country Information Acquirer V1Get Country Info Get

get

Get country and region information for the store.

Path parameters
countryIdstringRequired

(Required)

Example: <string>
Responses
200

OK

application/json
Responseobject
get
/V1/directory/countries/{countryId}
GET /V1/directory/countries/{countryId} HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "id": "sit esse par",
  "two_letter_abbreviation": "magna irure in officia",
  "three_letter_abbreviation": "officia aliquip do",
  "full_name_locale": "et commodo",
  "full_name_english": "minim Excepteur",
  "available_regions": [
    {
      "id": "Duis",
      "code": "cillum in aliquip",
      "name": "aliqua ullamco",
      "extension_attributes": {}
    },
    {
      "id": "culpa deserunt irure",
      "code": "ex Duis dol",
      "name": "ipsum quis pariatur",
      "extension_attributes": {}
    }
  ],
  "extension_attributes": {}
}