Why does this stripe call work?

  • ssssadsadasd-1330901255739932752

    ssssadsadasd

    4 months ago

    I am calling the [stripe subscribe endpoint](https://docs.stripe.com/api/subscriptions/create). according to the doc, it requires the customer and the items in the body of the call.

    However, when I build it in toddle it works only when I set thet customer and items[0][price] as query parameters rather than an object in the body. when I enter them in the body it says "customer missing"

    any idea why this happens?
    1330902909461991475-image.png
    1330902909793075220-image.png