7.0.0 • Published 6 months ago

capacitor-paytmpayments-allinone v7.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

capacitor-paytmpayments-allinone

This is ionic capacitor plugin for paytmpayments all in one sdk

Install

npm install capacitor-paytmpayments-allinone
npx cap sync

API

startTransaction(...)

startTransaction(options: { orderId: string; mid: string; txnToken: string; amount: string; callbackUrl: string; isStaging: boolean; restrictAppInvoke: boolean; }) => Promise<any>
ParamType
options{ orderId: string; mid: string; txnToken: string; amount: string; callbackUrl: string; isStaging: boolean; restrictAppInvoke: boolean; }

Returns: Promise<any>


7.0.0

6 months ago