Skip to main content
GET
/
getStripeAccountLink
getStripeAccountLink
curl --request GET \
  --url https://alphainsider.com/api/getStripeAccountLink \
  --header 'Authorization: <authorization>'
{
  "success": true,
  "response": "https://connect.stripe.com/setup/c/acct_1Mt0CORHFI4mz9Rw/TqckGNUHg2mG"
}

Headers

Authorization
string<JWT>
required

User API token.

Query Parameters

country
string

Country of residence in ISO 3166-1 alpha-2 format.

Response

Request was successful.