#dematech-elements-mobile

1 messages · Page 1 of 1 (latest)

real needle
#

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

finite badger
#

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)

real needle
#

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

finite badger
#

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?

real needle
#

yes

#

let me link you to what I'm referring to, it'll all click together

finite badger
#

Do you have the reference links for the respective documentation for iOS and Android?

#

Thank you!

finite badger
#

Does Stripe also provide templated messaging so we can add so users will know that everything is being securely processed by stripe, etc?

real needle
#

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

finite badger
real needle
finite badger
#

Thank you for your help!

real needle
#

not sure which tab that brings you to, you might have to click "next" twice to preview the full Checkout page

finite badger
#

Is there a place to get the stripe logo assets so we use the official ones?

real needle