#tarantino-47_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253566089464647814
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hello! Can you explain more on why you would want to do that?
we want to do that in order to check if a credit card is valid. just to see if credit card is good enough to perform $1 charge
That's something that is strongly discouraged. Card networks don't like that. You shouldn't be authorizing if you don't intend to capture.
Stripe does help check if a card is valid without a charge if you use SetupIntents - either via a card validation or using ML to predict if the card is valid
can you tell me what are the best practices for validating a card. send a link maybe
Generally, if you're saving a card for future use, use a SetupIntent. Stripe will handle most stuff for you :
- https://docs.stripe.com/payments/save-and-reuse
- https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge
If you're already collecting a payment, save the card at the same time :
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.
ok, thank you, but regardless
I do need to know how to put a hold of $amount
for example if a customer paid for a pizza in my store, but then turned out that type of pizza is out of stock