Get list of financial transactions
GET {{url}}/api/v1/financial_transactions?page_size=200&to_created_at=2022-01-25
Request Params
Key | Datatype | Required | Description |
---|
batch_id | null | | Batch ID of the financial transaction |
from_created_at | string | | The start time of created_at in ISO8601 format (inclusive) |
page_num | null | | Page number, starts from 0 |
page_size | number | | Number of results per page, default is 100, max is 1000 |
source_id | null | | The source ID of the transaction |
status | null | | Status of the financial transaction, one of: PENDING, SETTLED |
to_created_at | string | | The end time of created_at in ISO8601 format (inclusive) |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | The connected account's ID. |