{
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1752439988,
"Description": "Example description of the Split"
}
{
"Splits": [
{
"Id": "int_split_019778c4-29c7-7c62-b7c6-775b744ab9f2",
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SellerId": "user_m_01JXWB53KC8ZZFQNC6S34W9CN0",
"WalletId": "wlt_m_01JXWB5WF962GM9N4GC3VJVK8K",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1742428800,
"Description": "Example description of the Split",
"Status": "CREATED"
}
]
}
Modify a Split before execution.
{
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1752439988,
"Description": "Example description of the Split"
}
{
"Splits": [
{
"Id": "int_split_019778c4-29c7-7c62-b7c6-775b744ab9f2",
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SellerId": "user_m_01JXWB53KC8ZZFQNC6S34W9CN0",
"WalletId": "wlt_m_01JXWB5WF962GM9N4GC3VJVK8K",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1742428800,
"Description": "Example description of the Split",
"Status": "CREATED"
}
]
}
Status must be:CREATEDPENDING_FUNDS_RECEPTIONAVAILABLEFAILED Show child attributes
WalledId.The sum of the SplitAmount values of all Splits must be lower than or equal to the AvailableAmountToSplit of the Intent.FeesAmount values of all Splits must be lower than or equal to the PlatformFeesAmount of the Intent.ExternalProviderName is Mangopay. If it is not defined in the Intent it must be defined at Split creation.200 - Response parameters
Show child attributes
WalledId.The sum of the SplitAmount values of all Splits must be lower than or equal to the AvailableAmountToSplit of the Intent.FeesAmount values of all Splits must be lower than or equal to the PlatformFeesAmount of the Intent.CREATEDPENDING_FUNDS_RECEPTIONAVAILABLEPENDINGCOMPLETEDREJECTEDFAILED REVERSEDExternalProviderName is Mangopay. If it is not defined in the Intent it must be defined at Split creation.{
"Splits": [
{
"Id": "int_split_019778c4-29c7-7c62-b7c6-775b744ab9f2",
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SellerId": "user_m_01JXWB53KC8ZZFQNC6S34W9CN0",
"WalletId": "wlt_m_01JXWB5WF962GM9N4GC3VJVK8K",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1742428800,
"Description": "Example description of the Split",
"Status": "CREATED"
}
]
}
{
"LineItemId": "int_li_019778b4-7e87-7153-8fa0-746b23ecae7e",
"SplitAmount": 6000,
"FeesAmount": 60,
"TransferDate": 1752439988,
"Description": "Example description of the Split"
}
Was this page helpful?