Announcement

Collapse
No announcement yet.

Payment Capture Function

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Payment Capture Function

    Hi,

    we are creating a custom payment module but unable to capture payment and payment is showing a legacy authorization in admin and not able to capture.

    can someone please help

    #2
    The legacy authorization means you are not using our latest APIs functions for payment. See https://www.miva.com/apiguide (page 151) You want to make sure you're using the PaymentModule_Runtime_Authorize function to handle the authorization.

    Without seeing your code, its hard to say why your capture is failing.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Hi, we are using PaymentModule_Authorize function i will change to PaymentModule_Runtime_Authorize but we want to have plugin to work either authorize only or capture so for capture do i need to call another function

      Comment


        #4
        That's not quite what the function name means. Its the basic function that actually SENDS the data. Whether or not the charge is authorized or auth/capture depends on the values you send in the "data" packet to the authorizing service. This is just an updated version of an older method of sending data. Many new payment features are not available if you don't use the update version.

        If you haven't already, you should review the PaymentModule_ functions in the API doc.

        https://www.miva.com/pdf/MM_Module_A..._Guide_v45.pdf
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X