#fakossaconate
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
thanks
Could you please give me an example of such ID pair?
It seems like you're sending 2 requests:
- Create a Product: https://dashboard.stripe.com/test/logs/req_lIOJ4iQlnc2wZB
- Create a Price with
product_data: https://dashboard.stripe.com/test/logs/req_o7fo9fRWU4NCbh
When you create a Price with product_data it creates a new Product and attaches it to that Price.
That's why you end up with 2 Products.
To fix this, you should either send just request 2,
or drop product_data and use product: "prod_xxx" instead
ok, very clear. Thank you (also for the reaction time 🥹 )
Happy to help.