View Categories

Countries

< 1 min read

Countries #

Returns the ISO country list used across the onboarding forms (tax residency, addresses, correspondence country, etc.).

Endpoint #

GET https://api-test.10npay.com/User/countries

Headers #

  • Authorization: Bearer <access_token>
  • Accept: application/json

Response — 200 OK #

[
  { "id": "BG", "name": "Bulgaria" },
  { "id": "RO", "name": "Romania" },
  { "id": "DE", "name": "Germany" },
  ...
]

Notes #

  • Use id (ISO 3166 alpha-2) wherever a country code is required in the onboarding APIs.
  • The list mirrors the current configuration in the platform; always fetch it dynamically to stay up to date.