Create Order Response

Content Type: application/json

FieldField Type Description

orderId

string

The unique order identifier.

orderToken

string

number A session token returned by the Payment Methods for lookups.

redirectUrl

string

The generated payment URL returned by the Payment Method that the customer should be redirected to.

bnplProvider

string

The Payment Method provider used for the payment.

orderReference

string

The order reference used to lookup the order. (Always match with the OrderID sent in Create Order Request)

orderAmount

number

The total amount of the order.

orderPaymentOption

string

The payment option selected for the order.

orderDate

string

The date and time the order was placed

paymentStatus

string

The order payment status.

transactionReference

string

The order transaction reference.

Last updated