Transactions
Update
This endpoint allows you to update the status of a specific transaction identified by its ID.
PUT
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"