Cost+ Docs
Self Service

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 -X GET "https://api.costplus.online/v1/merchants/self/projects/self/currencies"
{
  "payment_methods": {
    "property1": {
      "currencies": [
        "string"
      ]
    },
    "property2": {
      "currencies": [
        "string"
      ]
    }
  }
}