#nash-subscriptions
1 messages · Page 1 of 1 (latest)
So basically I am handling check out.session.completed event
But for USD payments I am receiving latest invoice null
I am getting latest invoice object for gpb payments only, but this is not getting always, only some times
May be I am not handling the event properly, or the event I am handling is not correct for subscription. I am thinking, if I handle invoice.paid event then it will give invoice pdf and URL
But I am not sure it's correct for subscription checkouts
it would be good if you can provide an example event for me to take a look at.