#daisdead

1 messages · Page 1 of 1 (latest)

deep lotusBOT
delicate jackal
#

Hi there!

novel roost
#

Hello!

delicate jackal
#

are Intent objects (Setup and Payment intents) created implicitly as part of a subscription lifecycle?
Correct. Subscriptions create Invoices, and Invoices contain PaymentIntents.

novel roost
#

Ahh - I see. Yeah, we had a mis-implemented integration with these objects and currently debugging and this is what I'm learning 🤦‍♂️

delicate jackal
#

Meaning that we should we expect to receive these object-related webhooks outside of manually creating either intent objects?
Depends on which events exactly you are talking about. For things like payment_intent.succeeded then yes.

novel roost
#

Okay, yeah - thanks for the confirmation 🙂