我正在使用API条带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
但没有工作。
我在文档中找不到任何内容
感谢
答案 0 :(得分:1)
您必须添加两个字母的国家/地区代码stripe_user[country]
(docs link)。
两个字母的国家/地区代码(例如,美国或加拿大)。
例如:
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