Questions tagged [instamojo]

Instamojo lets you collect payments instantly with just a link.

Instamojo democratizes payments for Indian micro, small & medium enterprises (MSME) by solving 4 biggest entry barriers:

  1. IT/Tech skills required: Our only requirement is a mobile/PC with internet connection. Even owning a website is optional.
  2. Physical paperwork -- Instant on-boarding with fastest time to market.
  3. Honest & transparent fees -- No more opaque fees. No setup & no AMC.
  4. Bank-level security -- 100% buyer & seller protection.

Achieving this at scale with technology, design & data science, we have made the process of selling & collecting payments for MSMEs as simple as sending an email.

And going forward, our mission is to make payments more simpler, more portable and easily communicable between humans since fundamentally we believe that "payment is a people problem".

Today, MSMEs start their journey by registering on instamojo.com to sell their catalogue, collect quick payments via @usernames or integrate to shopping carts.

87 questions
0
votes
1 answer

Instamojo payment gateway integration with ios objective c webview

Does anyobody know how to integrate instamojo payment gateway in objective C. I have opened Instamojo payment screen in Webview but how to handle success of payment and redirect to app.
Manish Mahajan
  • 2,062
  • 1
  • 13
  • 19
0
votes
0 answers

Best way to attach additional jars to maven project [java]

I have a maven based project, which after execution I want to install all the generated jars to the maven repository. I cannot add additional jar details in the pom.xml because the additional jars are not static. The only option for me to add them…
Daisy
  • 1
  • 2
0
votes
0 answers

Using require() with Ionic V1

I am building an e-commerce mobile application with Ionic V1. I am integrating Instamojo as the payment gateway provider. They provide a npm module https://www.npmjs.com/package/instamojo-nodejs for integration with node applications. However, to us…
vkm
  • 548
  • 7
  • 23
0
votes
1 answer

How to integrate instamojo in Swift 3.2 and above

I have integrated instamojo in Xcode 8.2.1 ,swift 3 . It works fine, But when I came to run Xcode 9 swift 3.2, It is showing "Module compiled with swift 3.2 cannot be imported in Swift 3.0.2" like this . Can any one please help me. Thanks in…
0
votes
0 answers

instamojo API returns response with 0 appened to last in PHP

Hi I am integrating Instamojo in one of wordpress theme.I have used Instamojo class and related API functions to create API request, after execution it returns response but with 0 appened at last. I am not getting why that 0 comes. here is my code…
Nil
  • 5
  • 6
0
votes
0 answers

Instamojo transaction id not unique response on Android app

I am getting an error on the android app when I am trying to integrate instamojo payment SDK on my device. I have created and followed all the steps which are mentioned in instamojo docs. Here is my code: on my backend: This code is written in PHP…
Maaz Patel
  • 756
  • 2
  • 7
  • 20
0
votes
1 answer

How to Integrate instamojo marketplace api using PHP cURL

I have to integrate your Marketplace API's using simple PHP cURL. And I am using the test Sandbox link i.e. https://test.instamojo.com My motive is: 1) I have the required account on instamojo 2) Use the Merchant Signup API to create accounts for my…
0
votes
1 answer

how to know your user is done with wallet-recharge or not in instamojo?

I am integrating my website with instamojo and its backend is java. Their is wallet recharge functionality in it. I want to know when user is done with recharging his wallet with specific amount. So that i can update my database. Their are several…
Taufik Pirjade
  • 380
  • 6
  • 26
0
votes
1 answer

How to delete an existing payment link in instamojo through api?

In my laravel application, i usually create a payment link through instamojo and send it via emails. I need a provision to cancel the payment in my application. But since the payment link is already there for the user through email, I want to…
Jinu S
  • 16
  • 3
0
votes
1 answer

enable Instamojo sand box with instamojo-nodejs

I am using Instamojo in my application with node js. How can I enable sandbox mode using instamojo-nodejs module. In Instamojo docs they mentioned to replace instamojo.com with test.instamojo.com, but with this module only we are mentioning keys to…
user3483782
  • 61
  • 1
  • 13
0
votes
1 answer

How to update mysql database using webhook url from Instamojo in spring controller

When I try to update database table with payment details from webhook url of the instamojo payment gateway it is not working at all following is the controller class @Async @Controller public class PaymentWebhook { @Autowired private…
0
votes
1 answer

Payment Navigation form php to payment gateway and back to php (response back to php page )

i created a login.php file where the user can will be navigated to instamojo payment page . After completing the transaction the user is getting the success message from instamojo , but i need to display the successful transaction in my domain or…
ambika.p
  • 1
  • 2
0
votes
1 answer

libraries conflict after adding in build.gradle

My app was worked fine until i added instamojo library in build.gradle dependencies { compile 'com.instamojo:android-sdk:+' } repositories { mavenCentral() maven { url…
0
votes
3 answers

Instamojo Payment redirection

I am creating a website in php. I need simple integration with Intsamojo payment gateway. The php library i am using is https://github.com/Instamojo/instamojo-php/ I can generate a payment request like this example. try { $response =…
0
votes
0 answers

Receiving webhooks from other site in wordpress

I am developing a plugin for courier management system The plugin includes payment gateway (Instamojo) integration. Successfully completed payment gateway integration by creating payment request. In the payment process, This payment gateway will…
ltsharma
  • 83
  • 9