cURL
curl --request POST \ --url https://api.agentpowers.ai/v1/sellers/connect \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "connect_id": "<string>", "onboarding_url": "<string>", "charges_enabled": true, "payouts_enabled": true }
Create Stripe Connect account and return onboarding URL.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
ISO 3166-1 alpha-2 country code
Successful Response
Was this page helpful?