Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Create an account link


Create an account link v2

POST / v2 / core / account_links

Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.

Learn more about calling API v2 endpoints.

Parameters

  • account string Required The ID of the Account to create link for.
  • use _ case object Required The use case of the AccountLink.

Returns

Returns an Account Link object.

Error Codes

400 accounts _ v2 _ access _ blocked

Accounts v2 is not enabled for your merchant.

400 configs _ must _ match _ to _ use _ account _ links

Account cannot be onboard via the relevant part of the product without specifying the right configurations.

404 not _ found

The resource wasn’t found.

429 account _ rate _ limit _ exceeded

Account cannot exceed a configured concurrency rate limit on updates.

Response

Last verified 2026-09-24

Is this helpful?