Returns a list of Balance transactions.
Use a Bearer token to access this API.
Filter by a specific balance transaction ID.
"obj_01EXAMPLE00000000000000000"
Filter by payout ID to see transactions included in a specific payout.
"obj_01EXAMPLE00000000000000000"
Filter by reporting category (e.g., charge, refund, dispute, payout).
Filter by transaction type (e.g., payment, payment_refund, adjustment, payout).
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.
"obj_01EXAMPLE00000000000000000"
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.
"obj_01EXAMPLE00000000000000000"
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
x >= 110
Success