GET
/v1/integrations/stripe/onboarding-link
curl \
--request GET 'https://localhost/v1/integrations/stripe/onboarding-link'
Response examples (200)
{
"url": "https://connect.stripe.com/setup/c/acct_1Mt0CORHFI4mz9Rw/TqckGNUHg2mG",
"createdAt": "2024-06-12T09:39:49.000000Z",
"expiresAt": "2024-06-12T09:39:49.000000Z",
"type": "onboarding"
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}