#sakgoyal
1 messages · Page 1 of 1 (latest)
I'm afraid customising the size of the buy button is not supported
I've passed on the feedback to the relevant team
sorry for making 2 questions at the same time but I also wanted to know if It was possible to add a "select" parameter to the stripe.prices.list() function. the whole response is quite long and to make it simpler to keep track of things, I was looking for a way to only get back the keys that I specifically request for by "selecting" them. just like a database sql query.
What is the select for? Are you trying to filter something from the prices list? If so, can you provide the details on what you would like to filter on?
for example. that function will return a big object thats something like this: deleted image
I manually expanded the product section so that is expected, but most of these fields are not relavent for my needs. is there a way to only get back the fields that I want?
with a select field to choose only the keys I want, or an exclude to remove keys I do not need
I'm afraid this is not supported. Stripe will return full object and it can't be limited to specific fields