Integrate Apigee Edge Monetization with Payeezy

We want to use Apigee Monetization with Payeezy payment gateway instead of the OOB worldpay gateway. But we could not find any documentation on how to even get started with this. Can someone please point to the right direction?

1 4 843
4 REPLIES 4

currently wpayment-intg.pngorldpay is the only integration available with monetization. In order to integrate with any other payment gateway the custom implementation would be required.

Below are basic things which are required.

1. Devportal modules for integration with payeezy

2. subscribing for plan with setup fee. refer

option a: you could complete the payment transaction of developer through dev portal and upon successful payment POST Developer Accepts Rateplan api call.

option b: In case of postpaid developer, the fee applicable will be shown in the current months monetization revenue report which can then be used for settlement.
For prepaid developer, only option a is viable.

3. Recurring fee - based on rateplan, developer might have to be charged on specific frequency ex: monthly.
This is the tricky part where you will need to charge developers outside of monetization system, with worldpay this part of integration exists. Basically you will need to manage auth code or order code which payment gateways would provide as part of first time developer payment. The order code would then be used in order to make transactions onbehalf of developer/customer.
You will need to go through payeezy documentation and best practices to implement.

Below step is only applicable for prepaid developers (Developers need to maintain balance in monetization system)
4. Balance topup - upon successful payment transaction, POST a balance update to monetization system so that if there is developer blocked for excessive usage will be unblocked.
http://docs.apigee.com/monetization/content/unsuspend-developers - refer


This is just outline and based on business there could be different ways of achieving this. Let us know what you think.

Attached is the workflow at high level

Not applicable

thank you for the background Rajanish! I think we are definitely seeking a postpaid model/process. So the question is, can a user (like me/us) customize the payment gateway, or is this only possible through apigee development? And if we/users can customize the payment gateway, how/where is it and is it documented how to change it? Apparently PayEezy is also an apigee customer (with incredibly easy interface/demo) but how and where do we change the apigee code (assuming this is a private Drupal module) to call/use the PayEezy API instead of worldpay? Thank you.

Hi, @StephenSavitski you can use Commerce Payeezy, the only problem it's in Alpha release