AuthorizeNet supports only credit card payments ?
sastri448 opened this issue · 2 comments
Hi ,
Based on the git read me file i downloaded run the folder using composer instructions.
\sample-code-php-master\PaymentTransactions
Above folder contains different payments. I observe that all are related to credit payment ? even though function names also representing the credit card payment example:
authorizeCreditCard
chargeCreditCard
Hi @sastri448
Can you elaborate on the different modes of payments you are expecting, other than credit cards?
Authorize.Net is a payment gateway and it supports payments via:
- All major credit and debit cards such as Visa, MasterCard, American Express, Discover, Diner's Club, JCB, and so on, both online and retail.
- ECheck, also called ACH payments. [Sample code for echeck]
Additionally, it supports integrations for merchants using other digital payment solutions including Paypal, Visa Checkout and Apple Pay.
In case, you are new to the payments domain, you can go through How Payments Work for a start.