Update Transaction
Transactions
Update
This endpoint allows you to update the status of a specific transaction identified by its ID.
PUT
Update Transaction
Documentation Index
Fetch the complete documentation index at: https://legitimuz.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Client's domain (created during the integration key stage).
Example:
"dashboard.legitimuz.com"
Generated through the POST request to the IntegrationTokens endpoint.
Example:
"{{secret_key}}"
Path Parameters
The ID of the transaction to be updated.
Body
multipart/form-data
The new status of the transaction.
Example:
"completed"
Response
200 - undefined