#Nvard-connect
1 messages · Page 1 of 1 (latest)
Well I want to know if there is a way to transfer money to the connect bank card through the api
let's say I have an express connect
hello?
I am waiting
Please be patient, I'm also helping other users
Transfer from who?
from my dashboard to my express connect bank card
you would transfer from your platform account's balance to the connected account's balance, and then the balance of the connected account can get paid out to their payout method(which might be a debit card) according to the payout settings of that account.
if it's an Express account their bank details are collected by Stripe during the onboarding.
should the user add the card dertails
or we can handle the process through backend
if we already have the card details
if you use Express then their bank details are collected by Stripe during the onboarding. You can't interact with it with your own backend code.
is your business PCI certified and audited to be storing raw card details?
no, I am just trying to understand what variants can be implemented
but on our stripe dashboard we already get the users card details when they buy something
so we can use the same to payout
no you don't.
no you can't.
if you want to use the same card to charge someone and also as a payout destination, you would do that as two separate flows, you can't collect the card once and use it for both cases.