RetrieveCashoutOrderResponse
amountnumber<double>required
Cashout order amount.
Example:
9.99currencystringrequired
Cashout order currency.
Possible values: >= 3 characters and <= 3 characters
Example:
EURcard objectrequired
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:
00002distributor_idstringrequired
Business partner ID assigned by PaysafeCard.
Example:
9301013order_idstringrequired
Cashout order identifier.
Example:
order_0009301013_test_corr_001product_idstringrequired
Product identifier associated with the cashout order.
Example:
00002shop_idstringrequired
Shop from which the request was made.
Example:
shopdid123terminal_idstringrequired
Terminal from which the request was made.
Example:
terminalid123order_statusOrderStatus (string)required
Current order status.
Possible values: [PREPARED, DELIVERED, REJECTED, WITHDRAWN, CANCELLED, EXPIRED]
Example:
CANCELLEDdelivery_typestringrequired
Channel to which the order was delivered.
Possible values: [ACCOUNT]
Example:
ACCOUNTRetrieveCashoutOrderResponse
{
"amount": 9.99,
"currency": "EUR",
"card": {
"amount": 9.99,
"currency": "EUR",
"serial": "1850692086",
"product_id": "00002"
},
"distributor_id": 9301013,
"order_id": "order_0009301013_test_corr_001",
"product_id": "00002",
"shop_id": "shopdid123",
"terminal_id": "terminalid123",
"order_status": "CANCELLED",
"delivery_type": "ACCOUNT"
}