#bhargavi_02202
1 messages · Page 1 of 1 (latest)
Sure you can get the product name from the product object https://stripe.com/docs/api/products/object#product_object-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need product name in the response. How we are getting Id for object project. Can that possible
Sure, you can expand the response to get the full product object. See https://stripe.com/docs/api/expanding_objects
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://api.stripe.com/v1/subscriptions/search?query=created>1697139655/"expand[]"="invoice.subscription" &limit=10 I am using this URL for getting. But I am getting 404 error. Can anyone tell me correct URL.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
form there only I found this URL. What I need is to map the subscription to the product name. For that I could not found any product name like how we are getting product id in product object. So, is there any url or any method. where i can map subscription to product name.
I can see the expand page but the url is not working for me
If you are using curl, you can pass the expand param through -d, for instance -d "expand[]"=customer
if I am using curl then I am getting wrong URL