New service | **Last updated**: 01 July 2025

# Get started

## Split a payment

Use our **Split Payments API** to split a payment across multiple virtual balance accounts including your own business account, allowing you to make payouts from there.

Allocate the funds to [parties](/access/products/parties) (sellers, payers, and beneficiaries) who provided goods and services to the customer, while retaining any deductions like fees and commissions.

Specify one or multiple parties in one request and take deductions dynamically for each party.

### Capabilities

![tick](/access/assets/check-green.5380696a3edf2560a9dfe5b5950684df132f75ed1806f53e162cd51b03cf0073.92a19ef5.svg) [Create a request to split a payment](/access/products/split-payments/split-a-payment#split-a-payment) to send funds to multiple beneficiaries
![tick](/access/assets/check-green.5380696a3edf2560a9dfe5b5950684df132f75ed1806f53e162cd51b03cf0073.92a19ef5.svg) [Deduct fees and commissions](/access/products/split-payments/split-a-payment#deductions) you want to allocate to your own account
![tick](/access/assets/check-green.5380696a3edf2560a9dfe5b5950684df132f75ed1806f53e162cd51b03cf0073.92a19ef5.svg) [Settle the funds](/access/products/split-payments/manage) fully or partially
![tick](/access/assets/check-green.5380696a3edf2560a9dfe5b5950684df132f75ed1806f53e162cd51b03cf0073.92a19ef5.svg) [Refund the funds](/access/products/split-payments/manage#refund-a-payment) fully or partially

### Flow overview


```mermaid

sequenceDiagram
    participant Customer
    participant Merchant
    participant Worldpay
    Customer->>Merchant: Places an order with a single or multiple item(s)
    Merchant->>Worldpay: Sends request to authorize a payment
    Worldpay->>Merchant: Responds with commandId and next action links
    Merchant->>Worldpay: Sends split payment request with commandId
    Worldpay->>Merchant: Generates and responds with splitPaymentId and itemId/itemIds
    Merchant->>Customer: Fulfills an order
    Merchant->>Worldpay: POSTs to next action link to settle
    Worldpay->>Merchant: Responds with commandId and next action links
    Merchant->>Worldpay: Sends confirmation of fulfillment with commandId
    Worldpay->>Merchant: Responds with fulfillment confirmation
```

br
br
div
div
rocket
div
**Ready to integrate?**
Make yourself familiar with our [API principles](/access/products/reference/api-principles) to ensure a resilient integration and set your headers using our [API reference](/access/products/split-payments/openapi).

br
**Next steps**

[Split a payment](/access/products/split-payments/split-a-payment)

Prerequisite
You must have authorized a payment through our [Card Payments API](/access/products/card-payments/authorize-a-payment) before you can send a split payment request.