About
Cancel a transaction
How works the cancellation of a transaction with Propaga?
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How works the cancellation of a transaction with Propaga?
curl --request PUT \
--url https://staging-api.propaga.io/v1/transaction/{transactionId} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"status": "cancel"
}'
on-hold status exclusively.Was this page helpful?
