我们如何根据Stripe帐户ID获取机载ID?

发布于 2025-01-23 09:56:35 字数 777 浏览 3 评论 0 原文

我想集成在我们的后端仪表板上的Stripe的另一个链接,以启用/链接现有的“标准”帐户。

我只想创建一个动态的入职帐户链接,例如 通过API,

任何人都可以帮助我找出如何在API响应API时如何获得链接的方式?

我已经尝试使用下面的链接 https://stripe.com/docs/docs/docs/api/account_links/account_links /创建

I want to integrate another link from stripe on our backend dashboard for onboarding/linking existing "Standard" accounts.

I just want to create a dynamic onboarding account link like https://connect.stripe.com/oauth/authorize?redirect_uri=https://connect.stripe.com/hosted/oauth&client_id='client_id'&state='onboard_id'&response_type=code&scope=read_write&stripe_user[country]=US via API

Can anyone please help me to find out the way like how we can get above link in response of API?

I have already tried to check with below link https://stripe.com/docs/api/account_links/create

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒几许 2025-01-30 09:56:35

如果通过“帐户ID”,则是指 client_id 查询参数,则可以在连接设置页面。我认为可以使用API​​检索它,但是该ID不会更改,因此您可以从仪表板中抓住它并将其存储在您的末端以稍后再使用。

If by "account ID" you mean the client_id query parameter, then it can be found in your Stripe dashboard at the bottom of the Connect settings page. I don't think this can be retrieved with the API, but this ID won't change so you can grab it from the dashboard and store it on your end to reuse it later.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文