I'm testing out the new Stripe checkout routine which first has you get a Payment Intent ID from Stripe then sends you to the checkout page.

I am able to create the charge and now want to retrieve the result.

The problem is the Genie only has references based on a Charge ID and it seems this no longer exists in the new checkout. Everything is based on the Payment Intent ID.

I also tried the genie for getting a list of charges which only needed the secret key but nothing returned.

Stripe test logs under the dashboard are currently working so I can't see what is being rejected.

Anyone else using this??