#campercat-metadata-invoice
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- campercat-webhook-verification, 2 days ago, 9 messages
hello! can you share the event id?
in_1OckqMKysXCtxqKpKNgc3Rp9
we won't show the Product metadata in that event. you can probably set it on the Price instead and see if that works for you
you mean the "Description" on the price ?
invoice.paid is for me the indicator where I will set the product to the customer, but I need a indicator what product was purchased
you can try setting a metadata on the Price instead for more details on the Product : https://stripe.com/docs/api/prices/object#price_object-metadata
The invoice.paid event has details about the Price in each line item from what I'm seeing e.g.
...
"price": {
"id": "price_1ObQatKysXCtxqKpk7uAhXYO",
"object": "price",
"active": true,
"billing_scheme": "per_unit",
"created": 1705941811,
"currency": "eur",
"custom_unit_amount": null,
"livemode": false,
"lookup_key": null,
"metadata": {
},
...
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay but where can i set the meta data for a price in the ui ?
👋 When you say UI, you mean dashboard right?
yes
You should see "edit metadata" button on the price details page
campercat-metadata-invoice