Create an account link

POST {{baseUrl}}/v1/account_links

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.

Request Body

[{"name"=>"refresh_url", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"return_url", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"account", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"type", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"collect", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring