1.1.2 • Published 2 years ago
upi-intent v1.1.2
upi
Native upi plugins for capacitor
Install
npm install upi-intent
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
startPayment(...)
startPayment(transaction: Transaction) => Promise<void>| Param | Type |
|---|---|
transaction | Transaction |
Interfaces
Transaction
| Prop | Type |
|---|---|
vpa | string |
amount | string |
name | string |
trans_id | string |
merchant_code | string |