RetrieveOrderResponse
The order amount.
10The order currency.
Possible values: >= 3 characters and <= 3 characters
EURcard objectrequired
Face value of the card assigned to the order.
10Currency of the card in ISO 4217 format.
Possible values: >= 3 characters and <= 3 characters
EURSerial number of the card assigned to the order.
1850423010Product ID of the card assigned to the order.
28The business partner ID assigned by PaysafeCard.
9402006Identifies the order. It is generated by the API or taken from the Correlation-ID header.
order_0009402006_test_corr_001Product identifier associated with the order.
28Identifies the shop from which the request was made.
shopdid_testIdentifies the terminal from which the request was made.
test_terminal_123Current order status.
Possible values: [PREPARED, DELIVERED, REJECTED, WITHDRAWN, CANCELLED, EXPIRED]
CANCELLEDChannel to which the order was delivered. For PaysafeCard direct and PaysafeCash, the value is ACCOUNT.
Possible values: [ACCOUNT]
ACCOUNT{
"amount": 10,
"currency": "EUR",
"card": {
"amount": 10,
"currency": "EUR",
"serial": "1850423010",
"product_id": 28
},
"distributor_id": 9402006,
"order_id": "order_0009402006_test_corr_001",
"product_id": 28,
"shop_id": "shopdid_test",
"terminal_id": "test_terminal_123",
"order_status": "CANCELLED",
"delivery_type": "ACCOUNT"
}