#Nathan Pzt
1 messages ยท Page 1 of 1 (latest)
I can get a "Plan Name" ffrom Stripe but it gives me an Id code.
what did you exactly use to get that?
this are the fields I can get in Bubble and the one called plan Name give me in fact an Id (numbers)
the plan name return me this exact Id
I'm not familiar with Bubble to be honest
you're trying to look at the Product name of the Subscription's Item?
I trying to understand how the pluggin has been made ! But in the Stripe API can you tell me where I can find the product Name or Subscription Name ? I had a look on the stripe documentation but couldn't find it
I would like to confirm if is it possible or not.
normally it's stored here https://stripe.com/docs/api/subscriptions/object#subscription_object-items-data-price-product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but this is an expandable property
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
which you don't really get unless you specify that you want to expand on that particular field
instead what you can do is retrieve that product
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and then look at the name 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.
ok thanks a lot
let me know if you need any more help