Get list of financial transactions

GET {{url}}/api/v1/financial_transactions?page_size=200&to_created_at=2022-01-25

Request Params

KeyDatatypeRequiredDescription
batch_idnullBatch ID of the financial transaction
from_created_atstringThe start time of created_at in ISO8601 format (inclusive)
page_numnullPage number, starts from 0
page_sizenumberNumber of results per page, default is 100, max is 1000
source_idnullThe source ID of the transaction
statusnullStatus of the financial transaction, one of: PENDING, SETTLED
to_created_atstringThe end time of created_at in ISO8601 format (inclusive)

HEADERS

KeyDatatypeRequiredDescription
x-on-behalf-ofstringThe connected account's ID.