#shubhamjha
1 messages ยท Page 1 of 1 (latest)
Hi there, so you want to get notified about upcoming invoice?
yes and also want to trigger my api so that i will also upadte the payment information in my db for furture subscription
Ok, You can listen to invoice.upcoming https://stripe.com/docs/api/events/types#event_types-invoice.upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hloo can i hide the current plan from coustomer biiling portal
You mean the existing plan that your customer has already subscribed to?
yes'
No, I don't see a way to hide existing subscriptions.
ohh
is there any event for this in webhook ?
I don't quite understand your question. invoice.upcoming is a webhook event
ok so , if i use this event and s next subscription amount is deducted from stripe it willl automatically give me the responce?
Hi! I'm taking over this thread.
Is your goal to know when the subscription has renewed?
yes
Then I recommend reading this: https://stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions
how to add meta data at coustomer level
When you create or update the customer object, you can set the metadata property
https://stripe.com/docs/api/customers/create#create_customer-metadata
can i check the upcoming invoice payment with chngeing the expiry date
I'm not sure I understand. What are you trying to do?
i want to see the responce of the event for upcoming invoice in webhook
You mean you trigger the invoice.upcoming event to see what it contains?
YES
Having a look. But note that the invoice.upcoming will simply contain a regular invoice object https://stripe.com/docs/api/invoices/object
I think the simplest option to trigger it is to create a regular subscription, and then use Test Clocks to move forward in time: https://stripe.com/docs/billing/testing/test-clocks
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
can i use test clocks for extsting customer