Skip to content

Force update a order status and receive postback webhook.

PUT
/order-tools/v1/order/status
object
id
required

Unique id of the order.

string
status
required
The status you want to simulate the Order (PayIn/PayOut).

Final status: EXPIRED, CANCELED, REFUNDED, ERROR.

- Orders with a final status can't be changed.
- Payin orders with status PENDING can be changed to PAID, CANCELED, EXPIRED or ERROR.
- Payin orders with status PAID can only be changed to REFUNDED.
- Payout orders with status PENDING can be changed to PAID, ERROR or CANCELED.

PayIn status: PAID, CANCELED, EXPIRED or ERROR.
PayOut status: PAID, ERROR.
string
Allowed values: PAID REFUNDED EXPIRED CANCELED REJECTED ERROR

The resource was returned successfully

object
id
required

Order id.

string
description
required

Description of the operation status.

string
Array<string>

An unexpected error occurred inside the server

Array<string>