cordova-plugin-applepay-payeezy

1.0.1 • Public • Published

Cordova Plugin - payeezy-applepay

Installation

cordova plugin add https://github.com/MarketAmericaMobile/payeezy-applepay --save

Support

Methods

  • canMakePayments
  • makePaymentRequest

Example

cordova.plugins.ApplePay.canMakePayments();
cordova.plugins.ApplePay.makePaymentRequest([{
    label: "1 x Motives® Dual Blending Sponge",
    amount: 13.95
}, {
    label: "Tax",
    amount: 1.14
}, {
    label: "Shipping",
    amount: 3
}, {
    label: "Shop.com",
    amount: 18.09
}], {
    api_key: "alknk2jb34kj2b3lk4jbkjsbf;",
    api_secret: "adee123abc13ba41cabc41bc34cba1c34bca123bc",
    country_code: "US",
    currency_code: "USD",
    environment: "CERT",
    merchant_id: "merchant.com.company.test.identifier",
    merchant_ref: "Company Name",
    merchant_token: "fdoa-1ab34ac1234c1b23b4c1b34a1bc3cb11c34bc1b34a",
    transaction_type: "authorize"
});

Package Sidebar

Install

npm i cordova-plugin-applepay-payeezy

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tabrindle