#curious-authorization-questions
1 messages · Page 1 of 1 (latest)
curious-authorization-questions
- yes
- This is really discouraged/forbidden by card networks. You shouldn't be just authorize $1 to see if the card is valid.
- Not really no. Use the PaymentMethod and PaymentIntent API, see https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
@azure sluice did you have more questions before I archive?
Yep a few more but wont get to them till later tonight. Could you leave this conversation open?
No sorry. We help in real time in Discord, we can't really keep threads open as there are hundreds of developers asking questions each week
I'd highly recommend working with our support team directly instead in that case: https://support.stripe.com/contact
Oh last question then
If authorizing $1 is not recommended. What is the recommended flow?
There's no reason to authorize the card at all here. Either you take a real payment, or you use a SetupIntent to collect and save card details
The reasoning is that we want to check if the card can be charged
We already save the card details eventually
yeah that's the thing that is basically forbidden by card networks