Simplest payment gateway (not for e-Commerce)?

Foxhound5366

Honorary Master
Joined
Oct 23, 2014
Messages
11,241
Reaction score
4,966
Location
Big Smoke
Is there any payment gateway that you can create a merchant account with and get some simple code to drop into your site that will then take visitors to their site to process a payment (e.g. by credit card), and that payment comes straight to your nominated bank account?

Otherwise, who has the simplest 'copy-and-paste' code to integrate a payment gateway into an existing website?
 
They all have simple cut n paste code that is just a URL redirect to their domain.

It's when you want to do it on your domain by rendering the form in your checkout that it gets complicated.

Standard way most work, off domain:

1. You request a token with an API call.
2. They respond with token. Eg token=qw123
3. You redirect user to payment gateway, with token on URL: https://paypay.com?token=qw123
4. User pays or abandons checkout.
5. They send you a callback to handle the payment status.
6. They redirect user back to your site.

You don't get easier than this.
 
Top
Sign up to the MyBroadband newsletter
X