Hi everyone,
I’ve read across the forum and noticed this issue has come up in different forms but, failed to find one similar to mine so really hoping for some help.
I added a free trial period in the products section within my stripe but, this doesn’t seem to work anymore as it’s a ‘legacy’ feature. So, I went ahead and swapped the following step, Stripe (Test) - Create Checkout Session, workflow (which btw has a step to Open an external website, which is Step1’s url)…
With the following since it has a ‘trial period’ box (and doesn’t require the opening of an external website)
It works great when the Stripe dashboard opens up, it clearly states the Free Trial period but, now the backend workflow I’ve created to retrieve the customer’s details every time there’s a new subscription, doesn’t seem to work despite a successful webhook event. The workflow intends to capture the user’s Stripe details (Subscription ID, Subscription Item ID, Subscription plan - i.e., the Stripe ID beginning with ‘price_’) and it successfully did with the previous workflow…
My question, why is this happening? It would be great to use the second workflow, since it has a trial period box. Worth noting, in the second workflow, there is no box to enter the Current User’s Stripe_ID like we do in the first.
Would kindly appreciate any help. Many thanks in advance!!