#krishna008
1 messages · Page 1 of 1 (latest)
hello! what do you mean by capture payment of all months?
Suppose customer start subscription today. I can capture todays payment but I have to capture next month and so on also.
you can always listen for the invoice.paid webhook
How can I do that sir.
And how can I do that for connected account also. I will have so many connected accounts
Each connceted account may have subscriptioin.
https://stripe.com/docs/webhooks/quickstart - you will need to set up a webhook endpoint. You can set it up to listen for webhooks from connected accounts too : https://stripe.com/docs/connect/webhooks
what does it refer to?
Can I activate webhooks from stripe dashboard to capture each months payment.
listening to webhooks and processing the code to save the information from invoice.paid events require implementing code