Skip to main content

RetrieveOrderResponse

amountnumber<double>
Example: 10
currencystring
Example: EUR
card object
amountnumber<double>

Face value of the PIN.

Example: 10
currencystring

Currency of the PIN.

Example: EUR
serialstring

Serial number of the PIN.

Example: 1850422961
pinstring

Unique PIN used by the customer.

Example: 0381859494354749
product_idstring

Product identifier of the PIN.

Example: CLASSIC
distributor_idstring
Example: 0009402006
order_idstring
Example: order_0009402006_gFGMpuuhPHhipuIMff6qoQQM0HmV9Qby
product_idstring
Example: 00028
shop_idstring
Example: shopdid_test
terminal_idstring
Example: test_terminal_123
order_statusOrderStatus (string)

Current order state.

Possible values: [DELIVERED, REJECTED, CANCELLED]

Example: DELIVERED
delivery_typestring

Possible values: [RETURN]

Example: RETURN
order_error_codeinteger

Original order error code.

Example: 10007
RetrieveOrderResponse
{
"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
}