xPay supports a wide range of payment methods to ensure global compatibility.
Category | Payment Methods |
---|---|
Cards (Default) | Visa, Mastercard, American Express, Discover, Diner’s Club, JCB |
Wallets | Amazon Pay, Apple Pay, Cash App, Google Pay, PayPal |
BNPL (Buy Now, Pay Later) | Afterpay, Klarna |
Enum Name | Description |
---|---|
CARD | Credit and debit card payments (Visa, Mastercard, etc.) |
AMAZON_PAY | Pay through Amazon accounts |
APPLE_PAY * | Digital wallet for Apple devices (requires CARD ) |
CASH_APP | US-based digital payment app |
GOOGLE_PAY * | Secure payment platform by Google (requires CARD ) |
PAYPAL | Online payments via PayPal accounts |
AFTERPAY | Buy now, pay later service |
KLARNA | European BNPL service |
APPLE_PAY
and GOOGLE_PAY
are wallet layers built on top of CARD
. To make them work, you must also include CARD
in the request.Method | Active Geographies | Currency Rules |
---|---|---|
Card | Global | Any supported currency |
Amazon Pay | US | USD only |
Apple Pay | Global (except India) | Any supported currency |
Cash App | US | USD only |
Google Pay | Global (except India) | Any supported currency |
PayPal | Global* | Initial charge in USD → then local currency inside PayPal flow |
Afterpay | US and Canada | USD only (visible for amounts ≤ $4000) |
Klarna | US and Canada | USD only |