ConfirmCashoutOrderResponse
amountnumberrequired
Confirmed cashout order amount.
Example:
9.99currencystringrequired
Confirmed cashout order currency.
Possible values: >= 3 characters and <= 3 characters
Example:
EURcard objectrequired
amountnumberrequired
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:
MERCHANT_DIRECT_LOAD_CASHOUTdistributor_idstringrequired
Business partner ID assigned by PaysafeCard.
Example:
9301013order_idstringrequired
Identifier of the confirmed cashout order.
Example:
order_0009301013_test_corr_001ConfirmCashoutOrderResponse
{
"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"
}