#Cheqo

1 messages · Page 1 of 1 (latest)

velvet meadowBOT
quaint marsh
#

You can't in mode: 'subscription'. Expectation would be for you to use the metadata field on the Subscription object via a different event

twin spruce
#

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?

quaint marsh
#

Correct. Depends what data you wanting to access?

twin spruce
#

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?

quaint marsh
#

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

velvet meadowBOT