admin管理员组文章数量:1122846
I am trying to access the Stripe API account but was not able to retrieve the Balance data, I need the endpoint to get it
I am using the endpoint but the Balance and other fields are not fetched.
API Endpoint and the parameters needed enter image description here
I am trying to access the Stripe API account but was not able to retrieve the Balance data, I need the endpoint to get it
I am using the https://api.stripe.com/v1/accounts/acct_1NfnzBHIBayKCYf4 endpoint but the Balance and other fields are not fetched.
API Endpoint and the parameters needed enter image description here
Share Improve this question edited Nov 22, 2024 at 9:24 VLAZ 28.8k9 gold badges62 silver badges82 bronze badges asked Nov 22, 2024 at 1:55 kristel abankristel aban 212 bronze badges1 Answer
Reset to default 0Here's the guide on how you retrieve the balance on the connected account: https://docs.stripe.com/connect/account-balances#check-connected-account-balance
For example using Balance Retrieval API,
curl https://api.stripe.com/v1/balance \
-u "sk_123:" \
-H "Stripe-Account: {{CONNECTED_ACCOUNT_ID}}"
本文标签: postmanHow do I get the Balance Data from StripeConnected AccountsStack Overflow
版权声明:本文标题:postman - How do I get the Balance Data from Stripe - Connected Accounts? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736306137a1932846.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论