Transactions & Reporting
List Program Transactions
List ledger transaction entries at the program level with optional direction filter.
Authentication: send the program API key either in the api_key HTTP header or as an api_key JSON body field.
POST
List program-level ledger transactions
Authorizations
Program API key identifying your integration. Pass as the api_key HTTP header (preferred) or as an api_key field in the JSON request body. Required on every request in addition to the HMAC Authorization header.
Body
application/json
Program API key. Accepted either in the api_key HTTP header or as this body field.
Filter by transaction direction.
Available options:
credit, debit Page number, 1-indexed. Defaults to 1 when omitted.
Required range:
x >= 1Page size. Defaults to 10 when omitted.
Required range:
1 <= x <= 500