This endpoint returns the list of available countries for a given terminal, allowing clients to begin a location-based product flow. It is typically the first step in selecting a geographic context for physical or virtual product delivery.
This method is typically used to initialize the flow and configure UI labels dynamically.The nextPath and nextField guide the client to the next step in the product selection process.The actual list of countries is retrieved in a later step, once the flow is activated.
Request
Path Params
terminalId
integer<int32>
required
Header Params
U
string
required
Default:
{{U}}
SH
string
required
Default:
{{SH}}
ST
string
required
Default:
{{ST}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://evsb.csqworld.com/physical-products/countries/' \
--header'U;' \
--header'SH;' \
--header'ST;'