AuthorizeNet / sample-code-php

This repository contains working code samples which demonstrate php integration with the Authorize.Net API
MIT License
175 stars 197 forks source link

AuthorizeNet supports only credit card payments ? #119

Closed sastri448 closed 5 years ago

sastri448 commented 6 years ago

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

ashtru commented 6 years ago

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:

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.

chsriniv9 commented 5 years ago

Based on the inputs and solution provided by @ashtru closing this issue. Feel free to re-open in case further assistance required.