#farzane0738

1 messages · Page 1 of 1 (latest)

wet valeBOT
sage lagoon
#

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.

shrewd coral
#

is it possible to add payment method to custom user type?

sage lagoon
#

what API object specifically is a "custom user type"?

wet valeBOT
shrewd coral
sage lagoon
#

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.

shrewd coral
#

i know we have system with scheduled payments, we need both side to have stripe account and charge and pay automatically with our application

#

does stripe support this issue?