Skip to main content

PrepareOrderResponse

amountnumberrequired

The order amount.

Example: 10
currencystringrequired

The order currency.

Example: EUR
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
product_idstringrequired
Example: MERCHANT_DIRECT_LOAD
PrepareOrderResponse
{
"amount": 10,
"currency": "EUR",
"distributor_id": 9402006,
"order_id": "order_0009402006_test_corr_001",
"product_id": "MERCHANT_DIRECT_LOAD"
}