0.1.22 • Published 3 years ago

auth-net-cap v0.1.22

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
3 years ago

auth-net-cap

Work with the AuthNetCap in a common way for iOS, Android, and web

Install

npm install auth-net-cap
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


dispatchData(...)

dispatchData(options: { env: string; clientName: string; clientKey: string; cardNumber: string; expirationMonth: string; expirationYear: string; cardCode: string; zipCode: string; cardHolderName: string; }) => Promise<{ value: string; descriptor: string; }>
ParamType
options{ env: string; clientName: string; clientKey: string; cardNumber: string; expirationMonth: string; expirationYear: string; cardCode: string; zipCode: string; cardHolderName: string; }

Returns: Promise<{ value: string; descriptor: string; }>


0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.13

4 years ago

0.0.12

4 years ago

0.1.14

4 years ago

0.1.15

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.0.11

4 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago