GET /orders

Get order status by reference ---- [auth scope: api-user]

get
Authorizations
Path parameters
referenceanyRequired

The order reference received on payment order creation

Example: ORDER12345
Responses
201Success
application/json
get
GET /orders/{reference} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "merchantReference": "text",
  "status": "text",
  "amount": 1,
  "surcharge": 1,
  "currency": "text",
  "provider": "text",
  "updatedAt": "text",
  "failureReason": "text",
  "bnplOrderId": "text",
  "transactionReference": "text",
  "rejectReason": "text",
  "partnerConfiguration": {},
  "cancelledBy": "text",
  "captureStatus": "text"
}

Last updated