{ "splitSettlement": { "amountSplitType": "FLAT", "splitSettlementDetails": [ { "splitAccountId": "63", "value": 60.00 }, { "label": "Test", "value": 40.00 } ] } }
curl --location --request POST '/api/v0/split-transaction/' \ --header 'Authorization;' \ --header 'merchantAccessKey;' \ --header 'Content-Type: application/json' \ --data-raw '{ "splitSettlement": { "amountSplitType": "FLAT", "splitSettlementDetails": [ { "splitAccountId": "63", "value": 60.00 }, { "label": "Test", "value": 40.00 } ] } }'
{ "code": 0, "message": "string", "payload": { "resultCode": 0, "resultMessage": "string", "error": true } }