Multi Card
Overview
Understand how Multi Card Payments work and why they help improve conversion.
Get Markdown💳 Multi Card Payments
Multi card payments allow a single customer to split a transaction across multiple debit or credit cards, enabling greater flexibility and reducing checkout friction. This feature is ideal when a customer:
- Wants to divide a purchase between personal and business cards
- Has limited funds on one card and needs to combine payment sources
- Wants to split a bill between a card and another form of payment (apple, google pay)
Hands In enables this seamlessly through its hosted checkout experience and API-first implementation.
🚀 Why Use Multi Card Payments?
Multi card payments drive conversion and reduce failed payments by giving customers more control over how they pay.
Benefits include:
- 💸 Higher success rates: Recover transactions that would fail due to insufficient funds
- 🛍️ Larger basket sizes: Customers can confidently commit to bigger purchases
- 👤 Better experience: Provide flexible payment options without increasing complexity
- 💳 Fall-back support: Let users retry with another card in the same flow
🧰 How It Works
- Create a multi card payment session via
POST /multi-card-payments - Receive a hosted checkout URL to redirect/share with the customer
- The customer completes the payment across multiple cards
- Once completed, the multi card payment is reported back to your system via webhooks. Alternatively, you can poll our API for the
multi card payment session, if your system is unable to subscribe to webhooks events.