#DiscoBlade

1 messages · Page 1 of 1 (latest)

tranquil belfryBOT
teal matrix
#

👋 happy to help

obtuse spade
#

i send 10usd but only received 0.10

teal matrix
#

the amount is in cents

#

so you need to pass 10 * 100 to get 10$

obtuse spade
teal matrix
#

no worries

obtuse spade
#

last question

#

i want to have a controll of connected account balance. I want to transfer their balance into their connected bank account, how can i do that?

teal matrix
#

this is called payout

#

you can read more about it here ^

obtuse spade
#

I've already try that endpoint in api but it say that no connected bank account error something

teal matrix
#

you need to see whether your connect account has already an external bank account

obtuse spade
#

it already have

teal matrix
#

you're creating a payout for your own account

#

would you mind copying the req_xxx from the request_log_url?

obtuse spade
#

req_xEMHLfWSBpglSJ?t=1675943106

teal matrix
#

you just need to create a transfer

#

the payout happens based on the payout schedule

#

that you can specify

obtuse spade
#

i set the payout to manual

teal matrix
obtuse spade
teal matrix
#

it's basically the same API route

#

you just need to specify the Stripe-Account header

obtuse spade
#

oh that's what i'm missing the Stripe-Account header. Thank you mate it's working now

teal matrix
#

sure thing let me know if you need any more help