transfers
fetch transfers for the current user
Arguments
payout_account_id
· ID · Filter transfers to a specific payout account in the current organization. Defaults to the current user's account when omitted. Returns
[TransferType!] Example
query transfers( $limit: Int $payout_account_id: ID $sort_by: String $order_by: TransferOrderKeys $starting_after: String) { transfers( limit: $limit payout_account_id: $payout_account_id sort_by: $sort_by order_by: $order_by starting_after: $starting_after ) { amount currency displayed_amount displayed_expected_to_happen displayed_initiated expected_to_happen fees id initiated status transactions_count type }}