List Program RBA Transactions
List ledger transaction entries posted on the program master routable bank account.
Authentication: send the program API key either in the api_key HTTP header or as an api_key JSON body field.
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
Program API key. Accepted either in the api_key HTTP header or as this body field.
Filter by transaction direction.
credit, debit Free-text search filter. Matches common fields on the target collection.
Page number, 1-indexed. Defaults to 1 when omitted.
x >= 1Page size. Defaults to 10 when omitted.
1 <= x <= 500