#thunderbuddy_api
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/1267869137556996278
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ what do you mean by "verification/authentication" here?
In general, as mentioned here, the best approach for this is to setup the card for future usage:
https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge
https://docs.stripe.com/payments/save-and-reuse
Ya, but we won't ever be using the card on Stripe. We just need to verify that the card is valid and can be used. By "verification/authentication" i mean:
Verification: Confirming that the credit/debit card number is valid and structurally correct, typically using the Luhn algorithm.
Authentication: Ensuring that the card details (number, expiration date, CVV) are correct and match the records with the card issuer, confirming that the card is active and not flagged for any issues (e.g., stolen, expired).
I know I can essentially do what I'm looking for with Stripe via set up payment intent, but we won't ever actually be using the card on Stripe, we just need to verify it and I just wanted to check that this won't negatively impact my Stripe account.
If you're never going to charge the card, why do you need to validate it? That's a pattern card networks frown upon.
Hello ๐
Taking over as toby needs to step away
are you asking about this? https://docs.stripe.com/payments/vault-and-forward
So we're a lending platform that works with various lenders (Synchrony, Wells Fargo and many more). We collect the data and then send that data to various lenders/providers.
Some of these providers require debit/credit card information. We would like to prevent any potential card issues by verifying the card first on our end before sending them to our partners.
@ornate zephyr yes, this looks like an excellent product. However, we have direct API integrations with many of these providers (over 30 at this point) and I have yet to see any of their APIs request tokenization of credit/debit card information.
However, it's not something I have asked either. I'm assuming our partner would have to have a Stripe account and setup and enpoint to receive the card information if we were to use this?
I think you'd need to clarify the usecase first.. When you say "our partner"/providers, would they have their own payment processor? If so, the doc I shared is what you'd need..
If your usecase is more or so about Stripe connect (where your partners are Stripe connected accounts) then that's different.
Our partners have their own payment processor and card validations. We simply pass the information over.
So if we were to forwar card details, then we would need to implement Stripes frontent JS SDK to capture the information for tokenization? Would it be possible to tokenize card information at the API layer?
Would it be possible to tokenize card information at the API layer?
It may be possible but not something my team knows much about.. This requires PCI compliance and there's an approval process too.. I'd recommend working with our support team to understand the full requirements as they're experts on this:
https://support.stripe.com/?contact=true
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, we are PCI, HIPAA and SOC2 compliant. I'll reach out. Thanks for your help!
Would I reach out to the sales team?
Hmm I'm not sure.
I think you can use the contact us link from this page: https://docs.stripe.com/payments/vault-and-forward
I'm talking with the chatbot and I don't see a clear path to speak to someone that mgiht know
Is there an ID to this support ticket that I can use to pass this convo along to them?