#genffy.eth-payment-intent
1 messages · Page 1 of 1 (latest)
👋 Happy to help
@twin bear How are you integrating with Stripe now? Is it Payment Element?
nop, just js api, the doc url is https://stripe.com/docs/payments/wechat-pay/accept-a-payment?platform=web
eg: pass return_url: 'https://www.baidu.com?que=234' to confirmWechatPayPayment method, and the test_payment page will render https://www.baidu.com string.
全球领先的中文搜索引擎、致力于让网民更便捷地获取信息,找到所求。百度超过千亿的中文网页数据库,可以瞬间找到相关的搜索结果。
we found a solution is convert url to short url, but the doc should mention it, otherwise may confused developer and waste times.
Hey, have you tried passing a return_url value without the trailing slash (i.e. baidu.com?que=234)