Stripe integration: how to 'expand'?

Is there any way to ‘expand’ an object using the Stripe integration?

For example I’m using the ‘createOrder’ step:

Docs:
https://stripe.com/docs/api/orders_v2/create?lang=node

And I want to ‘expand’ the lineItems object to get more info back in my response…
Docs on expanding: https://stripe.com/docs/api/expanding_objects?lang=node

I don’t see how I can do that using the UI. The only fix I can think of now is by creating my own extension or using the ‘api action’ and not the stripe

We recently used a few Stripe functions using the built-in Stripe integration in Wappler.
Never knew they had this EXPAND option.
I guess this is more of a FR that would be very useful.

In current setup, I don’t see any way to do this without custom API Action.

Yes the expand is very useful indeed, hope to add support for it soon, next to updating to the latest Stripe api.

Made a feature request

4 Likes

Yes please support it, as I don’t think it’s possible with a custom api action. Only a server connect extension could do this

Bump for this feature.
Normally I can work around it by fetching whatever object I need by ID.

But now I need to get data from Stripe that is only accessible with the expand property: https://stripe.com/docs/api/discounts
image

1 Like

Bump

1 Like

Another bump :pray:

Bump.

I’ve been getting around this with an API action, but when selecting multiple expansions, it fails.