#chaos_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/1234429949226651749
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I wanted to explain little bit more what we tried to do. It actually works as we want but having to apply for PCI DSS is unacceptable for us.
What we tried is similar to bancontact / iDEAL integration. We asked backend to create an intent with 1 โฌ and return us client secret. And then we can send this client secret to Stripe's SDK with credit card information. But like I said, that requires us to retrieve credit card numbers on our own either from our own input fields or from Stripe's STPPaymentCardTextField. We don't wanna do that since if we can access these information, we will have to apply for PCI DSS.
hi there!
Hello, wish you a good week
We tried to create an intent from backend and pass the client secret to mobile app. Then in mobile app we can use that client secret to charge&add a card. B
that's the correct approach
if you use Stripe's library to collect the card numbers, then it's PCI compliant
for example yes. or the newer PaymentSheet.
Can I open PaymentSheet with just Add a Card option? If so, we can try that
We don't wanna present pre-existing cards in that sheet. Just add option
๐ taking over for my colleague. Let me catch up.
hi, thx
please read this guide https://docs.stripe.com/payments/save-during-payment?platform=ios&mobile-ui=payment-element and let me know if you have any follow up questions
But in this screen, can we disable all others and show only card? Can we control it from mobile's side? Doesn't it show all enabled options in Stripe's dashboard?
you can pass the payment method types
there's a Listing Payment Methods manually tab on the page I sent you
okay, I will give it a try please don't close this thread in the meantime. Give me few hours