Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://docs.instamojo.com/v2/docs is the link to the marketplace api of instamojo.
I want to understand the integration of the same into my wordpress woocommerce multi vendor marketplace website.

I have tested the calls with postman and generated the php code and need help in putting this code to work as a wordpress plugin with either yith multi vendor plugin or wc vendors plugin.

What I have tried:

I have tried to understand the structure by going through the standard payment gateway plugin of instamojo but could not really follow as i do not carry a programming background.
Posted

1 solution

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from woocomerce / instamojo - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!

They will be used to it, and will help - remember they don;t get paid until you start trading!

Or better, find a reputable developer who does have experience and pay them to do it: getting this kind of thing wrong because you don't know how to program can be extremely detrimental to your bank account!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900