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
3
votes
0 answers

Instamojo PG in android studio with firebase backend

I am trying to use instamojo PG [1] to accept payments on my android app. For the backend I am using firebase, Devsupport AI Android integration it is asking me URL for the access token https://docs.instamojo.com/page/android-sdk How do I create an…
saigopi.me
  • 14,011
  • 2
  • 83
  • 54
3
votes
2 answers

Program type already present: okhttp3.Authenticator$1

we use kiteconnect.jar file in lib folder for socket connection. Now i m integrating Instamojo payment gateway in application but got this error while run application Program type already present: okhttp3.Authenticator$1 Message{kind=ERROR,…
Karuna Darekar
  • 349
  • 2
  • 14
3
votes
1 answer

instamojo checkout with codeigniter

I have created a project with CodeIgniter and now I want to integrate instamojo payment gateway. But I am facing following problem when I try checkout. Page is just loading After some time it give me following error. "Error: Something went wrong.…
3
votes
1 answer

How to update mysql database with redirect link from payment gateway?

On my site, expiry.php script checks expiry date of member from cron job and if it is between 12 days from today, email is sent to member. That email contains a renewal link with variables related to member. I am using Instamojo payment gateway…
2
votes
0 answers

How to close popup which opened by Checkout Script

I am trying to integrate Instamojo in the angular but somehow i can't find way to close the popup i opened in it. Instamojo does not have support library or something like that so i tried something different but i don't find way to close that…
Ashish
  • 6,791
  • 3
  • 26
  • 48
2
votes
2 answers

In Android Instamojo payment activity fails even after passing correct Order ID

In Android Instamojo payment screen fails to build even after passing the correct order ID. The Order IDs generate works in the web URL but when I try to initialize the inbuilt Payment Activity of Instamojo, it instantly calls the on…
2
votes
1 answer

How to Handle multiple tabs in Flutter WebView?

I am trying to implement Instamojo Payment in my Flutter App using this article: I am using Flutter Webview plugin for it. Now the problem is during the payment process, Instamojo opens another tab for OTP Verification. But this new tab is not…
Raj Dhakad
  • 852
  • 2
  • 17
  • 39
2
votes
1 answer

How to integrate instamojo payment gateway with codeigniter rest server?

I am trying to integrate Instamojo Payment Gateway within Chris Kacerguis’ REST Server. Problem: The below code: public function instamojotest_post() { $api = new Instamojo\Instamojo(‘abcd1234’, ‘efgh5678’,…
2
votes
1 answer

using Instamojo rest api with Spring RestTemplate class

unable to make a payment request on instamojo by using instamojo rest api getting bad request(400), unable to identify why i getting 400 error. i am using spring RestTemplate class to make a post request on instamojo. Below i display the code which…
2
votes
1 answer

instamojo payment gateway integration with ios objective c

How to integrate instamojo payment gateway in iOS Objective C? May be there is no direct method. Then through WebView, how to integrate payment gateway in iOS? long URL has been added, but what should be place in redirect link and on what key the…
Aashi
  • 170
  • 2
  • 14
2
votes
1 answer

How to enable instamojo sandbox (test mode) Mode

I have integrated instamojo payment gateway in Codeigniter. I want to enable sandbox mode in instamojo payment gateway, i can not see any option to change mode to sandbox or test mode.Can anyone tell me how to change that. Thank You in Advance.
Naim Malek
  • 1,186
  • 1
  • 11
  • 21
2
votes
2 answers

Instamojo - Adding Custom amount

I am having an e-commerce site on which i have embedded an instamojo payment button. The amount specified in my instamojo dashboard is INR 200. I want to dynamically change the amount so that it is equal to the one defined in mongodb database. How…
2
votes
2 answers

Instamojo - How to control redirect page message

I was trying to get the message about the payment status(successful, Failed, Cancelled) using this script. $status = $_POST['status']; if $status == "success" ( ?> CONGRATS!
Bhaamb
  • 91
  • 1
  • 10
2
votes
1 answer

How to create a signature for Instamojo's payment link in PHP?

I would like to know which function I can use to create signature for Instamojo's payment links in PHP and what procedure should I follow if I had an array of read-only values?
Ashwini Chaudhary
  • 244,495
  • 58
  • 464
  • 504
1
vote
0 answers

How to enable UPI payment part in webview in android app

I have an e-commerce website where at the end I need to make payment, where it shows 4 UPI payment app options (BHIM,phonePe,gPay,paytm).but when I try to click those UPI app option buttons, it shows error as Webpage not available..webpage at…
1
2 3 4 5 6