GET /orders
Authorizations
Path parameters
referenceanyRequiredExample:
The order reference received on payment order creation
ORDER12345
Responses
201Success
application/json
400Error
application/json
401Error
application/json
404Error
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