#yolanpibrac_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- yolanpibrac_error, 4 days ago, 17 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1222100351533187083
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
You added stripe_account in the request, and it's not a param that Stripe API expects
Yes, I saw that I can't add this params to my curl. My question is how can I make this request on behalf of a connected account
I tried to add it in the header like that :
-u "apikey:" \
-H "Stripe-Account: acct_1MUTO0H2z2S1wXIQ" \
-d amount=1000 \
-d currency=usd \
-d "source_balance[type]"=payments \
-d "destination_balance[type]"=issuing
But it does not works ass well
see this requestId : req_NWw8jqVhDBCE94
This is a beta feature, did you sign up for it? https://docs.stripe.com/issuing/connect/funding?locale=en-GB#fund-from-connected-account-balance
Yes, we have access to the beta. It works well when I try the api in my parent account. But it looks to failed for my connected account. Maybe it need to be enabled as well for connected account ?
Yes you are right. You should reach out to the same stripe contact and ask them to enable it for your connected accounts