omnipay-authorizenet icon indicating copy to clipboard operation
omnipay-authorizenet copied to clipboard

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

Open munavvard2 opened this issue 5 years ago • 1 comments
trafficstars

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

munavvard2 avatar Jan 23 '20 04:01 munavvard2

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.

judgej avatar Oct 25 '20 23:10 judgej