Process mobile payments, the easy way.

Secure payment experiences across all the devices and platforms your customers care about.

Start building
credit card stack cartoon

Collect payments securely and efficiently with Apple and Google Pay. Powered by a single cross-platform API.

  • target icon

    Simple

    Save weeks of development time with a pre-built payments solution that’s ready to deploy in minutes

  • vault door icon

    Secure

    Best-in-class security features built into device hardware and software to ensure your customers’ data are safe and secure.

  • buildings icons

    Enterprise-Ready

    The only enterprise-grade mobile payments solution that’s backed by world-class support and services

cartoon paper with payments logo

Ionic Payments Data Sheet

Interested in integrating payment solutions into your apps? Our new guide breaks down everything you need to know.

Deploy anywhere

Cross-platform deployment

Ionic Payments works on supported iOS and Android mobile devices as well as the web, all from the same codebase. Deliver secure payment experiences across the devices and platforms your customers care about.

cartoon phones
cartoon phone with lock
Complete Protection

Best-in-class app security.

Ionic Payments leverages operating system-level security designed by Apple and Google and implemented by our mobile experts. Ensure your customer's financial data is safe and secure.

developer friendly

A simple, powerful API

Leverage a simple API to easily integrate each payment method for both native app environments and the web. Save development time while still supporting all platforms.

async makePayment(items, total): Promise<boolean> {
const { success } = await ApplePay.makePaymentRequest({
merchantValidation: {
url: 'https://applepayrelay.abc.com/session/start',
params: {
merchantIdentifier: 'com.abc.payments',
displayName: 'ABC Company Store',
initiative: 'ios',
initiativeContext: 'applepay.abc.com',
},
},
request: {
countryCode: 'US',
currencyCode: 'USD',
lineItems: items,
total,
},
});
return success;
}
Under the hood

Collect payment from your customers securely and efficiently.

Powered by a single cross-platform API, you can seamlessly incorporate Google and Apple Pay into your mobile application. Ionic's advisory and engineering support teams are available to help ensure your success.

  • settings icon

    Simple API

    Just configure a few basic inputs, then make a payment request to Apple or Google. Ionic Payments takes care of the hard parts.

  • phones icons

    Cross-platform

    Create consistent, cross-platform user experiences that work on the web and mobile using the same plugin and API.

  • book icon

    World-class docs

    Integrate with Ionic Payments quickly with documentation specifically tailored for Ionic and Capacitor applications.

  • google pay icon

    Native Payment UI

    Users will feel right at home using the familiar Apple and Google payment interfaces to complete their purchases.

cartoon credit cards
payments icon

Payments

Start processing mobile payments, the easy way.

Start building
Frequently asked questions

In case you were wondering.