Intent splits
Execute an Intent Split
Release the funds of a Split to the wallet of the seller of the Intent line item.
POST
Once the Intent funds have been settled (in a Settlement) and the funds have been received on the platform’s technical wallet, the Split status becomes
AVAILABLE, meaning you can use this endpoint to execute the transfer of funds to the Seller’s wallet.
Path parameters
string
required
The unique identifier of the Intent.
string
required
The unique identifier of the Split.
Body parameters
No request body to execute Split.Responses
200 - Response parameters
200 - Response parameters
string
The unique identifier of the Split.
string
The unique identifier of the line item.
string
The unique identifier of the seller of the line item.
string
The unique identifier of the wallet to credit the seller’s funds.
type
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.string
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.Unix timestamp
The future date when the funds are to be automatically transferred to the seller’s wallet.
string
The description of the Split.
string
The status of the Split:
CREATEDPENDING_FUNDS_RECEPTIONAVAILABLEPENDINGCOMPLETEDREJECTEDFAILEDREVERSEDREFUND_SPLIT_PENDINGREFUND_SPLIT_REJECTEDREFUND_SPLIT_COMPLETED
400 - Split Status must be AVAILABLE or REJECTED
400 - Split Status must be AVAILABLE or REJECTED