#triplec3424_api

1 messages ¡ Page 1 of 1 (latest)

quartz phoenixBOT
#

👋 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.

chilly folio
#

Hi there, what do you mean by "public & professional details " ?

vale orchid
#

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

lone glade
#

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

vale orchid
#

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

lone glade
#

Ok. I appreciate your responses. I'll take a look at the integration guide

quartz phoenixBOT
lone glade
#

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

storm sable
lone glade
#

Sure! This should be it:
Request req_c8NflXcc5my0po