Card
amountnumberrequired
Face value of the card assigned to the order.
Example:
10currencystringrequired
Currency of the card in ISO 4217 format.
Possible values: >= 3 characters and <= 3 characters
Example:
EURserialstringrequired
Serial number of the card assigned to the order.
Example:
1850423010product_idstringrequired
Product ID of the card assigned to the order.
Example:
28Card
{
"amount": 10,
"currency": "EUR",
"serial": "1850423010",
"product_id": 28
}