RetrieveOrderResponse
amountnumber<double>
Example:
10currencystring
Example:
EURcard object
amountnumber<double>
Face value of the PIN.
Example:
10currencystring
Currency of the PIN.
Example:
EURserialstring
Serial number of the PIN.
Example:
1850422961pinstring
Unique PIN used by the customer.
Example:
0381859494354749product_idstring
Product identifier of the PIN.
Example:
CLASSICdistributor_idstring
Example:
0009402006order_idstring
Example:
order_0009402006_gFGMpuuhPHhipuIMff6qoQQM0HmV9Qbyproduct_idstring
Example:
00028shop_idstring
Example:
shopdid_testterminal_idstring
Example:
test_terminal_123order_statusOrderStatus (string)
Current order state.
Possible values: [DELIVERED, REJECTED, CANCELLED]
Example:
DELIVEREDdelivery_typestring
Possible values: [RETURN]
Example:
RETURNorder_error_codeinteger
Original order error code.
Example:
10007RetrieveOrderResponse
{
"amount": 10,
"currency": "EUR",
"card": {
"amount": 10,
"currency": "EUR",
"serial": "1850422961",
"pin": "0381859494354749",
"product_id": "CLASSIC"
},
"distributor_id": "0009402006",
"order_id": "order_0009402006_gFGMpuuhPHhipuIMff6qoQQM0HmV9Qby",
"product_id": "00028",
"shop_id": "shopdid_test",
"terminal_id": "test_terminal_123",
"order_status": "DELIVERED",
"delivery_type": "RETURN",
"order_error_code": 10007
}