Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
munavvard2 opened this issue Jan 23, 2020 · 1 comment
Open

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

munavvard2 opened this issue Jan 23, 2020 · 1 comment

Comments

@munavvard2
Copy link

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

@judgej
Copy link
Member

judgej commented Oct 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants