In reference to this from Google. I am developing an app in react native that I was going to use Stripe as the payment platform.
My requirements are:
Collect billing details (i.e. credit card) but do not bill initially.
back-end will bill periodically, but I need full control over the amounts (i.e. not a straight up subscription system)
Stripe allowed me to do just this. (My plan was to use a web view to direct user to a stripe checkout). I'm a bit unclear as to if Google Pay is the same as Google Plays Billing system.
Does Stripe have the ability to comply with this new policy from Google? If not does Google Play Billing allow this process (collect payment authorisation once, charge later)? Are their libraries for react native?