#Leo17
1 messages · Page 1 of 1 (latest)
Hi there, by no-code checkout, do you mean PaymentLink?
Can you share with me the event ID?
where do i get that
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
or https://dashboard.stripe.com/test/events if the event was generated in test mode
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
evt_1M0FTRI0ZiaGpskvbOgNikwH
OK, this event wasn't sent to any webhook endpoint.
Have you setup a webhook endpoint?
No, a endpoint is where Stripe sends webhook events to
oh ;p
It's usually your server.
so i'm trying to do this through app script
so maybe i'm confused
What I'm trying to do is after someone signs up using my payment link, I want to have that send a notfication where I can have My Google Apps Script Add-on pull whether or not payment was successful or not
My understanding after reading the documentation was that Stripe can use the Payment Link and send a webhook to notify if it was created or not?
Yes you are right. So you need to specify a URL (e.g., the URL to your Google Apps Script app) so that Stripe can send the webhook event to, you also need to register checkout.session.completed for your webhook endpoint so that it will get notified when such event occurs
If the Add-On is still in development, how do I get a URL?
I'm not familiar with Google Apps Script development, perhaps you want to reach out to Google Apps Script team?
So to be clear, Stripe can do all the subscription management and we can use logic to filter through webhooks to check subscription status vs. having to incroproate something like Firebase or another database?
It's not mandatory to use Firebase, you can use any server of your choice to set up a webhook endpoint.
So Stripe can be standalone?
Standalone as in?
As in: someone uses add-on, add-on checks Stripe for subscription status
Can I basically avoid backend work by using your Subscription Service?
Do it all front-end, Add-on Loads, verifies subscription status with Stripe?
I need to work on something, can I get back to you later?
sure!
any help is appreciated, this subscriptoin is the last part of before we can publish and i'm pretty confused lol