Verifone integrationAnswered

Hello, 

Thank you for the excellent service.  It has been working flawlessly for years.  I have been manually creating keys until now, and I now need to automate the purchase/key gen/renewal process.

I am trying to make Verrifone (was 2checkout/Avangate) communicate with LimeLM to generate and renew license keys.  However, they do not seem to support PHP code like Fastspring.  Their webhooks fields seem to be limited to their own plus some custom fields, but not in the format of the Fastspring example.  Can you suggest a solution?

The documentation for the Verifone key gen webhook is at the following link:  https://verifone.cloud/docs/2checkout/API-Integration/Webhooks/API-Message-Services/Key-generators

Thanks in advance for your assistance!

Answer

Hey Jeff,

They have a callback mechanism (similar to PayPal). Namely:

  1. Customer places order
  2. Verifone contacts your servers for the product key.
  3. Your servers contact LimeLM's servers to generate the product key and you return that result to Verifone.

PayPal example is covered here. Just modify it to the specifics of Verifone.