4

I am developing a website and I need to receive payments from PayPal and Credit Card, the thing is that I know nothing about this, and my question is where I can find some great resources to help me, or if you have some example codes, everything that can help me.

Thank's alot.

Andrei
  • 4,289
  • 4
  • 25
  • 23

4 Answers4

5

If you're planning on Paypal integration you'll find Paypal's Sandbox a vital tool;

https://developer.paypal.com/

As this sort of thing can be a chore and you'll probably end up using Paypal's IPN service (Instant Payment Notification) anyway, I'd do a search for "Paypal IPN class" and save yourself some development time.

PS I don't know whether IPN is specific to a particular Paypal solution (ie Payments Pro) or if it's relevant to all Paypal solutions, if someone who knows could edit/update/comment then I'd be very grateful.

Mathew
  • 8,203
  • 6
  • 37
  • 59
  • I will give PayPal API some tests and see how it work's, I think I will give up on the CreditCard payment system. – Andrei Nov 12 '09 at 11:07
3

Create an account at paypal. Then you will have access to its webbased API's. It ships with decent documentation and support.

The same story applies to other decent credit card companies: just have an account and ask/look for its webbased API's. Your webapplication has just to call those API's.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
  • 1
    Just wanted to add to this: (in Australia, at least, and I assume elsewhere, too) for traditional credit card processing online, while you may need an account with a credit card processor, you probably also need a special 'merchant' bank account for the processor to connect with. This is not the case with PayPal. – Narcissus Nov 10 '09 at 12:51
  • +1 for the above comment in the UK. If you're processing CCs and not using Paypal, you'll need a merchant bank account and "customer not present" authority. Both of which are not necessarily easy to get. On the +ve you can use Paypal for CC processing too. – Mathew Nov 10 '09 at 12:58
  • If that's true then I will just simple use PayPal and give up on CreditCard payment. – Andrei Nov 12 '09 at 11:08
1

You will need to acquire a Merchant Account in order to process payments via Credit Card. These companies typically charge a percentage per sale. I cannot recommend you one at this time.

As for PayPal, there are free and paid services through them as well. You can use PayPal as your merchant account as well, I think I recall. (Correct me if I am wrong).

Regardless, a project like this will require a lot of reading, and testing by your part. Dealing with online transactions such as this, is an amazingly rewarding experience.

jgallant
  • 11,143
  • 1
  • 38
  • 72
1

PayPal just launched a brand new developer website at https://www.x.com/

djn
  • 3,950
  • 22
  • 21