Skip to main content

RetrieveCashoutOrderResponse

amountnumber<double>required

Cashout order amount.

Example: 9.99
currencystringrequired

Cashout order currency.

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

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

Business partner ID assigned by PaysafeCard.

Example: 9301013
order_idstringrequired

Cashout order identifier.

Example: order_0009301013_test_corr_001
product_idstringrequired

Product identifier associated with the cashout order.

Example: 00002
shop_idstringrequired

Shop from which the request was made.

Example: shopdid123
terminal_idstringrequired

Terminal from which the request was made.

Example: terminalid123
order_statusOrderStatus (string)required

Current order status.

Possible values: [PREPARED, DELIVERED, REJECTED, WITHDRAWN, CANCELLED, EXPIRED]

Example: CANCELLED
delivery_typestringrequired

Channel to which the order was delivered.

Possible values: [ACCOUNT]

Example: ACCOUNT
RetrieveCashoutOrderResponse
{
"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"
}