Merchant documentation

Ante adds group checkout next to Card and Apple Pay. Shoppers split the cart in a hosted modal; you sign carts on your server, get paid when the group funds, and fulfill from webhooks. Start with Getting started if you are wiring this for the first time.

Copy this page as a setup prompt for your coding assistant.

Live demo store

Walk through group checkout end to end at splitshop.dev. The store runs in sandbox mode with test cards — you can split an order, see how settlement looks, and confirm webhook delivery. No real charges.

Need a reference storefront for your engineers? Source is public on GitHub: plurel-company/ante-demo-store.

Checkout flow

The shopper keeps your cart. Your backend signs it. The SDK calls POST /api/v1/sessions and opens the modal. Members pay their shares. When the total is covered, Ante settles to your Connect account and POSTs group.funded to your webhook URL. Fulfill the order on that event, not on a client callback alone.

Cart on your siteServer HMACCreate sessionHosted modalShare paymentsgroup.funded

How to integrate

ApproachTypical useYou need
CDN script tagWordPress, static HTMLPublishable key + signing secret + /api/cart/sign
npm @splitante/sdkVite, webpack (no React)Same credentials as CDN
npm @splitante/react-sdkNext.js, ReactSame credentials — thin wrapper over core SDK
REST API onlyCustom checkout, no modalSecret API key (not signing secret) + headless approval

Which key is which: Credentials. Integration examples: JavaScript SDK.

Guides

Tools

Merchant dashboard for keys, webhooks, and setup. Developers for API keys, signing secret, and prefilled snippets. splitshop.dev to try a live sandbox checkout before you go live. Source for that storefront: GitHub. Packages: @splitante/sdk.

Support: contact@plurelinc.com. Include your ante_merch_* ID and any API request_id.