#chaos_api

1 messages ยท Page 1 of 1 (latest)

warm oreBOT
#

๐Ÿ‘‹ 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.

solemn compassBOT
inland gull
#

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.

calm thorn
#

hi there!

inland gull
#

Hello, wish you a good week

calm thorn
#

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

inland gull
#

you mean STPPaymentCardTextField ?

calm thorn
#

for example yes. or the newer PaymentSheet.

inland gull
#

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

warm oreBOT
pulsar stirrup
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

inland gull
#

hi, thx

pulsar stirrup
inland gull
#

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?

pulsar stirrup
#

you can pass the payment method types

#

there's a Listing Payment Methods manually tab on the page I sent you

inland gull
#

okay, I will give it a try please don't close this thread in the meantime. Give me few hours