Create Order Response
Content Type: application/json
Field | Field 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. |
Last modified 5mo ago