Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 454 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 454 Bytes

Installation

cordova plugin add https://github.com/samyam-a/PayTM-PhoneGap-Plugin.git --variable GENERATE_URL=<Checksum Generation URL> --variable VERIFY_URL=<Checksum Validation Url> --variable MERCHANT_ID=<MerchantID> --variable INDUSTRY_TYPE_ID=<IndustryType> --variable WEBSITE=<WAPWebsiteName>

Usage

window.plugins.paytm.startPayment(txn_id, customer_id, email, phone, amount, successCallback, failureCallback);