WiPay
Payments APIv1.0.11Helpers

Supported Currencies

Retrieve the supported currencies for a country. If `country_code` is omitted, returns currencies for the platform's default country.

GET
/get/currencies

Query Parameters

country_code?string

ISO 3166-1 alpha-2 country code. Optional; defaults to the platform's country.

Match^[A-Z]{2}$

Response Body

curl -X GET "https://tt.wipayfinancial.com/plugins/get/currencies?country_code=string"
[
  "TTD",
  "USD"
]
{
  "message": "string",
  "url": "http://example.com",
  "transaction_id": "string"
}