条纹重定向 URI - url 中的动态数字
Stripe Redirect URI - Dynamic number in url
我想在 Stripe 的重定向 URI 中设置 UserId,我的 URL 变成这样
www.mydomain.com/registration/1
www.mydomain.com/registration/2
我在重定向 URI 中设置了 www.mydomain.com/registration/
,它工作正常,但当 Stripe 在 URI 中看到该数字时中断
我需要:使用 this 功能
将用户连接到 Stripe
您应该只重定向到您网站上的一个页面。
该一页可以:
a) 完成 oauth 过程,然后进行重定向,或者
b) 重定向到将完成 oauth 过程的页面
我想在 Stripe 的重定向 URI 中设置 UserId,我的 URL 变成这样
www.mydomain.com/registration/1
www.mydomain.com/registration/2
我在重定向 URI 中设置了 www.mydomain.com/registration/
,它工作正常,但当 Stripe 在 URI 中看到该数字时中断
我需要:使用 this 功能
将用户连接到 Stripe您应该只重定向到您网站上的一个页面。
该一页可以: a) 完成 oauth 过程,然后进行重定向,或者 b) 重定向到将完成 oauth 过程的页面