SellerOnboardingLink
Result of beginning seller onboarding: the Stripe Connect Express account link the seller opens to finish KYC.
type SellerOnboardingLink {
status: SellerOnboardingStatus!
onboardingUrl: String
unavailableReason: String
}
Fields
SellerOnboardingLink.status ● SellerOnboardingStatus! non-null enum
Current onboarding state.
SellerOnboardingLink.onboardingUrl ● String scalar
The Stripe-hosted onboarding URL to open; null when already complete or unavailable in the seller region.
SellerOnboardingLink.unavailableReason ● String scalar
Why onboarding is unavailable (e.g. region unsupported); null otherwise.
Returned By
beginOrgSellerOnboarding mutation ● beginSellerOnboarding mutation