Skip to main content

RetrieveCashoutCard

amountnumber<double>required

Face value of the card assigned to the cashout order.

Example: 9.99
currencystringrequired

Currency of the card in ISO 4217 format.

Possible values: >= 3 characters and <= 3 characters

Example: EUR
serialstringrequired

Serial number of the card assigned to the cashout order.

Example: 1850692086
product_idstringrequired

Product identifier of the card assigned to the cashout order.

Example: 00002
RetrieveCashoutCard
{
"amount": 9.99,
"currency": "EUR",
"serial": "1850692086",
"product_id": "00002"
}