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
1
vote
3 answers

Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library

I am using instamojo payment library in my project version 3.4.0 compile 'com.instamojo:android-sdk:3.4.0' when i change min Sdk version from 21 to 19, it is showing me following error things i have done change minSdkVersion 19 (in build.gradle…
rushab
  • 83
  • 1
  • 9
1
vote
0 answers

How to integrate instamojo payment gate way

I am developing e-commerce android application there I need to implement a payment gateway. I need to integrate the Instamojo payment gateway. can anyone help me out end to end Instamojo integration in android?
1
vote
0 answers

Invalid Token InstaMojo while fetching order Android

private void fetchOrder(String orderID) { com.instamojo.android.network.Request request = new com.instamojo.android.network.Request(orderID, new OrderRequestCallback() { @Override public void onFinish(final Order…
shubh gaikwad
  • 127
  • 2
  • 10
1
vote
0 answers

instamojo how to pass custom fields inphp

i am trying to integrate instamojo payment gateway on my website $product_name = "Buy Wine"; $price = $sub_total; $name = $_POST['f_name'].' '.$_POST['l_name']; $phone = $_POST['phone']; $email = $_POST['email']; include…
Jothees P
  • 11
  • 5
1
vote
0 answers

how we integrate instamojo with codeigniter

I am facing error while saving data in database because webhook(instamojo) url is not working with my code. How we redirect to webhook page and what is the webhook format for codeigniter framework. I am using instamojo payment gateway $ch =…
1
vote
1 answer

instamojo throwing ERROR: Failed to resolve: in.juspay:godel:0.6.25.4.1423 for sdk 28

I am getting the issue for applying instamojo in sdk 28. Its throwing ERROR: Failed to resolve: in.juspay:godel:0.6.25.4.1423 implementation 'com.instamojo:android-sdk:3.2.0' and repositories { google() jcenter() mavenCentral() …
Rahul Pathak
  • 91
  • 1
  • 9
1
vote
2 answers

Instamojo Android SDK Payment callback not received

Im using instamojo SDK "com.instamojo:android-sdk:3.0.0". Currently using TEST environment for payment. Only Netbanking is working for TEST. But the problem here is, as soon as the payment via Netbanking is completed, the SDK redirects to the…
Aswin .A.S
  • 177
  • 1
  • 14
1
vote
1 answer

Not getting value from instamojo API

I got null value from API https://sample-sdk-server.instamojo.com/status?" + values from this url when callback from instamojo payment gateway screen I passed env and transactionId in query string in above url and I got result like ["payment_id": ,…
Nirav Damania
  • 129
  • 1
  • 6
1
vote
0 answers

Not able to fetch data from response

console.log(body) printing the correct result but when am using body.payment_request.longurl it's showing TypeError: Cannot read property 'longurl' of undefined. I am trying to add payment interface in my meteor…
1
vote
0 answers

Instamojo payment integration in react native

We are using Asp.net Web API as a back end and react native for front end. we provided redirect_url to Instamojo payment api which gets called automatically on response from instamojo (which may vary in time). How can the app get notified once the…
Developer
  • 141
  • 1
  • 1
  • 10
1
vote
0 answers

Integrating payment to Delphi Android application

I'm developing an Android application using Delphi 10.1 and I need to integrate payment gateway (instamojo/paytm/paypal). I could not find any examples for integrating payment gateway to Delphi Android application and after the successful payment, I…
Ias Trainer
  • 79
  • 1
  • 8
1
vote
0 answers

Instamojo light checkout url is not loading in the cordova inappbrowser for android 4.4

I have developed the ionic project in the version 1.3.3. Now I have upgraded the version to 2.0.0 and also dependencies too upgraded to the higher version. Now I was unable to do payment via cordova inappbrowser plugin in android 4.4 and its show…
Nithya
  • 11
  • 2
1
vote
1 answer

Instamojo payment gateway error

After I checkout choosing instamojo as my payment option, the following error shows up. I filled in the email field in the billing details and yet, it shows up. How do I fix this? Notice: Undefined index: email in…
1
vote
1 answer

USD payments not converting to Rupees in WooCommerce Wordpress site

I have a ecommerce portal setup on WooCommerce/WordPress and the store is open for everyone. The primary currency is USD. I am using Paypal and there is no problem processing payments. However, my main customer base is also India, and Paypal…
Andro
  • 21
  • 1
  • 3
1
vote
0 answers

Adding more details to webhook

I am using Instamojo for my laravel app. I have a form with input name like vtype, vname, name, phone, date, price. My instamojo index.php looks like this -- vname); $api = new…
Advaith
  • 2,490
  • 3
  • 21
  • 36