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
Post a Comment