auth-net-cap
TypeScript icon, indicating that this package has built-in type declarations

0.1.22 • Public • Published

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; }>
Param Type
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; }>
Param Type
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; }>


Readme

Keywords

Package Sidebar

Install

npm i auth-net-cap

Weekly Downloads

5

Version

0.1.22

License

MIT

Unpacked Size

25 kB

Total Files

27

Last publish

Collaborators

  • alaaynajjar