#mymodian_unexpected
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/1272534626786869290
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
can you share the seti_xxx ID?
OK, wait a minute please
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
Is stripe will automatically refund the money?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It should disappear though.
can you find the setup intent by the client secret? i only recorded the client secret now.
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.
but it indeed charge me 1 HKD at 07/08
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?
let me find out the id
i didn't confirm this with the bamk
bank
"cs_live_c1GvbFN2NgrIpNV3XWoKgktpV0CeujrqYIX8P9LYL2s8bkWmH15eZE44Fn_secret_"
can you found the setup intent session by this? it's part of the client secret as you said.
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.