I am trying to execute a Stripe checkout session using the Stripe Make an API Call module as per this old thread (without creating Products and Prices upfront), so passing it line_items.price_data
instead, but I’m getting DataError message returned.
I have tried passing it the correct data as per Stripe’s Create a Session documentation but I’m struggling to make it work.
In particular, how can I pass the
Has anyone else got this to work?