Skip to main content

ExecuteOrderResponse

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_test_corr_001
product_idstring
Example: CLASSIC
ExecuteOrderResponse
{
"amount": 10,
"currency": "EUR",
"card": {
"amount": 10,
"currency": "EUR",
"serial": "1850422961",
"pin": "0381859494354749",
"product_id": "CLASSIC"
},
"distributor_id": "0009402006",
"order_id": "order_0009402006_test_corr_001",
"product_id": "CLASSIC"
}