View Source ExOAPI.Stripe.SDK.AccountLinks (exoapi_stripe v0.1.1)

Link to this section Summary

Functions

description: <p>Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.</p>

Link to this section Functions

Link to this function

post_account_links(client, body)

View Source
@spec post_account_links(client :: ExOAPI.Client.t(), body :: map()) ::
  {:ok, any()} | {:error, any()}

description: <p>Creates an AccountLink object that includes a single-use Stripe URL that the platform can redirect their user to in order to take them through the Connect Onboarding flow.</p>