Stripe checkout not working in android webview

前端 未结 5 1986
太阳男子
太阳男子 2021-01-17 23:04

I am working on android application. The server on which I am working gives the subscription feature to the users, so users need to do payment to become a member on the webs

5条回答
  •  萌比男神i
    2021-01-17 23:56

    you problem is not with android device or android application, you have problem in your payment integration system.

    if you are using Pay Now "Default popup for payment from stripe" it will surely occur an error. You need to integrate its payment system with your's own code by using AJAX token system.

提交回复
热议问题