Use the native Stripe SDK's (iOS/Android) in Titanium!
- Titanium SDK 9.2.0+
- iOS 12+
- Android 5+
- A server to generate the ephemeral key (e.g. with Node.js or PHP)
See the app.js for a detailed example.
Follow steps listed here:
https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-card-scanning
- Register for an Apple Merchant ID
- Create a new Apple Pay certificate
- Add Entitlements.plist to root with Merchant ID created above
- Enable Apple Pay payment method in Stripe account:
https://dashboard.stripe.com/settings/payment_methods/connected_accounts
Follow steps listed here:
Join the Google Pay API Test group to use test cards in the Test Environment:
https://groups.google.com/g/googlepay-test-mode-stub-data/about
- Enable Google Pay payment method in Stripe account:
https://dashboard.stripe.com/settings/payment_methods/connected_accounts
Hans Knöchel
UNLICENSED