Stripe 标准帐户 oauth 将印度设置为国家而不是美国

Stripe Standard account oauth set india as country instead of US

你好,最近 stripe 的帐户 API 返回的国家是 IN 而不是美国。早些时候同样的事情正在返回美国。

环境:测试

我正在使用 Stripe 连接标准帐户连接我平台上的商家。问题是当商家连接

https://connect.stripe.com/oauth/authorize?response_type=code&scope=read_write&client_id={clientId}
当我使用
获取退回帐户的详细信息时 Account.retrieve(accountId, requestOptions)
它 returns 国家 IN 而不是美国

谁能帮我解决这个问题,正如我之前所说,它正在返回美国。

您可以通过添加例如&stripe_user[country]=US 到 OAuth URL: https://stripe.com/docs/connect/oauth-reference#get-authorize