Connect Stripe account to continue
{{ $t('forms.payment.success') }}.
Please save the form to activate the payment preview.
Payment component configuration incomplete. {{ !stripeState?.stripeAccountId ? 'Stripe account not connected': 'Stripe account connected' }}. {{ !publishableKey ? 'Missing Stripe publishable key.' : '' }} {{ !isStripeJsLoaded ? 'Stripe.js not loaded.' : '' }}
The complete payment form will be visible to users when viewing the published form.
{{ stripeState.errorMessage || 'Failed to load payment configuration' }}
Payment component initializing. {{ !!stripeState?.stripeAccountId ? 'Stripe account connected': 'No Stripe account connected' }}.
The payment form will be visible to users when viewing the published form.
Missing Stripe publishable key in configuration.
Missing Stripe account connection. ID: {{ props.oauthProviderId }}
Initializing payment system...