New service | Last updated: 14 May 2025

Important

This documentation is for preview purposes only.

Split Payments

Divide funds from a single payment amongst yourself and your parties/sellers.

Capabilities

tick Create a request to split a payment with the intent of sending funds to multiple beneficiaries
tick Settle the funds fully or partially
tick Refund the funds fully or partially

Flow overview

Step 1. - Card Payments API
After successfully authorizing a single payment through our Card Payments API you will receive a commandId and next action links to settle or refund the authorization.

Save the action links for later, you might need them again to manage post payment activity.

Step 2. - Split Payments API
Use the commandId now in our Split Payments API to create a request to split out the single payment into several payouts, also known as lineItems in the API.

Step 3. - Card Payments API
You can now settle or refund the payment, either fully or partially. For this you must POST to the next action links you have originally received in your payment response from our Card Payments API .

Step 4. - Split Payments API
Once done, you must confirm the settlement/refund through our Split Payments API again. This allows you to independently settle/refund individual lineItems from your original split payment request.

Get started

Prerequisite

You have authorized a payment through our Card Payments API.

Ready to integrate? Use our API Reference and set your headers.


Next Steps

Split a payment