#tienbt_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/1219100870172741753
📝 Have more to share? Add more 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.
- tienbt_api, 2 days ago, 56 messages
- tienbt_api, 2 days ago, 14 messages
- tienbt_api, 2 days ago, 29 messages
- tienbt_api, 3 days ago, 18 messages
- tienbt_api, 4 days ago, 13 messages
- tienbt_api, 4 days ago, 36 messages
and 3 more
Hi
Nice to meet you
[3D Secure authentication flow for mobile] Is this flow different with [Support and availability]?
Where do you get the first screenshot from? Can you share the doc link?
I can't find that section in https://docs.stripe.com/testing#3d-secure-mobile-challenge-flows
https://docs.stripe.com/testing#three-ds-cards
https://docs.stripe.com/testing#flux-d’authentification-3d-secure-pour-mobile
I send this link
ah i see! it looks like the initial screenshot likely had a different translation, so the texts are different
3DS on mobile might have a different UI, so the test cards for mobile are listed separately
Nevertheless, their 3DS support are the same
So we need to perform test cards with mobile devices, right?
How are you integrating with Stripe currently? Are you using mobile Payment Sheet or web Payment Element?
I am using web Payment Element
With web Payment Element, https://docs.stripe.com/testing#three-ds-cards should be sufficient.
Mobile 3DS test cards is for mobile Payment Sheet integration.
Yes, Thanks
In case of payment with apple pay error, is there any way we can handle this pop up?
This Apple Pay interface is owned by Apple Pay. I'm afraid we don't have way to handle this pop up. Customer will have to try again to make the payment
In this case, we have no way to notify users of errors.
The above "Try Again" screenshot has notified the user to try the Apple Pay payment again. Isn't it a notification?
But it does not report specific errors like decinated or blocked
But it does not report specific errors like decined or blocked
If the customer stays on Apple Pay interface, the UI is controlled by Apple and specific error will not be shown in Apple Pay's interface
Yes. Thanks
Is there any way I can customize this when using the payment element?
Appearance API can be used, but it will apply to entire Payment Element, not specific text: https://docs.stripe.com/elements/appearance-api
The card number should be right-align instead of left-align
The card logo should be left-align instead of righ-align
Can we update this when using payment element?
Hi
Thanks for waiting! I'm afraid the alignment can't be changed for card number and logo in Payment Element
Discord can be busy. It'll take time to respond. Please be patient
The name of the label can't be changed. If you wish to have customisation on the Element, I'd recommend using split Card Element: https://www.youtube.com/watch?v=gW8b0Y6Ae8o
In this episode, you'll learn from Matt about how use separate card input fields for number, expiry and cvc with Stripe.js and Elements.
Presenter
Matthew Ling - Developer Advocate at Stripe - https://twitter.com/mattling_dev
Resources
Official client library: https://github.com/stripe/stripe-ruby
Official documentation: https://stri...
Here's the example code: https://glitch.com/edit/#!/pi-split-elements?path=public%2Fclient.js%3A59%3A57
Are there any limitations to using card elements?
Here's the comparison between Payment Element and Card Element: https://docs.stripe.com/payments/payment-card-element-comparison
The main difference is that Card Element only accepts card, but not other payment methods
We cannot use American Express cards here. Please check if I am missing any settings?
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Or can you share the Payment Intent ID (pi_xxx) that is used for this amex payment?
This is the notification right above the payment element.
We haven't created a Payment Intent ID yet
We use this card.
Can you share your public accessible development website, so that I can take a look amex is not accepted? Some countries don't accept amex: https://docs.stripe.com/payments/cards#online-card-brand-capabilities
We are in UAE country
Is this a limitation for both card element and payment element?
It's a limitation within Stripe. It'll be the same for all elements
The description has explained how these test cases can be tested. You simply input the card number and the field required in the description
Hi
Hi @hardy beacon I'm taking over this thread
I am here
Let me know if you have any follow-up questions
You mean "address checks fail" ?
Ok, there's a test card for this test.
Can I understand post code as this country?
4000000000000036
I am using this card.
Postal code is not required for Vietnam.
You can change the country to "US" and payment element will show postal code field.
https://dashboard.stripe.com/settings/payment_methods turn it off from settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't want this part to show and I only pay by card here.
Once Google Pay is disabled in your Dashboard, it won't be shown in the payment element.
Yes. Thank you.
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
I am here
about error this message, do we can custom?
I see that my colleague had already answered this question.