thephpleague / omnipay-authorizenet

Authorize.Net driver for the Omnipay payment processing library
MIT License
57 stars 92 forks source link

Need of Full example with all options (optional options also) #133

Open munavvard2 opened 4 years ago

munavvard2 commented 4 years ago

Can you provide Full examples with all options (optional options also)? because its needed.

judgej commented 3 years ago

The majority of the options are just what Omnipay generically supports across its various drivers. This especially applies to the card parameter, or creditCard object, which is fixed across all drivers.

The authentication and debug parameters are generally all in the API gateway classes here https://github.com/thephpleague/omnipay-authorizenet/tree/master/src These normally need to be looked at in conjunction with the gateway documentation, so you kind of need to know what the gateway is expecting anyway.

The remaining parameters that are not standard Omnipay options are then scattered over the request messages. They are unfortunately not all documented in detail, and I think with the APIs behind this driver having been deprecated by Authorize.Net some time ago, it will probably remain that way.