list-radioGet card product codes

Provides available card products and associated pricing.

Endpoint

GET /products

Response

Response (application/json)
[
  {
    "productCode": "W0193384.3884",
    "currency": "USD",
    "issueMinAmount": 50,
    "issueMaxAmount": 5000,
    "topUpMinAmount": 10,
    "topUpMaxAmount": 5000
  }
]
circle-info

The minimum amounts for card operations are defined by topUpMinAmount and issueMinAmount.

Response parameters

  • productCode (string) — Unique identifier for the card product

  • currency (string) — Supported currency (USD, EUR)

  • issueMinAmount (decimal) — Minimum amount required when issuing this card product

  • issueMaxAmount (decimal) — Maximum amount allowed when issuing this card product

  • topUpMinAmount (decimal) — Minimum amount required for topping up this card product

  • topUpMaxAmount (decimal) — Maximum amount allowed for topping up this card product

Last updated