#sahil_card-verification
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/1228003310582366249
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sahil_best-practices, 20 hours ago, 25 messages
- sahil_api, 6 days ago, 23 messages
You shouldn't charge a $1 to just verify the card. If using Billing Portal Sessions, then SetupIntents should already be in use for setting up the card
Yes I was informed that there is a verification done from Stripe when a card is added
But we still would like to do this to verify if users have the least balance in their account and are really willing to pay. The amount should be refunded immediately
Does that make sense in terms of adding an extra level of trust?
I can't advise you do that honestly
Not familiar with card network regulations, but charging and refunding immediately isn't a great pattern
Not sure if that's allowed or not honestly
Also account balances change. Even if you charge them $1 now, their account may not have that amount later
I understand
Also account balances change. Even if you charge them $1 now, their account may not have that amount later
I just don't think adding this step provides much of a benefit
While reading docs, I came across this - https://docs.stripe.com/payments/acss-debit
Is this a different thing altogether?
That's how you can accept payment from Canadian customers' bank accounts
ok
I think the other thing is that sometimes, people disable international payments. Does the Stripe verification you mention checks this as well?
For example, I with an Indian Debit/Credit can disable international payments
Hm good question. I'm not sure offhand. Let me check
okay
sahil_card-verification
We don't really have any control over this sorry. We try to authorize the card to make sure it's valid and then it's up to the bank to say yes/no
okay. Thanks for the information.
Can I summarize that Stripe doesn't natively offer a flow where we can authorize cards by small payment and a refund?
I am asking again because I've seen this on lot of products while signing up, so I was assuming this to be a trivial feature.
You are not supposed to just make a card authorization to check it's valid. It's forbidden by issuers. So that's correct
okay. Thanks for all the information.