#krustyflakes-payment-sheet
1 messages ยท Page 1 of 1 (latest)
hello
im implementing the PaymentFlow for iOS
using FlowController to manage the paymentMethods
i was able to find this link
https://stripe.com/docs/elements/appearance-api?platform=ios
which shows how to change appearance of the PaymentElement
but i cant find any reference for FlowController, is it possible to customize at this point?
my design team is pushing back on how this looks
krustyflakes-payment-sheet
Hey there ๐
Stepping in here
hello, thanks really appreciate the help ๐
I haven't personally tested the FlowController flow so I'm not 100% sure but there's a configuration property
https://stripe.dev/stripe-ios/docs/Classes/PaymentSheet/FlowController.html#/s:6Stripe12PaymentSheetC14FlowControllerC13configurationAC13ConfigurationVvp
which should allow you to set the appearance
https://stripe.dev/stripe-ios/docs/Classes/PaymentSheet/Configuration.html#/s:6Stripe12PaymentSheetC13ConfigurationV10appearanceAC10AppearanceVvp
seems like best case scenario it would allow changes to
font
colors
primaryButton
cornerRadius
borderWidth
shadow
just like the payment sheet
yup probably
and this FlowController is the only component available for managing paymentMethods, correct?
I believe that's the recommended approach for now