#fobor10362 - webhooks
1 messages · Page 1 of 1 (latest)
Hello, is this on the Dashboard? If so, our support will be able to better address this https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
yes
Also another question - if I have a webhook to change my db values to paid access, does the webhook get triggered when I manually create a subscription for a customer id?
on the dashboard
Yes, you should bet webhook events for subscription creation even when you manually create the subscription
hmm let me try again because it did not seem to work
What webhook event are you listening for?
event.type == 'checkout.session.completed'
ooh nvm only checkout session completions
how would you specify manual subscription payments?
Can you send me the ID of a subscription that you created that way?
hmm ok there are no subscription created or updated events?
You can also listen for customer.subscription.created but invoice.paid will be for the actual payment
ok
If you check the billing_reason on the invoice, you can see if the event is for a subscription creation or a recurring monthly payment
ok and likewise is there a customer.subscription.updated event?
Yes