+ 2
Can someone here brief me on how to make a payment processor in php language
Payment processing
1 Respuesta
+ 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