#triplec3424_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1343795250153652294
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, what do you mean by "public & professional details " ?
this is a public channel so please don't post anything that you wouldn't share on a public channel
i've removed that image
It was test data so I didn't mind. But specifically I mean that I don't want my users to be able to edit the URL and Descriptor shown on customer statements during the onboarding process of an express account
To clarify, an Express account has full control over the details they can change. You, as the platform cannot, and should not be controling what details the Express account can change. If you want to have full control over what details a connected account can update, then you should be using custom accounts instead.
Depending on whether you're using direct charges or destination charges, it will use the statement descriptor of the connected account, or platform respectively. So depending on how your business works, maybe changing the fund flow is what you need instead
You might want to consider going through this Connect Integration guide : https://docs.stripe.com/connect/design-an-integration. It's using the latest Connect controller configurations for connected accounts, instead of types
Ok. I appreciate your responses. I'll take a look at the integration guide
I have changed my code so now instead of
stripe.Transfer.create(...)
I am attempting to use
stripe.Payout.create(...)
I am wondering why I am receiving the following error:
You have insufficient funds in your Stripe account for this transfer. Your card balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).
My current balance info from the API
{
"available": [
{
"amount": 181085,
"currency": "usd",
"source_types": {
"card": 181085
}
}
],
"connect_reserved": [
{
"amount": 0,
"currency": "usd"
}
],
"livemode": false,
"object": "balance",
"pending": [
{
"amount": 67,
"currency": "usd",
"source_types": {
"card": 67
}
}
]
}
I have an available balance of much greater than the amount I am trying to use in my Payout request
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sure! This should be it:
Request req_c8NflXcc5my0po