#shy_unexpected

1 messages ยท Page 1 of 1 (latest)

fresh kayakBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

worldly jacinth
#

Hello

#

Can you clarify a bit -- what do you mean by "you see the purchase in stripe logs"?

#

If you can provide a specific example ID that would help too

oblique dawn
#

yes for sure

#

1 moment

#

req_X2GRU6wqk8AKV4

#

this is the id

worldly jacinth
#

That is just an account creation request?

oblique dawn
#

only mods can see this chat right?

fresh kayakBOT
#

๐Ÿ’ What you can share safely

This is a public server. Anyone can see the messages posted here, so you need to be careful when sharing certain information.

๐Ÿ›‘ Not safe to share

Do not share anything sensitive or privileged on Discord, including the following:

  • ๐Ÿ›‘ Secret API keys (most Stripe secret API keys start with sk_, rk_, or ek_)
  • ๐Ÿ›‘ Secrets (examples include Stripe's client secrets, which contain _secret_, and Stripe's webhook signing secrets, which start with whsec_)
  • ๐Ÿ›‘ Passwords, keys, or other login/authentication details
  • ๐Ÿ›‘ Information about non-public features or functionality

If you don't want something public, don't share it here.

โœ… Safe to share

Stripe object IDs are safe to share in public, and are often required to help us investigate and debug issues. Some examples of IDs you can share safely are:

  • โœ… Customer IDs (cus_)
  • โœ… Checkout Session IDs (cs_)
  • โœ… Subscription IDs (sub_)
  • โœ… Invoice IDs (in_)
  • โœ… Setup Intent IDs (seti_)
  • โœ… Payment Intent IDs (pi_)
  • โœ… Charge IDs (ch_ and py_)
  • โœ… Request IDs (req_)

This list isn't comprehensive; there are too many Stripe object IDs and prefixes to list that are safe to share publicly.

If in doubt, ask someone on this server with the Stripe Staff role if a particular piece of information is safe to share before you share it.

worldly jacinth
#

That request ID isn't really relevant here though

oblique dawn
#

yeah one moment

worldly jacinth
#

That said, are you trying to use Connect?

oblique dawn
#

so basically

worldly jacinth
#

Like is the confusion that funds aren't getting transferred to your Connected Account(s)?

oblique dawn
#

i have this registration form i coded in which im struggling to do because the client will not let me access the server so I have to do server and client sided code myself

#

and I have it linked up to my stripe rn for testing

#

and its returning that the payment is sucessful

worldly jacinth
#

Pause

oblique dawn
#

but theres nothing going through just a log that comes in

worldly jacinth
#

What does that mean?

#

and its returning that the payment is sucessful

#

What is "returning that the payment is successful"?

oblique dawn
#

I can share my code in a moment im just trying to get the proper log so im going to fill the form rq

#

and what it returns

worldly jacinth
#

ok

oblique dawn
#

req_QxntlgsZV3SJke

#

does this ID help at all

#

or is it the same thing? sorta

#

sorry this is all new to me

worldly jacinth
#

That is a Token request

#

So yeah that is when you collect card details

#

But you would need a separate server-side request to actually create a Charge

#

What you want to do instead here is create a PaymentIntent server-side

oblique dawn
#

ah so essentially im only getting the token im not sending the charge?

worldly jacinth
#

Then you pass the PaymentIntent's client_secret back to your client and you call confirmCardPayment()

#

That will both collect the card details and create a Charge

oblique dawn
#

ooooooh okay

#

that makes more sense

worldly jacinth
oblique dawn
#

thank you so much

#

i was losing my mind over this

#

i have 1 more quick quesiton if you dont mind

worldly jacinth
#

Sure

oblique dawn
#

actually nevermind I think the links u gave me solve it

#

is there anyway I can save this chat for a while or will it get closed?

worldly jacinth
#

It will get closed but you should be able to revisit it if you save the link

#

You can always post again if you have another question in the future

oblique dawn
#

alright thank you so much where can I get the link for this chat

worldly jacinth
#

Should just be the URL

#

I believe you can still revisit after it is closed

oblique dawn
#

alrighty im going to save those links too real quick

#

okay thank you so much again