Missing API parameters in queries from Stripe resource

Hi RTers,

Our app makes heavy use of the Stripe resource. I have found that not all of the API parameters that Stripe offers are available from the Retool UI.

Example:
DELETE /v1/subscriptions/{subscription_exposed_id} (cancel subscription)
Stripe docs: Cancel a subscription | Stripe API Reference
Note "more parameters": cancellation_details, invoice_now, prorate

None of these are available:

Does anyone know a workaround, or is this just a missing update?

Hi @apurcell,

This is a bug, unfortunately. I'll post here if I get any updates internally about a fix. In the meantime, the workaround is to use the REST api integration for this endpoint instead of the Stripe integration