AccountLinkCreateRequest
Request to create an Account Link for an existing connected account.
- accountType: stringmin length:1max length:100required
ID of the existing connected account to onboard.
- typeenumconst:account_onboardingrequired
Account Link flow to create.
values- account
_onboarding Collects outstanding requirements through hosted onboarding.
- refreshType: string
_url min length:1max length:2048Format: urirequiredURL used when the Account Link expires or cannot be used. Your integration must create a new Account Link before redirecting the representative again.
Use an absolute HTTPS URL without user information or fragments. HTTP is accepted only for loopback hosts during local development.
- returnType: string
_url min length:1max length:2048Format: urirequiredURL used when the hosted interaction ends. Reaching this URL does not mean onboarding or verification is complete.
Use an absolute HTTPS URL without user information or fragments. HTTP is accepted only for loopback hosts during local development.
- collectionType: object · AccountLinkCollectionOptions
_options Requirements to collect during hosted onboarding.
- fieldsType: string enum
Account requirement scope to collect.
values- currently
_due Collects only requirements that are currently due.
- eventually
_due Collects current requirements and information that will become due later.
- localeType: stringmin length:2max length:35
Preferred IETF language tag for hosted onboarding. When omitted, Paypercut uses the Account's default locale when available.
The locale applies when a new onboarding session is created. An active session resumes with its existing locale.

