Approve one or multiple transactions

Approve pending transactions by posting them to the ledger. Supports both single and batch transaction approval.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
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.
stringRequired
Single transaction ID as a string
OR
list of stringsRequired
Array of transaction IDs
OR
list of objectsRequired
Array of transaction objects with IDs
OR
Request Body 4objectRequired
OR
Request Body 5objectRequired

Response

Transactions approved successfully
successboolean or null
totalProcessedinteger or null
Total number of transactions processed
resultslist of objects or null

Errors