Replies: 1 comment 2 replies
-
You can add a custom webhook to create the Pay::Customer by email address and then sync the subscription. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment, we use payment links generated on Stripe for our pricing tables hosted on a landing page builder.
Customers create a new subscription by paying using those payment links (which is different for each Subscription plan)
We're using Pay gem which register the Stripe webhook events, but they don't attribute the subscription and other related data to the User in our app through their email address.
The email address is used on the payment, and on our app.
Is there anyway to sync Stripe data (subscription, payments, etc) with the email address without hacking around too much? Or maybe, is there a better flow I can use here?
Beta Was this translation helpful? Give feedback.
All reactions