CAMPER TO GO
Help

How Stripe Connect setup works in Camper To Go

Camper To Go includes a Stripe Connect settings area for tenant staff with payment permissions. From there, the platform checks connection status, starts onboarding when no Stripe account exists yet, and redirects the operator into Stripe to finish or continue setup.

How Stripe Connect onboarding is handled

The settings UI calls a status route to read the current Stripe account state. If no account exists, the onboarding route creates one from tenant business details, stores the Stripe account ID, and generates an account-link redirect. If the account already exists but onboarding is incomplete, the same route issues a continuation link. The status route later refreshes the account and marks it active once charges are enabled.

A Stripe Connect settings card that shows live connection status and exposes the correct next action
Automatic creation of a connected Stripe account when no account exists yet, using stored tenant business details
What this help page covers
Which Stripe states exist in the product: not connected, pending, and active
What happens when the operator clicks connect or continue onboarding
Which tenant details are used to create the connected account and how account status is refreshed
What operators can expect
A Stripe Connect settings card that shows live connection status and exposes the correct next action
Automatic creation of a connected Stripe account when no account exists yet, using stored tenant business details
Status refresh logic that checks the Stripe account and updates the tenant record when charges are enabled
Help center

See Stripe Connect setup in context

Book a walkthrough if you want to see how Camper To Go guides payment setup from not connected to active Stripe onboarding.

A Stripe Connect settings card that shows live connection status and exposes the correct next action
Automatic creation of a connected Stripe account when no account exists yet, using stored tenant business details
Status refresh logic that checks the Stripe account and updates the tenant record when charges are enabled
Help center

The settings UI calls a status route to read the current Stripe account state. If no account exists, the onboarding route creates one from tenant business details, stores the Stripe account ID, and generates an account-link redirect. If the account already exists but onboarding is incomplete, the same route issues a continuation link. The status route later refreshes the account and marks it active once charges are enabled.