nmi-payments is intended for questions related to NMI's API and SDKs for processing payments.
Questions tagged [nmi-payments]
7 questions
10
votes
0 answers
NMI gateway integration in NodeJS
We are planning to integrate NMI
payment gateway for payment process in our NodeJS project and we found the list of supported gateways in Node here ,
Can anyone please help us to find out a node module for NMI gateway integration if its there?

Tony Jose
- 1,654
- 1
- 13
- 25
2
votes
1 answer
NMI gateway Updating Subscription
So I'm implementing a payment system with NMI gateway api. I've got everything working except for my update subscription function. To give a break down of how the NMI api works, you put in the required variables for the process you want done, in my…

HacAtac
- 31
- 6
2
votes
1 answer
Third Party script not consistently find button with certain id in react component
I am creating a web app that incorporates a third party (NMI) to collect payment information. The script that NMI provides does all the work all that has to be done is add a html button with an id of 'payButton' and when that button is clicked a…

user2569905
- 83
- 1
- 7
1
vote
0 answers
Apple Pay - Recurring Payment
I am trying utilize recurring payments through Apple Pay. It appears that the payment session is setup correctly. The correct popup appears, indicating a immediate charge and a recurring payment, the the payment is successfully submitted to NMI and…

Mike B.
- 123
- 8
1
vote
0 answers
NMI gateway in OMNIPAY
Trying to add NMI integration to my CiviCRM using OMNIPAY.
I added the GIT repository (tried https://github.com/mfauveau/omnipay-nmi and https://github.com/nerdmedia/omnipay-nmi) and added the required line that is listed in the readme.
I also…

Netzih
- 11
- 2
0
votes
1 answer
NMI Create Subscription Giving Authentication Failed Error
In my project i am configuring NMI Payment gateway in which i create a plan and then customer and now creating subscription against that plan but client giving response of Authentication Failed below is the response of…

Hamza
- 16
- 6
0
votes
1 answer
How to implement NMI in Omnipay?
I used composer to load Ominpay-nmi with all of its required. I get no composer errors but when I run
use Omnipay\Omnipay;
$gatewayObj = Omnipay::create("NMI");
I get the message
Fatal error: Uncaught exception…

Ken
- 423
- 6
- 13