PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Paddle subscription not working sometimes

ngatsejacques

Aug 27th, 2022 08:46 AM

Hi,

I have clients that are facing problems, it's when they try to subscribe, it work good on paddle side, they receive an invoice. But in voyager nothing happens, it's like the callback is not catched. It happens for 1/5 peoples.

Anyone has any idea on how to solve this ? please

Thanks

bobbyiliev

Aug 28th, 2022 12:21 AM

Hi there,

It sounds like that your checkout method might be failing due for some reason. Do you see any errors in the logs?

What you could do is try setup your Paddle webhooks as described here:

The webhook URL should be https://your_wave_site.com/paddle/webhook.

And then after that, you can catch the subscription_created calls in the following file:

wave/src/Http/Controllers/SubscriptionController.php

You could create a method that updates the user accounts based on the information from the webhook and add it to the case statement for the subscription_created webhook.

Let me know how it goes!

Best,

Bobby

ngatsejacques

Aug 29th, 2022 10:47 AM

Hi,

I tried but nothing in the logs. A client told me that she tried on mobile, maybe it's related to it, since javascript don't handle the same on this type of devices.

Most of new users don't have this type on problem though.