Approve transactions (alternative endpoint)

Alternative endpoint for approving one or multiple transactions. This is functionally identical to PUT /v1/transactions/approve. **Note:** For detailed documentation and all request/response formats, see PUT /v1/transactions/approve. Both endpoints support the same input formats and return the same response structure. This endpoint exists for RESTful API design consistency where PUT on the resource updates its state.

Authentication

AuthorizationBearer

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 an object.
stringRequired
Single transaction ID
OR
list of stringsRequired
Array of transaction IDs
OR
objectRequired

Response

Transactions approved successfully

Errors