#farzane0738
1 messages · Page 1 of 1 (latest)
hi! no, that's not possible, that feature(Account Debits) is only for Express/Custom https://stripe.com/docs/connect/account-debits
The alternative some platforms do is you collect a card/other payment method from the person who owns the Standard account, and you add that as a normal Customer on your platform account and charge that, and in your own database/business logic you know that Customer corresponds to that Standard account.
is it possible to add payment method to custom user type?
what API object specifically is a "custom user type"?
I need 2 user types one for deduction and another one for receiving fund based on my application calculation whould you please help me which account type (standard,expressm custom) must they be
There's a distinction between Customers(people paying you money) and Accounts(Stripe merchants who receive money from charging customers).
if you are 'deducting' money from someone(charging them) then generally that is a Customer object.
if you are sending money to someone, that is always an Account, and it can be Standard/Express/Custom, depending on your requirements.