Paypal payment : How to get success request when loading the paypal in webview

后端 未结 5 1642
萌比男神i
萌比男神i 2021-02-18 17:49

Edit:

After paypal login, I could successfully complete transaction.But I need to match the successUrl in paypal to verify both url is same and

5条回答
  •  梦如初夏
    2021-02-18 18:34

    Edit

    It seems from the screen shots you're embedding a subscription page into your webview, and trying to match successUrl with the return URL.

    1. Check the answer in this post to set up the retrun URL first in your profile

    2. Obtain the URL String webUrl = webView.getUrl(); if you want to make match/ verification with the defined successUrl

提交回复
热议问题