Get All Country & Currency Code
GET
/finmo/master-data/country-currency-codeGet All Country & Currency Code
Request
Header Params
X-Merchant-Identifier-Id
string
required
Example:
3kqrchza3j
X-Type
string
required
sandbox || production
Example:
sandbox
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
boolean
required
message
string
required
data
array [object {5}]
required
country_name
string
optional
country_code
string
optional
currency_code
string
optional
currency_symbol
string
optional
description
string
optional
Example
{
"status": true,
"message": "string",
"data": [
{
"country_name": "string",
"country_code": "string",
"currency_code": "string",
"currency_symbol": "string",
"description": "string"
}
]
}
Last modified: 4 days ago