List book transfers
List book transfers
Query parameters
Book Transfer category to be returned.
Globally unique identifier for the financial account or card that will send the funds. Accepted type dependent on the program's use case.
Book transfer result to be returned.
Book transfer status to be returned.
Date string in RFC 3339 format. Only entries created after the specified time will be included. UTC time zone.
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Date string in RFC 3339 format. Only entries created before the specified time will be included. UTC time zone.
Page size (for pagination).
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response
OK
Example response
{
"data": [
{
"currency": "USD",
"settled_amount": 500,
"pending_amount": 1000,
"transaction_series": {
"type": "FEE",
"related_transaction_token": "123e4567-e89b-12d3-a456-426614174000",
"related_transaction_event_token": "123e4567-e89b-12d3-a456-426614174000"
}
}
]
}