Can someone here brief me on how to make a payment processor in php language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can someone here brief me on how to make a payment processor in php language

Payment processing

29th Oct 2020, 2:22 PM
Bassit Bagonluri
Bassit Bagonluri - avatar
1 Answer
+ 6
Bassit Bagonluri If you have a merchant account, you'll want do inquire which payment gateway API to use. For example, I've had a lot of experience with Authorize.net for my own company in the past. You may want to look at other payment gateways through Paypal API or the ever so popular Stripe API. Stripe has some of the best documentation for their REST APIs, you might get a good idea of what's involved just by reviewing their website: https://stripe.com/docs/api?lang=php
30th Oct 2020, 2:37 AM
David Carroll
David Carroll - avatar