ConfirmOrderCard
amountnumberrequired
Face value of the card assigned to the order.
Example:
10currencystringrequired
Currency of the card in ISO 4217 format.
Example:
EURserialstringrequired
Serial number of the card assigned to the order.
Example:
1850470751product_idstringrequired
Product ID of the card assigned to the order.
Example:
MERCHANT_DIRECT_LOADConfirmOrderCard
{
"amount": 10,
"currency": "EUR",
"serial": "1850470751",
"product_id": "MERCHANT_DIRECT_LOAD"
}