#dematech-elements-mobile
1 messages · Page 1 of 1 (latest)
hello, you add it on a webpage and display that webpage in a webview in your mobile apps
it is a JS component so you can't embed it directly natively into iOS/Android
You can alternatively use the Android or iOS SDKs which have native components for mobile apps to collect card details
Thanks @real needle for the response
With the andriod / ios components will I still be able to add other custom elements on the page?
I am just looking to add a stripe logo + add text saying that the credit card is stored and processed securely by stripe (or something similar)
what do you mean by "custom elements'?
ah you mean custom UI elements?
yes you can, Stripe's prebuilt elements like STPPaymentCardTextField are just UIViews so you just add them to your screen and are free to add other components too
So in the iOS and Android SDKs, those prebuilt elements like STPPaymentCardTextField are there for us to add to any page within the android or iOS app, correct?
Do you have the reference links for the respective documentation for iOS and Android?
Thank you!
Does Stripe also provide templated messaging so we can add so users will know that everything is being securely processed by stripe, etc?
no, you can add any language there if you want or refer to what Checkout does and just put a "powered by Stripe" text, which links out to stripe.com
Do you have a link to this please?
you can preview Checkout here, on the bottom left it has that label: https://checkout.stripe.dev/preview
Preview some of the features available in our prebuilt, hosted payment page.
Thank you for your help!
not sure which tab that brings you to, you might have to click "next" twice to preview the full Checkout page
Is there a place to get the stripe logo assets so we use the official ones?