#877-card-collection
1 messages ยท Page 1 of 1 (latest)
dbhowmik-card-collection
877-card-collection
๐ @cedar hemlock It's impossible to collect a card number and then get the billing details from the bank, that is not a service we (Stripe) offer (nor do banks as far as I know)
Ok can we use Elements to be used through my site and get the CC number to be Authorized?
What are you really trying to do? What are you trying to "authorize"
My clients will enter CC details on a page and I need Stripe to confirm that it is a valid CC and have the balance to pay for what I want rhem to pay.
This page cannot be my oage as we are not PCI compliant so may have to use Elements
Please help
Everyone wants to "validate" cards. Especially attackers, fraudsters, card testers. So I don't really get what you mean at all unless this is abuse
Are you just trying to charge someone's card?
No we do not want to charge any card but just want to make sure that the CC is valid for an X amount of payment. Once approved we then pass this CC info to the banking core system
What does that mean "this CC info to the bankiing core system". You don't have any card number/details at that point since you are not PCI compliant and are forbidden from storing/accessing this information
Can't we use Elements to capture the info from the end user and rather then moving the money from the CC let us know it is a valid card and have balance?
if you use Elements then you never have the card number. We (Stripe) do and store it, you don't
And There's no way to know if the card has money. Not unless you actively go and ask for that money so that the bank says yes/no
Ok let me check with my manager
Ultimately if you want to just collect card details for a future payments you want https://stripe.com/docs/payments/save-and-reuse
Also what about wallet payments like apple and google pay?
We support those without issues, all documented on that page too
Can you please direct me to that page for apple and google pay integration. Is there a web link sdk for that?
I don't know what a "web link sdk" could mean. But Apple Pay and Google Pay are fully supported by Elements and Checkout and it mostly "just works". The exact link I gave you covers all of this
for example https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#apple-pay-and-google-pay if you use PaymentElement