List Balance Transactions
Returns a list of Balance transactions.
Authorizations
Use a Bearer token to access this API.
Query Parameters
Filter by a specific balance transaction ID.
"fbtxn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Filter by payout ID to see transactions included in a specific payout.
"fpo_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Filter by reporting category.
Filter by transaction type.
Filter by Flex payment intent ID. Returns balance transactions linked to that payment intent.
"fpi_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Filter by Flex source ID. Returns balance transactions whose source object is the given Flex charge, refund, or payout (e.g., fch_…).
"obj_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A cursor for use in pagination. starting_after is a balance transaction ID that defines your place in the list. For instance, if you make a list request and receive 20 balance transactions, ending with fbt_xyz, your subsequent call can include starting_after=fbt_xyz to fetch the next page.
"fbtxn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A cursor for use in pagination. ending_before is a balance transaction ID that defines your place in the list. For instance, if you make a list request and receive 20 balance transactions, starting with fbt_abc, your subsequent call can include ending_before=fbt_abc to fetch the previous page.
"fbtxn_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
x >= 110
Response
Success
An envelope wrapping a list of balance transaction objects.
The list of balance transactions.