POST
/
v3.0
/
{ClientId}
/
payins
/
intents
/
{IntentId}
/
splits
/
{SplitId}
/
reverse
// No request body
{
    "Id": "int_split_0197f979-46a1-7810-adfc-a4bcdd7a9315",
    "LineItemId": "int_li_0197f975-63f9-7cb9-b906-43671509eb34",
    "SellerId": "user_m_01JZWQAGPP1ZQR39QTH2TCP587",
    "WalletId": "wlt_m_01JZWQAJN34AGPDRTP9KHBYNYX",
    "SplitAmount": 8000,
    "FeesAmount": 0,
    "Description": "Example description of the Split",
    "Status": "REVERSED"
}
Note – Status must be available or rejectedTo reverse a Split, its Status must be AVAILABLE or REJECTED.

Path parameters

IntentId
string
required
The unique identifier of the Intent.
SplitId
string
required
The unique identifier of the Split.

Body parameters

No request body to reverse Split.

Responses

200 - Response parameters

{
    "Id": "int_split_0197f979-46a1-7810-adfc-a4bcdd7a9315",
    "LineItemId": "int_li_0197f975-63f9-7cb9-b906-43671509eb34",
    "SellerId": "user_m_01JZWQAGPP1ZQR39QTH2TCP587",
    "WalletId": "wlt_m_01JZWQAJN34AGPDRTP9KHBYNYX",
    "SplitAmount": 8000,
    "FeesAmount": 0,
    "Description": "Example description of the Split",
    "Status": "REVERSED"
}
// No request body