#guizhong_10139

1 messages · Page 1 of 1 (latest)

frosty caveBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

fervent echo
#

I want to make a normal jump to the address in the app after using third-party payment in the app, instead of opening the webview in the app to display the H5 page.

fervent echo
sharp willow
#

AFAIK, the return_url doesn't support non-HTTP URLs (i.e. app deeplinks)

#

If you're building a mobile app, you should be using our mobile SDKs

fervent echo
#

I did not use native APP for development, but converted it to app on the original H5

sharp willow
#

Can you share some code on how you confirm the Payment Intent currently?

fervent echo
#

The same as the H5 code,

sharp willow
#

No idea what 'H5 code' is, sorry. But as I explained, the deep link URL you have there (huionStore://) won't work for the return_url field with Stripe.js

#

It needs to be a HTTP address, which could then redirect back to your app

fervent echo
sharp willow
#

Not sure what you mean by 'jump to'?

fervent echo
#

Is it possible to return the address by stripe, and then let me jump to the link?

sharp willow
#

As explained, the return_url field needs to be HTTP/HTTPS. You can pass a return URL that is a HTTPS page that then redirects to your huionStore:// deeplink, sure