#majks_issuer-check-name
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/1250077787960774697
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
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.
- majks_code, 1 day ago, 31 messages
- majks_code, 5 days ago, 29 messages
Hi ๐ that isn't supported, you don't get visibility into the name of the person the provided card was issued to.
Is there any way that I can pass his name and stripe check if it cardholder
No, the issuers don't provide us with that information either. The only checks that issuers offer like this are regarding zip/postal code and CVC.
https://docs.stripe.com/disputes/prevention/verification
Thanks
majks_issuer-check-name
Any time!
I have one more question about confimation tokens
What is minumu time for expiration, I know for checkout is 30min
Can I set 5 min for confimation tokens
I'm not sure offhand what the expiration timeframe for a Confirmation Token is, though I'd expect the behavior you see in testmode while testing this to closely mirror how livemode will behave. Double checking the function for creating a Confirmation Token, I don't see it accepting an expiration timestamp. Are you seeing somewhere in our docs that you can set the expiration time for those, and if so can you point me to where you're seeing that?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
4th field is expires_at
It is for getting tokens
That's a field on the object, but it isn't one you can set.
The function for creating a Confirmation Token doesn't accept an expires_at parameter:
https://docs.stripe.com/js/confirmation_tokens/create_confirmation_token