Vahid Najafi
Vahid Najafi

Reputation: 5233

Stripe, transfer from customer to our account

Is it possible to transfer from the customer account to our own account?

Note: This is not a fee of transaction, but it's simply withdrawing from customer's account.

Here is a scenario: We introduce a user to the shopping center. Then the user pays in the shopping center (physically and not online payment). Then we get the invoices from the shopping center and at the end of the month, we should transfer some money from the shopping center. So, no online transaction, no fee. Just simply transferring money from the user's account to our account. (maybe there should be verification process from the shopping center, which is ok)

Upvotes: 0

Views: 96

Answers (1)

Nolan H
Nolan H

Reputation: 7409

You'll need to decide how to model the relationship you have with the Shopping Center and the Shopper with Stripe, but one suggestion would be to consider the Shopping Center as your Customer, who then pays you based on referred Shoppers etc. This could be done many different ways, using Invoices, or saved payment methods and off-session payments, or with a usage-based Subscription.

Alternatively, if you were facilitating payments from Shoppers to the Shopping Centers, you might use Connect and set up the Shopping Centers as Connected Accounts and the Shoppers as Customers. You would collect application fees for the payments you facilitate online. For offline payments, you could charge your connected accounts fees using account debits.

Upvotes: 1

Related Questions