#darylteo.
1 messages ยท Page 1 of 1 (latest)
they want those gaps between the fields, and material design labels, and custom fields.
https://b.stripecdn.com/docs-statics-srv/assets/ios-overview.9a8b762e060eb4be79a5abb237378498.png
Hi @gray bone are you using payment sheet or STPCardFormView ?
let me check with my team
actually no we have not implemented yet.
so we're not using either. we'll use whichever will achieve our goal ๐
Then have you checked the appearance API which allows you to customize the UI of payment sheet https://stripe.com/docs/elements/appearance-api?platform=ios ?
it is limited to these options https://b.stripecdn.com/docs-statics-srv/assets/ios-appearance-colors.10be067393d6d6e092095895153f0f1b.png
they want specifically what is in my screenshot, to the pixel.
and i do not want to do PCI DSS ๐
That's all it offers. If you still want to use Stripe iOS SDK UI without handling PCI compliance by yourself, then you might want to push back to your business team and come up with a design that can be achieved using Appereance API.
so i can't just build a UI myself and have that sent to Stripe servers directly (just for confirmation)
You can, but it'll be considered as direct API integraiton and you need to handle PCI SAQ D compliance by yourself.
even if it doesn't enter our servers? just directly from the client device?
if you are not using Stripe SDK to collect card information, you are subject to SAQ D. We can only help simplfying PCI compliance if you are using Stripe SDKs.
thanks very much ๐