Approve one or multiple transactions
Approve pending transactions by posting them to the ledger. Supports both single and batch transaction approval.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the transactions
Request
This endpoint expects a string or a list of strings or a list of objects or an object.
Single transaction ID as a string
OR
Array of transaction IDs
OR
Array of transaction objects with IDs
OR
Request Body 4
OR
Request Body 5
Response
Transactions approved successfully
success
totalProcessed
Total number of transactions processed
results