PaaS API Docs
Search
⌃K

Cancel Transaction

Read on how to cancel transactions created in our system
ACH transactions that have not been submitted for processing can be canceled using this API. You will receive appropriate error messages if a transaction cannot be canceled.
DELETE /users/{{user_id}}/transactions/{{id}}
Request sample
Response sample
curl --location --request DELETE '{{url}}/users/{{user_id}}/transactions/{{id}}' \
--header 'X-Client-Id: 457dde89-76d4-41ac-97ee-f4a4321591d8' \
--header 'X-Client-Secret: c562435e-cb80-4df1-aa11-205a2df56b6a' \
--header 'Content-Type: application/json'
Status code 200 OK