#firasrg_payment-identifier
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1239907010305331272
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi! what identifier specifically are you looking for?
like for example session.id is a unique ID
Hey there
I want to get transaction id
(like i said in description above)
hi! I'm taking over this thread.
what do you mean by "transaction ID'"? The Balance Transaction ID or something else?
Unique id that can help customers to verify their payment
that's very blurry. you could use the Checkout Session ID (cs_xxx), the PaymentIntent ID (pi_xxx), the Charge ID (ch_xxx), or the Balance Treansaction ID (txn_xxx).
I think the simplest option would be the Checkout Session ID or PaymentIntent ID.
So it's possible to use sessionid to find payment history in stripe payments page?
Cuz my customer doesnt do anything technical
what do you mean by "find payment history in stripe payments page"? can you give a concrete example?
In my stripe workspace i can see a list of payments done
I mean on the website
Once i logged in
can you be more precise? I really don't understand your question. what is "list of payment's? are you talking about PaymentIntents? what is "website"? Is it the Stripe dashboard?
Ye stripe dashboard
My problem is : when my customer finishes payment they want to get a transaction identifier so they can use it to verify their payment is done
so you want to display to customers the PaymentIntent IDs?
Hi there ๐ jumping in as my teammate needs to step away soon. I believe the Payment Intent ID or Checkout Session ID both work as valid search values in your Stripe dashboard to lead you to the associated payment. You should be able to confirm that by testing in your dashboard.