#roanex_api

1 messages ยท Page 1 of 1 (latest)

hot magnetBOT
#

๐Ÿ‘‹ 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/1407488154050756673

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

covert mica
#

Hello ๐Ÿ‘‹

What Stripe integrations are you using?

bitter quarry
#

connect

covert mica
#

Sorry that is not what I mean. How are you storing the bank account details and how are you using them with Connect?

hot magnetBOT
bitter quarry
#

I store the payment method id in my database and last 4, I use the payment id to attached to the user to pay drivers, the payment id is attached to the connected account, not to the stripe account, since I only provide the platform, I am not the one paying the drivers, I am trying to process ACH debit from the payment method, if I use the Stripe onbording dashboard I can make the payment without a problem, if I do it using my own custom form it gets added and I can go to the connected account and it is showing but its not verified, I get an error message when I try to use it saying it is not verified.

#

Is that what you asked?

civic oar
#

๐Ÿ‘‹ Hi taking over for Snufkin.

bitter quarry
#

Hi

civic oar
bitter quarry
#

I am not, how long does it take to deposit?

#

are those deposit automatically deposited or I have to manually send an api request so they can be deposited?

civic oar
#

It doesn't happen automatically if you are creating and attaching the PM with the API.

#

The onboarding flow handles this automatically.

#

If you are doing things manually you'll need to initiate the verification yourself.

bitter quarry
#

Do you have the link to initiate it? $paymentSource = $stripe->customers->verifySource(
'cus_9s6XGDTHzA66Po',
'ba_1NAiwl2eZvKYlo2CRdCLZSxO',
['amounts' => [32, 45]]
); here I see that there is only the option to submit the amounts after they have being deposited

civic oar
#

Sorry, I meant you have to initiate the verification. The amounts should be deposited automatically, ACH can have an inherent delay

#

So the user would have to report back to you the micro-deposts, and then you can perfom the verification.

bitter quarry
#

I want to build a form to take the deposits and send them to Stripe, but just to make sure, I can just add the bank account and Stripe will make the deposits?

civic oar