Regenerate an Onboarding Link
POST/v1/connected-accounts/:id/onboarding-link
Expires the previous link and creates a new one for a connected account that has not completed onboarding. The operation runs in a transaction and serializes concurrent requests so at most one current link remains.
Request
Responses
- 200
- 401
- 404
- 409
- 500
Onboarding link regenerated.
Invalid Secret API Key or disallowed Publishable API Key.
The connected account does not exist in the authenticated primary account and mode.
The seller has already completed onboarding.
The new link could not be persisted; the previous link remains valid.