We have ecommerce app as well as android (native) app. In both apps we need to store the customer card token for future payments. Both apps will use the same database so the customer card token saved from ecommerce(iframe) need to work in android(native) app(for doing sale or pre auth) and customer token saved from android(native) app need work in create charge api.
So can you please let us know how we able to use saved customer token for android(native) app as well as in ecommerce create charge api?