Sign in

Create account link

documented

Create an account link for onboarding.

POST /v1/account_linksConnectno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stripe.com/v1/account_links" \
  -u "{{STRIPE_API_KEY}}:" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "account={{connected_account_id}}&refresh_url={{refresh_url}}&return_url={{return_url}}&type={{type}}"