Skip to main content
GET
/
discounts
/
types
/
allowance
Error
A valid request URL is required to generate request examples
{
  "currencies": {
    "EUR": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "USD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "GBP": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "AUD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    },
    "CAD": {
      "formatted": "<string>",
      "amount": 123,
      "currency": "<string>",
      "currency_symbol": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A discount object

currencies
object

Discount values per currency.

Last modified on April 17, 2026