查询国家信息
Endpoint
Sandbox
POST https://preapi.futurepay-develop.com//api/v1/reference/countryProduction
POST https://api.futurepay.global/api/v1/reference/countryRequest Parameters
None
Request Example
{}Response
| Field | Type | Description |
|---|---|---|
| countryCode | string | ISO 3166-1 Alpha-2 country code |
| countryName | string | Country name |
Response Example
{
"code": "0",
"msg": "success",
"serverTime": 1738836526355,
"success": true,
"data": [
{
"countryCode": "US",
"countryName": "United States"
},
{
"countryCode": "GB",
"countryName": "United Kingdom"
},
{
"countryCode": "SG",
"countryName": "Singapore"
}
]
}Updated 26 days ago
Did this page help you?