I have a Card Form in my Kotlin based Android Mobile app(attached image) of mine which I made using this package
after all the success validation I am willing to create a card and customer from mobile using
Stripe SDK For ANDROID
NOTE: As I am not using the Stripe SDK provided CARD INPUT WIDGET so cannot use those functions to do so.
WHAT I HAVE TRIED SO FAR:
Been into the sources provided by the Stripe Team URL here https://stripe.com/docs/payments/integration-builder and coding examples from https://github.com/stripe-samples but I am unable to find a solution.
Been thinking to create a Card element and then create a customer session and save detail and take the data out of the ACTIVITY RESULT function later on.
but any help would be great in this regard if possible, please.
here is a sample form
