#Cheqo
1 messages · Page 1 of 1 (latest)
You can't in mode: 'subscription'. Expectation would be for you to use the metadata field on the Subscription object via a different event
ok, so there is no way to pass it to be able to process via payment.intent webhook? I just have to use something like checkout session completed?
Correct. Depends what data you wanting to access?
Well, mainly I just want to track all the payments coming in, to the stripe connected account in my database, whether its in form of subscription or one time payments
I can get the initial payment from the checkout session object, but I need the future payments as well
I would assume, I could access them with invoice related webhooks right?
No the metadata passed to the session wouldn't be set on any Invoice objects. You'd need to look up the Subscription field on the invoice.* events