Reverse an Intent Split
Cancel an unexecuted Split
Reversing a Split effectively cancels it, and can only be done when it has the Status of AVAILABLE or REJECTED.
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.
Path parameters
ClientId
Platform's API account identifier, associated with the API key.
IntentId
The unique identifier of the Intent.
SplitId
The unique identifier of the Split.
Response
Success
Id
The unique identifier of the Split.
LineItemId
The unique identifier of the line item.
SellerId
The unique identifier of the seller of the line item.
WalletId
The unique identifier of the wallet to credit the seller's funds.
SplitAmount
The amount to transfer to the seller’s WalledId.
The sum of the SplitAmount values of all Splits must be lower than or equal to the AvailableAmountToSplit of the Intent.
FeesAmount
The amount of fees.
The sum of the FeesAmount values of all Splits must be lower than or equal to the PlatformFeesAmount of the Intent.
TransferDate
The future date when the funds are to be automatically transferred to the seller's wallet.
Description
The description of the Split.
Status
The status of the Split:
CREATEDPENDING_FUNDS_RECEPTIONAVAILABLEPENDINGCOMPLETEDREJECTEDFAILEDREVERSEDREFUND_SPLIT_PENDINGREFUND_SPLIT_REJECTEDREFUND_SPLIT_COMPLETED