#cecilphillip_api

1 messages ¡ Page 1 of 1 (latest)

light creekBOT
#

👋 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/1379854368450285769

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

radiant belfry
#

Taking a look

#

I'm looking at the account, and I can see both Top-Ups are reflected in "All activity" and "Top-ups" of the Dashboard.

woven temple
#

so do I, but my available balance in the sandbox is still $0

#

Adding funds to "Future refunds or disputes prefunding" works fine

#

when I try to initiate a transfer, I get an error saying that i have insufficient funds

#

I am able to add a balance using the following CLI command, but I haven't been successful with the Dashboard

stripe payment_intents create --confirm=true \
  --amount=100000 \
  --currency=usd \
  --payment-method-types=card \
  --payment-method=pm_card_bypassPending
radiant belfry
#

In the CLI you're creating a PaymentIntent. Basically you're simulating a payment on the account which will increase the balance.

woven temple
#

yea... but with topups it doesn't work for me

radiant belfry
#

Double checking with the team.

radiant belfry
#

Ok, it's not clear why the Balance is not increasing. The docs don't specify if the balance will increase. And there's a sction called "View your funds" that reads as follows [0]:

View your added funds in the Dashboard on Top-ups tab under the Balance page. Each time you add funds, a top-up object is made that has a unique ID with the format tu_XXXXXX, which you can see on the detailed view for the top-up.

[0] https://docs.stripe.com/connect/top-ups#view-funds

light creekBOT
woven temple
#

Even in the Dashboard UI, it says "Add funds for future payouts to connected accounts", but adding those funds doesn't show up. It's like the topups are just getting swallowed