#samocodes
1 messages · Page 1 of 1 (latest)
Hi, what does receive states mean?
Actually, I'm passing additional info in client side.
when paying the price
After the paid. I will redirect them to confirm page having query ?username=any_name
I don't know better way to pass data client side
You can pass in metadata, https://stripe.com/docs/api/metadata to pass in any additional details so you can track them on your end.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah but I'm collecting that username in client side.
If this is not a sensetive data, you can retrieve that informaiton from theh client side, and then use it to pass in as the metadata.
but that payment intent was already created