Skip to content

Which Stripe Events to send when using Pay with Stripe Checkout? (as described in GoRails April '21 episode) #418

Answered by excid3
k2director asked this question in Q&A
Discussion options

You must be logged in to vote

Here is the current list of webhooks we use from Stripe: https://github.com/pay-rails/pay/blob/master/lib/pay/stripe.rb#L53-L99

You'll need to listen to more than just the Checkout events because we need to record charges and subscriptions in the database.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@k2director
Comment options

Answer selected by excid3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #417 on September 04, 2021 14:20.