adminGetPayoutAccount
#Get a single payout account by ID.
Arguments
- id!
Outbound payments to drivers, vendors, and providers — sessions, schedules, and Connect accounts.
Get a single payout account by ID.
Arguments
List payout accounts with pagination, filtering, and sorting.
Arguments
Default
{
"accountId": null,
"methodOptionId": null,
"statuses": [],
"isDefault": null,
"isInstantEnabled": null,
"search": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
},
"sort": []
}List all available payout methods for the current tenant Returns enabled method options with display information including icons Clients can use the returned ID in the configurePayoutAccount mutation
Export payout session data in the specified format Generates the export file, stores it, and returns a presigned download URL. Only available to PlatformAdmin, TenantAdmin, and PartnerAdmin roles.
Arguments
Get a single payout method option by ID.
Arguments
List payout method options with pagination, filtering, and sorting.
Arguments
Default
{
"enabled": null,
"optionKinds": [],
"isInstantAvailable": null,
"search": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
},
"sort": []
}List only active payout accounts for the current account
Get the default payout account for the current account
List payout accounts for the current account
Get a specific payout schedule
Arguments
List payout schedules
Get payout session details
Arguments
List payout sessions with filtering and pagination Only available to PlatformAdmin, TenantAdmin, and PartnerAdmin roles.
Arguments
Default
{
"filter": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Preview a payout session
Arguments
Get payouts for a specific payout session with optional status filtering. This query returns paginated payout transactions that belong to the specified payout session. You can optionally filter by payout status to see only pending, processing, settled, or failed payouts.
Arguments
Activate a payout schedule
Arguments
Delete a payout account (admin hard delete). Returns true if deleted, false if not found.
Arguments
Update a payout account's status (admin operation).
Arguments
Manually complete a payout session. This allows admins to mark a Processing session as Completed or PartiallyFailed when automatic processing needs manual intervention. The session must be in Processing status for this mutation to succeed.
Arguments
Completes the Stripe Connect OAuth flow after user authorization This is called after the user has authorized the connection on Stripe's side
Arguments
Configure a new payout account
Arguments
Create a new payout method option.
Arguments
Create a payout schedule
Arguments
Create a new payout session
Arguments
Deactivate a payout schedule
Arguments
Delete a payout account
Arguments
Delete a payout method option.
Arguments
Initiates the Stripe Connect OAuth flow Returns an OAuth URL to redirect the user to and an intent ID for tracking
Arguments
Process a payout session
Arguments
Reject a payout session with a reason Only available to PlatformAdmin, TenantAdmin, and PartnerAdmin roles. Can only reject sessions in Draft status.
Arguments
Update an existing payout account
Arguments
Update an existing payout method option.
Arguments
Update a payout schedule
Arguments
BetterSuite is built for teams who see on-demand as a business — not a feature.