#vani.godugula
1 messages · Page 1 of 1 (latest)
What are you exporting?
If you put metadata on the Checkout session, it only exists there
If you want to see this on your payments and in payment exports, you need to put the metadata on the payment intent:
If I want to see the metadata in stripe transactions, what should I do?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Using that will place the metadata on the payment intent
In this case, If I put the metadata on the payment intent, Can I see the metadata in transaction report from stripe
Yes, the payment intents are the objects included in that report I believe