Ala*_*lan 5 api hyperlink translate stripe-payments
我正在使用 API stripe Connect OAuth 参考 ( https://stripe.com/docs/connect/standard-accounts )
重定向用户的链接是: https ://connect.stripe.com/oauth/authorize?response_type=code&client_id=CODE&scope=read_write
我该如何翻译此页面?我尝试过在 url: 中使用,?locale=fr
但不起作用。我在文档中找不到任何内容谢谢
您必须添加两个字母的国家/地区代码stripe_user[country]
(文档链接)。
两个字母的国家/地区代码(例如,US 或 CA)。
例如:
https://connect.stripe.com/oauth/authorize?response_type=code&client_id=...&scope=read_write&stripe_user[product_description]=...&stripe_user[email]=john@gmail.com&stripe_user[url]=http://example.com/users/1234&stripe_user[first_name]=John&stripe_user[last_name]=Deere&stripe_user[business_name]=John%20Deere&stripe_user[country]=FR
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
792 次 |
最近记录: |