#romaten1-coupons
1 messages · Page 1 of 1 (latest)
Looking at the object spec in the docs, the applies_to attribute is expandable and not include by default:
https://stripe.com/docs/api/coupons/object#coupon_object-applies_to
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You need to use expansion to request it
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.
you can add expand[]=applies_to to your retrieval request to include it in the response
Thanks so match!
Very welcome!