Cost+Docs

Get supported currencies

List supported currencies for each available payment method in your project.

GET
/merchants/self/projects/self/currencies

Authorization

basicAuth
AuthorizationBasic <token>

Use your API key as the username and leave the password empty. Encode as Base64: {api_key}: (note the trailing colon).

In: header

Response Body

application/json

curl -u YOUR_API_KEY: \  https://api.costplus.online/v1/merchants/self/projects/self/currencies/
{
  "payment_methods": {
    "property1": {
      "currencies": [
        "string"
      ]
    },
    "property2": {
      "currencies": [
        "string"
      ]
    }
  }
}