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
1 answer

How to insert data in database after payment successful through instamojo

I have integrated instamojo payment api with my website on PHP. I can also insert data into my database before payment api is called. Now how can i insert data into my database after my payment is successful ! Thanks
Saket Sinha
  • 79
  • 1
  • 11
1
vote
1 answer

Something went wrong. cURL raised an error with number: 35 and message: error:0D0C50A1:asn1 encoding routines:ASN1_item_verify

I just working on some project which have use instamojo for payment. I have two file one is the instamojo.php file another file is call.php file when i call instamojo constructor into call.php then i getting error code.
user6241851
1
vote
1 answer

Catchable fatal error: Object of class Instamojo could not be converted to string

I just working on some project which have use instamojo for payment. I have two file one is the instamojo.php file another file is call.php file when i call instamojo constructor into call.php then i getting error code. *
user6241851
1
vote
2 answers

How to instamojo integrated in android

Im new for android, I want to add payment option in my app. So, I used instamojo. Im include instamojo library in gradle file. But gradle file throw error. Error: Error:Failed to resolve: in.juspay:godel:0.6.11.0823 My gradle file: dependencies { …
Abu
  • 39
  • 3
  • 9
1
vote
2 answers

Is there any alternate to cURL

I am currently working with instamojo payment gateway. I have a payment ID for the same and using the following code to get the payment status echo $cUrl = 'https://test.instamojo.com/api/1.1/payments/' . $payment_id; …
Rohitashv Singhal
  • 4,517
  • 13
  • 57
  • 105
1
vote
1 answer

Instamojo payment gateway integration with java

Can I integrate instamojo payment gateway with java. In their site (https://www.instamojo.com/developers/) nothing saying about integration with java. If yes, from where I can get the documentation. Someone can help me.. Thanks
Deepu Sasidharan
  • 5,193
  • 10
  • 40
  • 97
1
vote
0 answers

Integrate Instamojo Payment Gateway API

I tried all the suggestions and tips given by Instamojo for my ASP.net 4.5(C#) application but even I face the problem on this line for Creating Payment Request. PaymentRequest npr = awit im.CreatePaymentRequest(pr); It shows error on…
Abhishek
  • 291
  • 1
  • 2
  • 12
1
vote
1 answer

Integrating payment gateway "Instamojo" in Laravel 5.1

I'm using a package 'IndiPay' (https://github.com/softon/indipay) in Laravel 5.1. I have configured api_key and auth_token in my .env file. And in the parameters list, included the required POST parameters (purpose and amount). Additionally, added…
suguna
  • 781
  • 5
  • 14
1
vote
0 answers

Opencart-instamojo: Curl error message: SSL certificate issue: self signed certificate in certificate chain

I am using instamojo as payment gateway in my opencart. Opencart version is:2.0.3.1 I download instamojo from https://github.com/Instamojo/Instamojo-OpenCart-2.0 and follow the instruction as stated here. After success full implementation I pay…
Deepu Sasidharan
  • 5,193
  • 10
  • 40
  • 97
1
vote
0 answers

Magento Shopping cart empty for cancelled payments

I'm using Instamojo in the payment section. For a cancel payment or a failure payment, the cart gets empty. How can it be overcome? I want to save the cart item for unsuccessful payment attempts. I used to replace…
Shafeeque S
  • 2,533
  • 3
  • 15
  • 19
1
vote
1 answer

How to integrated payment gateway in my form

Really I am confused how to start.. I have a submit form in my webpage. which contains name, address, email etc. along with Amount To Be Paid (fetched from mysql database). Now I want user to redirect to payment gateway with amount ((which is not…
darshan
  • 319
  • 3
  • 16
1
vote
5 answers

Can I use localhost URL as Webhook URL in Instamojo?

I am implementing instamojo payment method into my website. Can I use a localhost URL as Webhook URL in order to test the process?
Hormis Lona
  • 503
  • 1
  • 8
  • 19
0
votes
0 answers

Web page not available when trying to open payment links - Ionic/Angular

In my Ionic App I'm trying to integrate payment gateway. Below is my function openInAppBrowser() { this.shosHide = true; …
0
votes
0 answers

How to solve instamojo integration API error issue

Fatal error: Uncaught Error: Class 'Instamojo\Exceptions\ApiException' not found in /home/pwvcbaro/public_html/events.cglportal-icai.org/js/insta/Utilities.php:98 Stack trace: #0…
0
votes
0 answers

I am trying to integrate payments option instamojo but getting by replacing test api key

select('options','site_name',null,null,null,null); $site_name = $db->getResult(); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…