Sign multiple transactions
SWIFT Payments
Sign multiple transactions
Signs multiple transactions in bulk that require approval.
POST
Sign multiple transactions
Overview
This endpoint signs multiple transactions at once. Use it to approve several payments waiting for signatures.Prerequisites
Transaction signing must be enabled for your account. Contact Inventi team if you want to enable thisHow It Works
- Submit all IDs that need signature in a single request
- The system signs each transaction
- Response shows successful signatures and any failures
- Payments processing resume automatically after signing
Important Notes
Supported Transaction Types
Only these transaction types support signing:- SEPA Credit Transfers (SCT)
- SEPA Instant Payments (INST)
- SWIFT Payments
TO_SIGN status.
Bulk Signing Behavior
When using this bulk signing endpoint:- Successfully signed transactions appear in the response
- Failed transactions are included in
failedToSignTransactionIds - Transactions fail silently without stopping the entire batch
- Transaction not in
TO_SIGNstatus - User has already signed this transaction
- Transaction type doesn’t support signing
- Insufficient permissions for the user
API vs UI Signing
When your tenant has API signing enabled:- API-created transactions must be signed through the API by a different API client than the one that created them
- UI-created transactions must be signed through the UI interface
Requirements
- Transactions must have
TO_SIGNstatus - Must use a different API client from the one that created the transactions
- User must have signing permissions configured at the tenant level
Last modified on January 27, 2026