Order
Update Order
Update specific fields of an existing order.
PATCH
Overview
The Update Order endpoint enables you to modify specific information of an existing order, such as buyer details (PAN number, date of birth) and invoice information. This is useful for correcting or updating order details after creation.
You can update the following fields:
- Buyer Information: PAN number, date of birth
- Invoice Information: Invoice number, invoice date
Authorizations
Client app ID. You can find your app id in the merchant dashboard.
Client secret key. You can find your secret in the merchant dashboard.
Path Parameters
Unique identifier of the order
Body
application/json
Order update request - only include fields to update
Request body for updating order - only include fields to update
Response
200
application/json
Order updated successfully
The response is of type object
.