patch https://{tenantUrl}/public-api/resources/transactions/v1.0/
Update a non-finalised transaction
Log in to see full request history
Responses
422The payload you provided is invalid
Update a non-finalised transaction
422The payload you provided is invalid
xxxxxxxxxx
curl --request PATCH \
--url https://example.com/public-api/resources/transactions/v1.0/transaction \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"status":"pending"}'
Try It!
to start a request and see the response here! Or choose an example: