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

Add credentials check to payment gateway API interface #130

Closed
maxrice opened this issue Feb 11, 2016 · 1 comment
Closed

Add credentials check to payment gateway API interface #130

maxrice opened this issue Feb 11, 2016 · 1 comment
Labels
Feature Payment Gateway Payment gateway code or issues
Milestone

Comments

@maxrice
Copy link
Contributor

maxrice commented Feb 11, 2016

A common issue with gateways is invalid credentials, which will present at checkout (generally) as an error which the admin must review in the order notes for the failed order (unless they have debug mode enabled to the checkout). If a gateway supports a way to do a credentials check (e.g. with Authorize.net CIM, we can request the hosted payment page which has no affect on the account, but will indicate if the provided credentials are valid), we could add this to our payment gateway API interface and add some admin notices around it.

We could potentially even go further with this and persist some sort of "connection status" in the gateway settings (a la the AvaTax extension) as additional admin messaging.

@maxrice maxrice added Feature Payment Gateway Payment gateway code or issues labels Feb 11, 2016
@maxrice maxrice added this to the Future Release milestone Feb 11, 2016
@ChaseWiseman ChaseWiseman modified the milestones: 4.4, Future Release Apr 1, 2016
@ChaseWiseman
Copy link
Contributor

closing in favor of #150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Payment Gateway Payment gateway code or issues
Projects
None yet
Development

No branches or pull requests

2 participants