Skip to main content

ConfirmOrderResponse

amountnumberrequired

The order amount.

Example: 10
currencystringrequired

The order currency.

Example: EUR
card objectrequired
amountnumberrequired

Face value of the card assigned to the order.

Example: 10
currencystringrequired

Currency of the card in ISO 4217 format.

Example: EUR
serialstringrequired

Serial number of the card assigned to the order.

Example: 1850470751
product_idstringrequired

Product ID of the card assigned to the order.

Example: MERCHANT_DIRECT_LOAD
product_idstringrequired
Example: MERCHANT_DIRECT_LOAD
distributor_idstringrequired

The business partner ID assigned by PaysafeCard.

Example: 9402006
order_idstringrequired

Identifies the order. It is generated by the API or taken from the Correlation-ID header.

Example: order_0009402006_test_corr_001
ConfirmOrderResponse
{
"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"
}