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

Is it possible to send Pre-auth request of $0.00 amount in authorize.net? #21

Open
jaimin-iverve opened this issue Feb 5, 2018 · 3 comments
Labels

Comments

@jaimin-iverve
Copy link

Hello,

I want to send pre-auth request every time with amount $0.00 to authorize.net and if that pre-auth request "Authorized" or success then send second request with main item amount.

so is it possible in your extension?

If you have any query with the same, please let me know.

Looking forward to hearing from you.

Thanks

@pmclain
Copy link
Owner

pmclain commented Feb 8, 2018

Setting the validation mode to Live Mode (module default is None) will do this, though the charge will be $0 or $0.01 depending on the processor. https://developer.authorize.net/api/reference/index.html#customer-profiles-create-customer-profile (see validationMode)

@jaimin-iverve
Copy link
Author

jaimin-iverve commented Feb 8, 2018

Hello pmclain,

So is it possible Pre-auth request on Magento 2?

Looking forward to hearing from you.

Thanks

@pmclain
Copy link
Owner

pmclain commented Feb 14, 2018

The pre-auth depends on the validation mode configuration in the admin panel, but the order placement process will still create and authorization or capture (again, depending on the config) for the full order amount.

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

No branches or pull requests

2 participants