v8
OpenAPI 3.1.02026-08-033623795.0 MBList Accounts
Lists accounts visible to the credential. User tokens return the user's business accounts; Account API keys return the requesting account and its connected accounts. Pass parent_account_id to return only that parent account's connected accounts.
Query parameters
The number of accounts to return (default 10, max 50).
A cursor; returns accounts after this position.
The number of accounts to return from the end of the range.
A cursor; returns accounts before this position.
The field to sort accounts by. volume requires stats:read on the parent account.
Sort direction.
Return only accounts with this status: active (includes accounts that have not entered payments review) or suspended.
Free-text filter on account title or ID. % and _ match literally.
Return only accounts created after this ISO 8601 timestamp.
Return only accounts created before this ISO 8601 timestamp.
Return only accounts whose lifetime USD volume is at least this value. Requires stats:read on the parent account.
Return only accounts whose lifetime USD volume is at most this value. Requires stats:read on the parent account.
For platforms: the parent account ID whose direct connected accounts to return. Requires payout:account:read on the parent account.
Response
accounts listed
Example response
{
"data": [
{
"business_type": "education_program",
"capabilities": {
"accept_bank_payments": "active",
"accept_bnpl_payments": "active",
"accept_card_payments": "active",
"bank_deposit": "active",
"card_deposit": "active",
"card_issuing": "active",
"crypto_deposit": "active",
"crypto_payout": "active",
"instant_payout": "active",
"run_ads": "active",
"standard_payout": "active",
"transfer": "active"
},
"cards": {
"kind": "individual",
"status": "approved"
},
"company_formation": {
"signatures": {
"form8821": {
"status": "pending"
},
"ss4": {
"status": "pending"
}
}
},
"home_preferences": [
"hide_member_count"
],
"industry_group": "academic_and_test_prep",
"industry_type": "trading",
"onboarding_type": "platform",
"opengraph_image_variant": "white",
"payment_controls": {
"restricted_payment_methods": [
"card_visa"
]
},
"recommended_actions": [
{
"action": "theme_business",
"status": "optional"
}
],
"required_actions": [
{
"action": "deposit_funds",
"status": "required"
}
],
"social_links": [
{
"website": "x"
}
],
"store_page_config": {
"accent_color": "ruby",
"layout": "featured",
"profile_variant": "personal"
},
"tax_identifiers": [
{
"tax_id_type": "ad_nrt"
}
],
"tax_remitted_by": "whop",
"tax_type": "inclusive",
"wallet": {
"network": "solana"
}
}
]
}