php - How to send Stripe Tokens to our Server from android application? -


i integrating stripe on android , have imported github project https://github.com/stripe/stripe-android

i did not understand how send generated tokens server after card validated. found codes not helpful.

any appreciated!

once have stripe token, can token id (token#getid()), string , send server like. (wrap in json, etc)

that token id need make charge. there plenty of libraries can io needs, such volley , retrofit.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -