Hi! I've got Stripe Checkout via the Pay gem working in Development, and now I'm trying to get it working in Production. I'm trying to create a Webhooks Endpoint via the Stripe dashboard, and it wants to know what Events it should be sending to the end point. There are a lot of them to choose from! ;-)
Since I'm using Stripe Checkout, should I just choose to send events only for Checkout and the Billing Portal? Those are the two Checkout features I'm using in my app via the Pay gem. I would think so, but there are separate options to send Charges, and Account and Customer events, and I just wasn't sure if the Pay gem would be looking for those...
Thanks very much, Pay has made Checkout very approachable!
Hi! I've got Stripe Checkout via the Pay gem working in Development, and now I'm trying to get it working in Production. I'm trying to create a Webhooks Endpoint via the Stripe dashboard, and it wants to know what Events it should be sending to the end point. There are a lot of them to choose from! ;-)
Since I'm using Stripe Checkout, should I just choose to send events only for Checkout and the Billing Portal? Those are the two Checkout features I'm using in my app via the Pay gem. I would think so, but there are separate options to send Charges, and Account and Customer events, and I just wasn't sure if the Pay gem would be looking for those...
Thanks very much, Pay has made Checkout very approachable!