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/productsResponse Example:
{
"items": [
{
"code": "VISA-US",
"countries": ["US"],
"currency": "USD",
"fee": 2.5,
"expiryType": "FROM_ISSUE_DATE",
"expiryInMonths": 6,
"amountMin": 5,
"amountMax": 10000
}
]
}Updated about 1 month ago
