Jump to content

Payment Gateway with custom add payment method form


ccoleman

Recommended Posts

Hi everyone,

I'm developing a payment gateway with 3D secure, and running into some issues. I need to do the 3D secure authentication process when the card is added, not just on invoice capture. We process a lot of automatic payments on existing payment methods so we can't do 3D secure authentication at that stage.

I'm at the point of creating a custom payment gateway where I can't get it to engage in the 3D secure process when the card is added without a capture being performed. Is there a way to do this within the standard payment gateway? Or do I need to create a custom module to add a payment method?

Any pointers appreciated!

Link to comment
Share on other sites

To give some background - I've created a standard merchant payment gateway with a _storeremote function (we do tokenised pay methods), a _capture function, and a _3dsecure function. Currently my payment gateway is storing tokens, updating and deleting cards using the token, and capture is also working. However I cannot get the _3dsecure function to be triggered. I've created invoices and paid them, while the _capture function has been triggered, the _3dsecure function has not.

In any case, even if I could get _3d secure to work on capture, I need the get 3d secure authentication working on adding tokenised cards without any capture.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated