#mymodian_unexpected

1 messages ยท Page 1 of 1 (latest)

low pikeBOT
#

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

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

keen cosmos
#

can you share the seti_xxx ID?

neon cloak
#

OK, wait a minute please

low pikeBOT
keen cosmos
#

To be clear though, this is likely an implementation of the bank and how they handle 'saving' cards. It can be common for some issuers/banks to use a $1 auth to save/validate the card which should be automatically refunded. This is not something we can control

neon cloak
#

Is stripe will automatically refund the money?

arctic lynx
#

Hi ๐Ÿ‘‹ jumping in as my teammate needs to step away soon. If the behavior you're referring to is what we think it is, then there isn't a need for those to be refunded. That's because the payment is never actually completed, just the authorization for the payment is approved by the bank.
https://support.stripe.com/questions/unexpected-1-charge-on-customers-bank-statement

#

It should disappear though.

neon cloak
#

can you find the setup intent by the client secret? i only recorded the client secret now.

arctic lynx
#

Don't share the full client secret, those are secrets and we discourage logging them, but you can share everything before the second underscore which is the ID of the intent.

neon cloak
#

but it indeed charge me 1 HKD at 07/08

arctic lynx
#

Did you speak with your bank and confirm the payment was actually deducted, and that it's not a pending charge which has only been authorized as we describe in the support article I linked above?

neon cloak
#

let me find out the id

neon cloak
#

bank

#

"cs_live_c1GvbFN2NgrIpNV3XWoKgktpV0CeujrqYIX8P9LYL2s8bkWmH15eZE44Fn_secret_"

#

can you found the setup intent session by this? it's part of the client secret as you said.

arctic lynx
#

Yup, that's a Checkout Session using a mode of setup. That won't process a payment. You can speak with your bank to confirm the amount was only authorized and not deducted from your account, and confirm the authorization will be removed from your account if it's not collected.

neon cloak
#

yes, i just complete a setup session again, it didn't charge the money.

#

Thank you. I have no questions now.