Setting up Stripe
I 'm starting to dig into the Stripe setup side of things . I 'm wanting to do something a little more custom than the nocode payment links they have available , so I 've been digging into their dev docs a bit . Although I will eventually move the API side of things to go via Comnoco for security reasons , I 'm playing around with them within toddle just to try get something working . First issue - I 'm trying to create a Checkout Session via API ( https://stripe.com/docs/api/checkout/sessions/create ) and whilst it seems to be communicating fine , the line_items appears to be received as a string rather than an array . I 've included screenshots below of both my data setup within the API request and the error from the Stripe logs . Any ideas what I 'm doing wrong here ? β 1