#r000tmnt
1 messages · Page 1 of 1 (latest)
Hi there, can you share with the subscription ID?
sub_sched_1MJqpnJwBmngZIdBFJqYm2Vw
Taking a look. In the meantime, what is it you're expecting to happen that isn't?
I thought if the time reached to next month. Stripe will charge the customer ( either generate a invoice or a payment intent and finalize it ), then the webhook will notify the server with status success or fail.
This is the subscription created by the schedule: https://dashboard.stripe.com/test/subscriptions/sub_1MJqpnJwBmngZIdBIKxqmkLP
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The invoice for the initial payment/cycle (which is paid): https://dashboard.stripe.com/test/invoices/in_1MJqpnJwBmngZIdBAEhn3Z7b
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
What webhook events are you listening for?
"invoice.payment_failed",
"invoice.payment_succeeded",
"payment_intent.succeeded",
"payment_intent.payment_failed"
I expect one of them will show up
I can see an invoice.payment_succeeded event for that invoice was delivered: https://dashboard.stripe.com/test/events/evt_1MJqpoJwBmngZIdBjQ2090ky
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.