v8
latestOpenAPI 3.1.02026-08-033623795.0 MBAccount links
Create account link
Generate a URL that directs a sub-merchant to their account portal, such as the hosted payouts dashboard or the KYC onboarding flow.
post/account_links
Request body
Example request
{
"company_id": "biz_xxxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"expires_at": "2023-12-01T05:00:00.401Z",
"url": "https://whop.com/payouts/biz_xxxxxxxxx/verify"
}