Decline a transaction
SEPA Instant/SCT
Decline transaction
Declines a transaction that requires approval before processing.
PATCH
Decline a transaction
Overview
This endpoint declines a transaction waiting for approval. Use this when you need to reject a transaction that exceeds your configured threshold instead of approving it.Prerequisites
Transaction signing/approval must be enabled for your account. Contact Inventi team if you want to enable thisHow It Works
- A payment is created that exceeds your signing threshold
- The system places the payment on hold with
TO_SIGNstatus - You receive a webhook notification about the status change
- Decline the transaction using this endpoint
- The transaction status changes to
DECLINEDand will not be processed
Important Notes
Supported Transaction Types
Only these transaction types support declining:- SEPA Credit Transfers (SCT)
- SEPA Instant Payments (INST)
- SWIFT Payments
TO_SIGN status.
API vs UI Declining
When your tenant has API approval enabled:- API-created transactions must be declined through the API by a different API client than the one that created them
- UI-created transactions must be declined through the UI interface
Requirements
- Transaction must have
TO_SIGNstatus - Must use a different API client from the one that created the transaction
- User must have approval/decline permissions configured at the tenant level
Response
This endpoint returns a204 No Content response on successful decline, unlike the approve endpoint which returns the signature details.Path Parameters
Response
Transaction declined successfully
Last modified on January 27, 2026