NaaS — Splits
List Splits
GET /v2/naas/splits — list all master splits for this correlation.
Query parameters
| Parameter | Format | Default | Description |
|---|---|---|---|
from | RFC 3339 | 30 days ago | Start of the time range |
to | RFC 3339 | now | End of the time range |
Response 200 OK
An array of split objects. Each object has the same shape as the Get Split response.
Split states
component | state | Meaning |
|---|---|---|
component.master_split | INITIAL | Split created, awaiting checkout completion |
component.master_split | PENDING | Checkout in progress |
component.master_split | DONE | Transfer to master merchant executed |
component.master_split | ERROR | Checkout ended in an error state |
component.success | DONE | Split fully settled |

