
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
react-native-ingenico
Advanced tools
$ npm install react-native-ingenico --save
$ react-native link react-native-ingenico
android/app/src/main/java/[...]/MainActivity.javaimport com.reactlibrary.RNIngenicoPackage; to the imports at the top of the filenew RNIngenicoPackage() to the list returned by the getPackages() methodandroid/settings.gradle:
include ':react-native-ingenico'
project(':react-native-ingenico').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ingenico/android')
android/app/build.gradle:
compile project(':react-native-ingenico')
import Ingenico from 'react-native-ingenico';
const startPayment = async() => {
try {
const res = await Ingenico.startPayment("10,50", "GP122345")
} catch(e) {
console.log('ERROR:', e)
}
}
const startTTL = async() => {
try {
const res = await Ingenico.startTTL("10,50", "GP122345")
} catch(e) {
console.log('ERROR:', e)
}
}
const startRefund = async() => {
try {
const res = await Ingenico.startRefund()
} catch(e) {
console.log('ERROR:', e)
}
}
const startCNS = async() => {
try {
const res = await Ingenico.startCNS()
} catch(e) {
console.log('ERROR:', e)
}
}
In case of right answer POS returns something like:
{
acquirerId: "88105000001"
additionalData: ""
amount: "10.5"
authorizationNumber: null
cvm: "1"
date: "3007191822"
exp: "****"
merchantId: "309109500006 "
operationNumber: "000046"
pan: "524490*******0178"
stan: "000025"
status: 0
termId: "50000003"
}
FAQs
## Getting started
The npm package react-native-ingenico receives a total of 2 weekly downloads. As such, react-native-ingenico popularity was classified as not popular.
We found that react-native-ingenico demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.