Prepaid card products

Prepaid Card Products

List Available Prepaid Card Products. Retrieve the list of prepaid card products currently available for issuance.

GET /api/v1/prepaid-payment/products

Response Example:

{
  "items": [
    {
      "code": "VISA-US",
      "countries": ["US"],
      "currency": "USD",
      "fee": 2.5,
      "expiryType": "FROM_ISSUE_DATE",
      "expiryInMonths": 6,
      "amountMin": 5,
      "amountMax": 10000
    }
  ]
}