# Split Payments

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


 __Authentication__
    Set your headers
```
    Authorization: {your_credentials}
    WP-Api-Version: 2025-06-25
```
    Replace `{your_credentials}` with your base64-encoded Basic Auth username and password given to your by your Implementation Manager.
    <br><br>
    __DNS whitelisting__

    Whitelist the following URLs:
    * `https://try.access.worldpay-bsh.securedataplatform.com/`
    * `https://access.worldpay-bsh.securedataplatform.com/`

    Please ensure you use DNS whitelisting, not explicit IP whitelisting.
    When you make a request within Access Worldpay, you should always cache the response returned.
 

Version: 2025-06-25
Metadata:
  - business: ["Enterprise","Marketplaces"]
  - catalog-list: true
  - category: ["Card Payments"]
  - generated: true

## Servers

Test (Try)
```
https://try.access.worldpay-bsh.securedataplatform.com
```

Live
```
https://access.worldpay-bsh.securedataplatform.com
```

## Security

### BasicAuth

Type: http
Scheme: basic

## Download OpenAPI description

[Split Payments](https://worldpay-portal.eu.redocly.app/access/_bundle/products/split-payments/@20250625/openapi.yaml)

## Other

### Create split payments request

 - [POST /splitPayments](https://worldpay-portal.eu.redocly.app/access/products/split-payments/openapi/other/splitpayments.md): Create a request allowing you to split your payment.

### Fully settle/refund a payment

 - [POST /splitPayments/{splitPaymentId}/fulfillments](https://worldpay-portal.eu.redocly.app/access/products/split-payments/openapi/other/fullcapturefulfillments.md): Confirm a settlement/refund of all line items within a split payment.

### Partially settle/refund a payment

 - [POST /splitPayments/{splitPaymentId}/items/{itemId}/fulfillments](https://worldpay-portal.eu.redocly.app/access/products/split-payments/openapi/other/singitemcapturefulfillments.md): Confirm a settlement/refund of individual line items within a payment.

