|
|
|
|
|
by jeromeparadis
4474 days ago
|
|
I wonder if I could do the following... Any help would be appreciated. Here's the scenario: a seller is selling something expensive. Some buyers may prefer purchasing by credit card (simple) but others may prefer to wire money to the seller. To guarantee the transaction, we would take an authorization on a credit card for, let's say 10 days and if the buyer transfers the amount during that time, we remove the hold on the credit card. If he hasn't transferred the money after the elapsed time, then we would charge the card. Would Stripe or Balanced support such a scenario and if so, what would be the fees? Is there any impact of having a lot of CC holds that don't go through? |
|
You can't currently accept payments with Stripe via wire, but you can accept payments via ACH-in (currently in beta: email amber@stripe.com for access) as well as debit/credit card. You could certainly do exactly what you describe with ACH-in and a separate authorization/capture process via credit/debit card, however authorizations expire in 7 days, so you may want to keep that in mind.
I suggest doing a separate authorization and capture via credit card (https://stripe.com/blog/auth-capture) OR accepting payments via ACH-in, rather than attempting to do both at the same time which can lead to customer confusion.
Stripe only charges upon a successful transaction (https://stripe.com/pricing), so the uncaptured authorizations will not cost you money.