RetrieveCashoutCard
amountnumber<double>required
Face value of the card assigned to the cashout order.
Example:
9.99currencystringrequired
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 cashout order.
Example:
1850692086product_idstringrequired
Product identifier of the card assigned to the cashout order.
Example:
00002RetrieveCashoutCard
{
"amount": 9.99,
"currency": "EUR",
"serial": "1850692086",
"product_id": "00002"
}