Update Order

Partially update an existing order. Accepts a subset of order fields (description, amount, currency, dueDate, customers, paySchedule). The order must already exist; returns 404 if not found.

Path Params
string
required

The merchant ID

string
required

The string identifier for the order with max of 40 characters.

Body Params
string | null

Unique identifier for the order

string | null

Description of the order

number | null

Total amount of the order

string

Currency of the order amount in ISO 4217 format

string

List of customers associated with this order

paySchedule
object | null

Payment schedule for the order

Headers
string
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json