v1

latestOpenAPI 3.0.12026-07-2419554.1 KB
Orders

Update order

Update an order by changing the merchantReference. Use this endpoint when specifying the merchantReference during order creation was not possible.

post/v2/orders/{token}

Path parameters

tokenstring string required

Order token.

Headers

Idempotency-Keystring

Idempotency key used for retrying requests. Can be used for retrying failed requests.

Request body

merchantReferencestring

Merchant reference for tracking the order in your system. Omit the field to remove the value.

merchantProcessorReferencestring

Merchant processor reference for tracking the order in your system.

Response

Order updated successfully

tokenstring required

The order token that was updated.

merchantReferencestring

The updated merchant reference, returned if provided in the request.

merchantProcessorReferencestring

The updated merchant processor reference, returned if provided in the request.