#augustus_chan
1 messages · Page 1 of 1 (latest)
what are the subscription IDs in test mode and live mode respectively?
What's the ID in live mode?
How to set up live mode?
Ah, sorry I misread your question, I though you encountered a subscription that was paid immeidately.
This is the default behaviour in Stripe billing. After an invoice is created, Stripe will wait for 1 hour before finalizing and payment.
https://stripe.com/docs/billing/invoices/subscription#manage-invoices
Stripe finalizes and sends the invoice in 1 hour. Before the invoice is finalized, you can edit it. Read more about making changes in the Invoice details page.
Can I pay immediately when the subscription period comes?
Is there a place to set it up?
Sure you can, you can listen to invoice.created event, when it occur, programmatically finalize and pay it.
Can payments be made only by listening to events (invoice.created event)? Is there any configuration item in dashborad?
No such configuraiton.
I'm not sure what you mean
What are the event IDs?
The first time is when the user takes the initiative to pay. The second time is how to initiate the payment. How to distinguish the first time user’s payment?
So you want to differentiate the first invoice and the subsequent invoices, am I right?
Yes