@projectleannation/capacitorauthorizenet
v5.0.6
Published
Authorize.net Plugin for Capacitor Framework
Readme
@capacitor/authorizenet
Authorize.net Plugin
Install
npm install @capacitor/authorizenet
npx cap syncAPI
getCardToken(...)
getCardToken(options: CardTokenOptions) => Promise<any>| Param | Type |
| ------------- | ------------------------------------------------------------- |
| options | CardTokenOptions |
Returns: Promise<any>
Interfaces
CardTokenOptions
| Prop | Type |
| --------------- | ------------------- |
| clientKey | string |
| loginID | string |
| name | string |
| number | string |
| month | string |
| year | string |
| code | string |
