5.0.6 • Published 3 years ago
@projectleannation/capacitorauthorizenet v5.0.6
@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 |