Payment Methods Overview
CardPay
Credit and debit card payments with full 3D Secure support. Works in all modern browsers. The card form is rendered by the Payments Library in either popup or iframe mode, ensuring card data never touches your servers. Browser support: All modern browsers (Chrome, Firefox, Safari, Edge) Operations: CHARGE, TOKENIZE, CHARGE_AND_TOKENIZE, PREAUTH_AND_TOKENIZE, GATEWAY_TOKENIZEStored Cards (Returning Customers)
CardPay can offer returning customers their previously tokenized cards. Pass up to 3 stored cards in the session creation request; the card form then shows aPay by {brand} ****{last 4} button per card alongside the option to enter another card. When the payer selects a stored card, they enter only the CVV; the charge runs against the real card resolved from the token.
- The display details (brand, last 4, name, expiration) are supplied by you and shown to the payer as-is. Keep them in your own system, or fetch them just before the session with Retrieve Token Metadata or Query Tokens.
- Stored cards cannot be used with the
TOKENIZEoperation, and a payment made with a stored card in aCHARGE_AND_TOKENIZEorPREAUTH_AND_TOKENIZEsession is not tokenized again.
Apple Pay
Native Apple Pay integration for Safari on iOS and macOS. Requires Apple Pay merchant setup through PCI Booking. Browser support: Safari on iOS 10+ and macOS Sierra+ Device support: iPhone, iPad, Mac with Touch ID or Apple WatchApple Pay buttons only appear when
checkAvailability() detects a compatible device and browser.Google Pay
Native Google Pay integration for Chrome and Android. Requires Google Pay merchant setup through PCI Booking. Browser support: Chrome on Android, desktop Chrome with linked Google account Device support: Android devices, desktop with Chrome Operations: CHARGE, TOKENIZE, CHARGE_AND_TOKENIZE, PREAUTH_AND_TOKENIZE, GATEWAY_TOKENIZEPayPal
PayPal checkout integration. Supports charge operations only, the user is redirected to PayPal to authorize the payment. Browser support: All modern browsers Operations: CHARGE onlyBankPay
Open Banking and ACH direct bank payments. The user selects their bank and authorizes the payment through their banking app or website. Browser support: All modern browsers Operations: CHARGE only Availability: Varies by region and bank supportUPI
Unified Payments Interface for instant payments in India. The user scans a QR code or enters their UPI ID to complete the payment. Browser support: All modern browsers Operations: CHARGE only Availability: India onlyFor credential setup instructions for each payment method, contact your PCI Booking account manager or refer to the Payments Library Credentials.
Next Steps
Payments Library Overview
Architecture, capabilities, and how the library fits into your integration.
Setup Guide
Install the library, create a session, and run your first payment.
Library Reference
Full API surface: constructor parameters, methods, callbacks, and operation types.

