#sahil_card-verification

1 messages ¡ Page 1 of 1 (latest)

upper larkBOT
#

👋 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.

warm stratusBOT
#

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.

gray root
#

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

teal swan
#

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?

gray root
#

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

teal swan
#

I understand

Also account balances change. Even if you charge them $1 now, their account may not have that amount later

gray root
#

I just don't think adding this step provides much of a benefit

teal swan
gray root
#

That's how you can accept payment from Canadian customers' bank accounts

teal swan
#

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

gray root
#

Hm good question. I'm not sure offhand. Let me check

warm stratusBOT
teal swan
#

okay

tepid valve
#

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

teal swan
#

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.

tepid valve
#

You are not supposed to just make a card authorization to check it's valid. It's forbidden by issuers. So that's correct

teal swan
#

okay. Thanks for all the information.