NaaS — Splits
Get Split
GET /v2/naas/split/ — fetch the master split tied to a specific checkout.
Path parameters
| Parameter | Description |
|---|---|
origin_e2e | The end2end ID of the originating checkout |
Response 200 OK
| Field | Type | Description |
|---|---|---|
end2end | string | Split process ID |
origin_e2e | string | Checkout that triggered this split |
component | string | Current component in the split workflow |
state | string | Current state |
split_amount | string | Amount transferred to the master merchant |
currency | string | Asset code |
correlation_id | string | Correlation ID of the sub-merchant relationship |
created_at | string | ISO 8601 creation timestamp |
updated_at | string | ISO 8601 last-updated timestamp |
component / state combinations.
404 — split not found or does not belong to this correlation.

