Mobile app version of vmapp.org
Login or Join
Shakeerah822

: What options are there for integrating with payment gateways? It seems that there are only two types of payment gateway service out there at the moment; Either that the entire cart logic is

@Shakeerah822

Posted in: #Ecommerce #PaymentGateway

It seems that there are only two types of payment gateway service out there at the moment; Either that the entire cart logic is handled offsite (with something like Paypal's Standard option) or the other option being that you need to go through the certification for handling credit card numbers and doing pretty much everything yourself.

Ideally, for the project I'm working on, I'm after a bit of middle ground such that I can handle the cart on-site, and only pass over to a payment gateway (with an order amount, billing & delivery details, and order ref) for them to handle the card details, before passing back.

I'm sure that I've used e-commerce sites using this pattern before, but I cannot find any payment providers out there that offer this sort of option, so are there any? The only over requirement we have at present is that it must accept orders in Sterling.

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Shakeerah822

3 Comments

Sorted by latest first Latest Oldest Best

 

@Frith620

The Google checkout API offers that halfway house of being able to use your own custom cart, without having to actually go the whole hog and handle all the nuances of credit card number handling certification.

10% popularity Vote Up Vote Down


 

@LarsenBagley505

I still recommend using PayPal for your PayPal payment gateway as it is more accepted world-wide. Pleae do keep in mind that PayPal does not process payment from some countries yet (such as Egypt, and most of African countries).

If you believe you want to do business worldwide, this is something worth considering :-)

10% popularity Vote Up Vote Down


 

@Mendez628

I think most e-commerce providers have something like that, I use FastSpring and they have an API where you can post the order details from your cart to their site where they handle the payment. (I think PayPal also have something similar but I'm not 100% sure).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme