Execute an Intent Split

Release the funds of a Split to the wallet of the seller of the Intent line item.

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.

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

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
IntentIdstringRequired
The unique identifier of the Intent.
SplitIdstringRequired
The unique identifier of the Split.

Response

Success
Idstring
The unique identifier of the Split.
LineItemIdstring
The unique identifier of the line item.
SellerIdstring
The unique identifier of the seller of the line item.
WalletIdstring
The unique identifier of the wallet to credit the seller's funds.
SplitAmountinteger

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.

FeesAmountinteger

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.

TransferDateinteger
The future date when the funds are to be automatically transferred to the seller's wallet.
Descriptionstring
The description of the Split.
Statusstring

The status of the Split:

  • CREATED
  • PENDING_FUNDS_RECEPTION
  • AVAILABLE
  • PENDING
  • COMPLETED
  • REJECTED
  • FAILED
  • REVERSED
  • REFUND_SPLIT_PENDING
  • REFUND_SPLIT_REJECTED
  • REFUND_SPLIT_COMPLETED

Errors

400
Bad Request Error