1.0.5 • Published 3 years ago

@iteratorsmobile/react-native-accept-sdk v1.0.5

Weekly downloads
51
License
MIT
Repository
github
Last release
3 years ago

react-native-accept-sdk

Getting started

$ npm install @iteratorsmobile/react-native-accept-sdk --save

or

$ yarn add @iteratorsmobile/react-native-accept-sdk

Mostly automatic installation

$ react-native link @iteratorsmobile/react-native-accept-sdk

Usage

import AcceptSdk from '@iteratorsmobile/react-native-accept-sdk';
AcceptSdk.getTokenWithRequest(tokenRequest: TokenRequest, isProduction: boolean)
interface TokenRequest {
	loginId: string;
	clientKey: string;
	cardNumber: string;
	cardExpirationYear: string;
	cardExpirationMonth: string;
	cardCode: string;	
}
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago