Data element
splitRequest
Key | Format | CND | Description |
MerchantID | string | M | Sub merchant identifier assigned by Computop |
Amount | integer | M | Transaction amount in it smallest unit of the submission currency |
TransID | string | O | Transaction identifier supplied by the merchant. Shall be unique for each payment |
RefNr | string | O | Merchant’s unique reference number, which serves as payout reference in the acquirer EPA file. Please note, without the own shop reference delivery you cannot read out the EPA transaction and regarding the additional Computop settlement file (CTSF) we cannot add the additional payment data. |
OrderDesc | string | O | Order description |
Sample
1{2 "splitRequest": [3 {4 "MerchantID": "Merchant1",5 "TransID": "Trx1",6 "Amount": "100",7 "RefNr": "Ref1",8 "OrderDesc": "Order1"9 },10 {11 "MerchantID": "Merchant2",12 "TransID": "Trx2",13 "Amount": "200",14 "RefNr": "Ref2",15 "OrderDesc": "Order2"16 }17 ]18}