PUT
/
transaction
/
{id_transaction}
curl --request PUT \
  --url https://api.legitimuz.com/transaction/{id_transaction} \
  --header 'Content-Type: multipart/form-data' \
  --form status=completed

Headers

Origin
string

Client's domain (created during the integration key stage).

Example:

"dashboard.legitimuz.com"

x-api-key
string

Generated through the POST request to the IntegrationTokens endpoint.

Example:

"{{secret_key}}"

Path Parameters

id_transaction
string
required

The ID of the transaction to be updated.

Body

multipart/form-data
status
string

The new status of the transaction.

Example:

"completed"