Payment Capture Function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BPS
    Mini Mivite

    • Aug 2009
    • 49

    #1

    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
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #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

    • BPS
      Mini Mivite

      • Aug 2009
      • 49

      #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

      • Bruce - PhosphorMedia
        Developer Partner











        • Mar 2006
        • 11256

        #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.

        Flexible ecommerce software for large product lines. Miva's secure shopping cart platform helps auto parts sellers, industrial suppliers & more thrive online.
        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