#firasrg_payment-identifier

1 messages ยท Page 1 of 1 (latest)

median escarpBOT
#

๐Ÿ‘‹ 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.

clever urchin
#

hi! what identifier specifically are you looking for?

#

like for example session.id is a unique ID

barren briarBOT
tame pebble
#

I want to get transaction id

#

(like i said in description above)

ashen tendon
#

hi! I'm taking over this thread.

#

what do you mean by "transaction ID'"? The Balance Transaction ID or something else?

tame pebble
ashen tendon
#

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.

tame pebble
#

So it's possible to use sessionid to find payment history in stripe payments page?

#

Cuz my customer doesnt do anything technical

ashen tendon
#

what do you mean by "find payment history in stripe payments page"? can you give a concrete example?

tame pebble
#

In my stripe workspace i can see a list of payments done

#

I mean on the website

#

Once i logged in

ashen tendon
#

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?

tame pebble
#

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

ashen tendon
#

so you want to display to customers the PaymentIntent IDs?

cold ivy
#

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.

tame pebble
#

Thanks guys

#

In that case i consider my issue as solved

#

However ill keep u updated if anything is not ok