v2
latestOpenAPI 3.1.02026-07-262279731.3 MBIntents
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.
post/v3.0/{ClientId}/payins/intents/{IntentId}/splits/{SplitId}/execute
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
IntentIdstring required
The unique identifier of the Intent.
SplitIdstring required
The unique identifier of the Split.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Response
Success