Skip to main content

CashoutCard

amountnumberrequired

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: MERCHANT_DIRECT_LOAD_CASHOUT
CashoutCard
{
"amount": 9.99,
"currency": "EUR",
"serial": "1850692086",
"product_id": "MERCHANT_DIRECT_LOAD_CASHOUT"
}