ConfirmOrderResponse
amountnumberrequired
The order amount.
Example:
10currencystringrequired
The order currency.
Example:
EURcard objectrequired
amountnumberrequired
Face value of the card assigned to the order.
Example:
10currencystringrequired
Currency of the card in ISO 4217 format.
Example:
EURserialstringrequired
Serial number of the card assigned to the order.
Example:
1850470751product_idstringrequired
Product ID of the card assigned to the order.
Example:
MERCHANT_DIRECT_LOADproduct_idstringrequired
Example:
MERCHANT_DIRECT_LOADdistributor_idstringrequired
The business partner ID assigned by PaysafeCard.
Example:
9402006order_idstringrequired
Identifies the order. It is generated by the API or taken from the Correlation-ID header.
Example:
order_0009402006_test_corr_001ConfirmOrderResponse
{
"amount": 10,
"currency": "EUR",
"card": {
"amount": 10,
"currency": "EUR",
"serial": "1850470751",
"product_id": "MERCHANT_DIRECT_LOAD"
},
"product_id": "MERCHANT_DIRECT_LOAD",
"distributor_id": 9402006,
"order_id": "order_0009402006_test_corr_001"
}