API Reference

🏁 Post-Subscription Integration Flow

πŸš€ After Subscription: Deep Link Flow

After a user successfully completes a payment on your Web2Wave funnel:

  • They are redirected to a confirmation page.
  • This page contains a deffered deep link that you put in Project settions
  • When the user clicks the deep link:
    • If the app is installed, it will open directly.
    • If not, the user is redirected to the App Store or Google Play to install the app.

βœ…

Action Required: Your mobile app must support deep link handling to capture and use the provided user data.


πŸ”— Handling the Deep Link in Your App

Choose your integration method:

⏭️ Skip Onboarding in the Mobile App

After the deep link is processed:

  • Do not ask onboarding questions again.
  • Skip your in-app quiz or funnel.
    • If you want to display answers provided in the Web2Wave funnel, fetch User Answers from Web2Wave API
    • This allows you to pre-fill onboarding data or personalize the experience without re-asking the user.
  • Since the user already has an active subscription - skip any paywall UI in the mobile app.

πŸŽ‰ Confirmation of subscription to the user

After confirming the subscription, display a friendly screen:

Then automatically redirect the user to the main part of your app (home, dashboard, etc.).