Sudden issue with Stripe API calls using dynamic parameters in API Connector

Im having same issue. our entire marketplace is broken today as a result. have emailed bubble and hoping for an immediate fix on this before we lose all of our subscribers. Connector is passing the labels instead of the values as detailed in above user examples. This MUST be fixed today or we are completely screwed. heres our call body:

mode=payment&
success_url=success_url&
cancel_url=cancel_url&
payment_method_types[0]=card&
payment_method_types[1]=link&
customer=customer&
line_items[0][quantity]=1&
line_items[0][price_data][currency]=USD&
line_items[0][price_data][unit_amount]=amount&
line_items[0][price_data][product_data][name]=name&
line_items[0][price_data][product_data][description]=description&
line_items[0][price_data][product_data][images][0]=https%3A%2F%2Ffc893a71ac1a6b9ff34ee627b54cd4d6.cdn.bubble.io%2Ff1705122395980x770768562568362400%2Fbetterconnectlogomain.png&
billing_address_collection=auto&
locale=en&
payment_intent_data[description]=description&
payment_intent_data[statement_descriptor]=BETTERM2M&

Stripe is just getting passed the dynamic value indicator/label and not the dynamic values so of course all 700 of our subscribers websites are now failing to load the checkout page when taking an esim order.

I cant even fathom why this would happen and not be announced by bubble or immediately repaired. Literally entire platform is down now

Note, the brtowser seems to be ignoring my _ symbols in this post also but it should show underscore*underscore