Business Partners

Boost conversions and reduce cart abandonment by offering split payments at checkout

Become a Partner

Why Offer SharePay?

Let customers split a purchase with friends or family — and check out instead of bouncing

Increased Conversion

Remove price as a barrier by allowing customers to split costs, leading to higher conversion rates and larger average order values.

Expand Your Market

Reach new customer segments who might not purchase alone but would buy when costs are shared with friends or family.

Reduce Cart Abandonment

Give customers a payment option that makes higher-priced items more accessible through cost-sharing.

Price stops being the dealbreaker

When a basket can be split, a higher total is no longer the reason someone leaves.

Bigger orders, shared

Customers reach for the option they'd skip alone when a friend is covering half.

No change to your pricing

SharePay sits at checkout as a payment option — you don't discount a thing.

Where SharePay Fits

Built for any checkout where customers buy together

Travel & Hospitality

Group bookings, shared accommodation, and travel packages.

Events & Entertainment

Ticket sales, group experiences, and shared entertainment packages.

Retail & E-commerce

High-value purchases, group gifts, and subscription services.

Add it to your checkout

Connect through a REST API, a plugin for your platform, or your existing payment gateway — whichever fits your stack.

API Integration: Connect directly to our RESTful API

Platform Plugins: Ready-made plugins for major e-commerce platforms

Payment Gateway: Add as a payment option in your existing gateway

Request Documentation
// SharePay API Integration
const sharepay = require('sharepay-js');

const client = new sharepay.Client({
  apiKey: 'YOUR_API_KEY'
});

async function createSplitPayment() {
  const payment = await client.payments.create({
    amount: 99.99,
    currency: 'GBP',
    description: 'Order #12345',
    return_url: 'https://yoursite.com/success'
  });

  return payment.redirect_url;
}

Become a Partner

Interested in offering SharePay to your customers? Fill out the form below and our team will get back to you within 24 hours.