Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Receiving payments trough PayPal and Credit Card

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.

like image 357
Andrei Avatar asked Dec 30 '22 11:12

Andrei


2 Answers

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.

like image 114
Mathew Avatar answered Jan 14 '23 04:01

Mathew


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.

like image 25
BalusC Avatar answered Jan 14 '23 02:01

BalusC