#periva
1 messages · Page 1 of 1 (latest)
Hi
You can customize the appearance API of the Stripe Elements using Appearance API:
https://stripe.com/docs/elements/appearance-api
But you can use Split Card Element in order to have more customized UI I think
you can try, following this guide/video:
https://stripe.com/docs/payments/payment-card-element-comparison#:~:text=You can have,to both styles.
https://www.youtube.com/watch?v=gW8b0Y6Ae8o
we are using android/IOS
For appearance API, you can check it for Android and PaymentSheet too:
https://stripe.com/docs/elements/appearance-api?platform=android
For split card elements you can refer to this activity, not sure if you can integrate those.. but you can try to use these Android view:
https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-card-number-edit-text/index.html
https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-expiry-date-edit-text/index.html
https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-cvc-edit-text/index.html
These are wrapper into this view:
https://stripe.dev/stripe-android/payments-core/com.stripe.android.view/-card-input-widget/index.html
Welcome!