#andres-property-expand
1 messages · Page 1 of 1 (latest)
No, when I send request to the API
There are 4 call types in rest
Mainly
Get, post put delete
not sure what you call "4 call types"
you can use Expand on all of them https://stripe.com/docs/expand
For example, I'm setting a customer portal configuration object
By default the response does not include the prices array
I must request a get
And expand that attribute to have it included
no
Is there any way to have this in the first API response? This to avoid a second API call requesting the info
How?
Ohh i was unable to find that in the expand doc for POST
Only for retrieve/GET
Could you please give me an example?
you really just pass expand the way you pass any parameters, it works the same way
if you share your code I can show you after that
OK gimme a sec I try and in case it fails will ping here
sounds good!
It worked @open beacon ty so much buddy 🙂