I'd like to know if it's possible for an e-commerce vendor to receive payment to their credit card rather than to their bank account. Typically in an e-commerce transaction, here's what happens:
Setup:
- Vendor sets up an e-commerce website
- Vendor opens a payment gateway account with a service such as Paypal and may also setup a bank merchant account
- Vendor connects their website to the payment gateway (API etc)
- Vendor connects the payment gateway to their bank account by providing acct number etc
Purchase
- Customer makes a purchase and provides credit card details to take payment funds from
- Website passes this information to the payment gateway
- Payment gateway authorizes payment from customers card
- If authorized, payment is transferred from customer's credit card to the payment gateway
- Funds are then sent from the payment gateway to the vendor's bank account.
- Vendor is happy :-)
Is there an e-commerce payment gateway where the payment is transferred onto a credit card owned by the vendor rather than transferred into a bank account?
Do credit card companies allow this kind of transaction? If not, are there any legal/regulatory reasons why this would be prevented? I never heard of a way to do this before.