Skip to main content

ConfirmCashoutOrderResponse

amountnumberrequired

Confirmed cashout order amount.

Example: 9.99
currencystringrequired

Confirmed cashout order currency.

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

Example: EUR
card objectrequired
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
distributor_idstringrequired

Business partner ID assigned by PaysafeCard.

Example: 9301013
order_idstringrequired

Identifier of the confirmed cashout order.

Example: order_0009301013_test_corr_001
ConfirmCashoutOrderResponse
{
"amount": 9.99,
"currency": "EUR",
"card": {
"amount": 9.99,
"currency": "EUR",
"serial": "1850692086",
"product_id": "MERCHANT_DIRECT_LOAD_CASHOUT"
},
"distributor_id": 9301013,
"order_id": "order_0009301013_test_corr_001"
}