https://github.com/m1ga/ti.googlepay
ti.googlepay
https://github.com/m1ga/ti.googlepay
android google-pay titanium-mobile titanium-module
Last synced: 3 months ago
JSON representation
ti.googlepay
- Host: GitHub
- URL: https://github.com/m1ga/ti.googlepay
- Owner: m1ga
- License: other
- Created: 2022-05-16T15:03:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T12:55:29.000Z (over 3 years ago)
- Last Synced: 2025-04-15T20:59:46.492Z (about 1 year ago)
- Topics: android, google-pay, titanium-mobile, titanium-module
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Google Pay
Add Google Pay to your app:

## Events
* available
* success
* canceled
* error
* ready
## Methods
* setupPaymentGateway: name, apiKey
* createPaymentRequest: environment, price, countryCode, currencyCode, merchantName, supportedNetworks
* doPayment: show the payment screen
## Constants
Gateways:
* PAYMENT_GATEWAY_STRIPE
Environment:
* ENVIRONMENT_PRODUCTION
* ENVIRONMENT_TEST
Networks:
* PAYMENT_GATEWAY_STRIPE
* PAYMENT_NETWORK_VISA
* PAYMENT_NETWORK_MASTERCARD
* PAYMENT_NETWORK_DISCOVER
* PAYMENT_NETWORK_AMEX
* PAYMENT_NETWORK_INTERAC
* PAYMENT_NETWORK_MIR
* PAYMENT_NETWORK_JCB
## Example
see example/app.js