Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesTo get the status of an submitted order you can use this endpoint. Besides the order status it will return (if available) the externalReference
submitted for this order. You can use this externalReference
to link the order status to your internal entity
/api/ordercompletion/reseller/order/{orderId}/status
GET
orderId
. The unique reference of the orderCode | Description |
---|---|
200 | Status of the current order, see example value |
401 | Unauthorized |
403 | Forbidden |
404 | Not found |
500 | Server error |
{ "orderStatus": "Completed", "externalReference": "123456" }