Skip to main content
POST
Bulk Approve Payments Endpoint

Authorizations

Authorization
string
header
required

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

Body

application/json

Request schema for bulk approving payments by transaction ID.

transaction_ids
string[]
required

List of bank transaction IDs to approve payments for

Required array length: 1 - 100 elements

Response

Successful Response

Response schema for bulk payment approval.

results
TransactionApproveResult · object[]
required