#edutomesco
1 messages · Page 1 of 1 (latest)
hello! i'm afraid i don't understand the screenshot. What list of functions are you trying to retrieve?
list of functions that are associated to products
sorry it's in spanish
where it puts "Lista de funciones"
what page are you seeing that list of functions? can you paste the browser URL?
I want to take from the API
in english
Feature list
I want to retrieve the feature list from a product
were you creating a pricing table?
i'm guessing you're either looking for the details of the Product or the Price :
https://stripe.com/docs/api/products/retrieve
https://stripe.com/docs/api/prices/retrieve
Yes but I already checked
and I didn't see that field to retrieve that information
maybe lets take a step back, can you share that particular Product id
it'll look like prod_
prod_Mfi3Uz8mXzwurQ
{
"id": "prod_Mfi3Uz8mXzwurQ",
"object": "product",
"active": true,
"attributes": [],
"created": 1666602490,
"default_price": "price_1LwMdjG1fQyuUuzXcJja39g6",
"description": "30 records",
"images": [],
"livemode": false,
"metadata": {
"display_name": "Basic",
"interval": "monthly",
"optional": "0",
"plan": "basic",
"product_type": "certifications"
},
"name": "Certifications - Basic - Monthly",
"package_dimensions": null,
"shippable": null,
"statement_descriptor": null,
"tax_code": "txcd_10103000",
"type": "service",
"unit_label": "record",
"updated": 1666770648,
"url": null
}%
this is the response nothing about that
maybe it's not possible
it's the unit_label
it's not these
it's another
I think you don't understand what I mean because the uni_label it's another thing
what I'm referring it should be an array of strings so it's the feature list
I don't really understand, can you show me exactly what value you it is you want? A screenshot , plus a link to the page where you're taking the screenshot from.