Complete
Completes a checkout process and creates the order
Endpoint Details
POST
/checkout/complete
Headers
Content-Type
application/json
Authorization
Bearer <YOUR_ACCESS_TOKEN>
Body
token
string
Checkout token from prepare endpoint
payment
string
Response Details
statusCode
number
Internal status code of the response
message
string
A brief message describing the result of the API call
metadata
Contains metadata about the API call
auth
Authentication object, only when refresh in true
order.number
string
Order number
order.referenceId
string
Order reference id
Metadata Object
Sample Request and Response
Last updated