#shubham_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/1219890902118694992
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! it seems like you haven't completed the description of your use case, can you share what you're trying to do?
I am trying to integrate stripe terminal in my flutter frond end application with a Java Springboot BE. I want the flutter application to act as a reader, scan card for payment via tap to pay and also have a possibility to enter card details.
What would be the best way to do this. Do I have to create a reader for this too. Also Do I use android tap to pay SDK in flutter application or some other SDK. I have implemented the BE code, Can you Please describe the flow for payments using terminal.
Another question is, for testing how do I proceed. Only Simulated checkout with a simulated reader
Stripe does not have any officially maintained Flutter SDK. If you want to integrate with Stripe Terminal, then you will need to use one of our official libraries : https://docs.stripe.com/terminal/payments/setup-integration
If I use the Android SDK, can I use the app without the need to purchase a separate reader from Stripe and Use only server Side integration.
there's a supported list of android devices on this page : https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay?platform=android
Can Tap to Pay be used for entering card information manually as well?
no, that's not possible
Okay. Can I have parallel implementations of both SDKs
unfortunately, we don't have a sample integration for tap to pay, you'll need to refer to https://docs.stripe.com/terminal/payments/setup-reader/tap-to-pay to get up and running, if you're running into specific issues when attempting to integrate, we'll be happy to help