9.3 - Commission Report
Each report contains the commissions related to one partner for a single day.
Commission files are delivered to a partner's folder on the Rapyd SFTP server typically between 04:00 - 05:00 UTC.
Information
Please note that this page is only relevant to ISOs
9.3.1 - Commission
Field name | Length/type | Description |
---|---|---|
SellerID | DateTime | The ID of the seller |
SettlementNumber | long | The ID of the settlement |
SettlementID | DateTime | The date and time the settlement was inserted |
MerchantName | 50 | The name of the merchant |
AgreementNumber | 6 | The agreement number |
MerchantSettlement | int | The ID of the merchant settlement |
SettlementDate | DateTime | The settlements this payment settles |
GrossSale | decimal | The gross amount for this sale |
VolumeCredit | decimal | The volume of credit transactions |
VolumeDebit | decimal | The volume of debit transactions |
PartnerTotal | decimal | The total amount for the partner |
PartnerCommissionAmount | decimal | The partner commision amount |
CommissionCredit | decimal | The commission of credit transactions |
CommissionDebit | decimal | The commission of debit transactions |
DCCCommission | decimal | The commission for dynamic currency conversion transactions |
TransactionCountCredit | int | The transaction count of credit transactions |
TransactionCountDebit | int | The transaction count of debit transactions |
PartnerID | int | The partners ID number |
Currency | 3 | The currency code |
9.3.2 - Example
[
{
"SellerID": "2019-02-07T13:16:47.164487",
"SettlementNumber": 63735,
"SettlementID": "2024-03-06T04:50:23.4979233",
"MerchantName": "Johnny and co ltd.",
"AgreementNumber": "026053",
"MerchantSettlement": "32088604",
"SettlementDate": "2024-03-06T00:00:00",
"GrossSale": 3029.76,
"VolumeCredit": 3029.76,
"VolumeDebit": 0.00,
"PartnerTotal": 89.0749,
"PartnerCommissionAmount": 89.0749,
"CommissionCredit": 89.0749,
"CommissionDebit": 0.0000,
"DCCCommission": 0.0000,
"TransactionCountCredit": 7,
"TransactionCountDebit": 0,
"PartnerID": 110,
"Currency": "EUR"
},
{
"SellerID": "2019-04-15T13:45:47.297286",
"SettlementNumber": 63731,
"SettlementID": "2024-03-06T04:50:23.4979239",
"MerchantName": "Central Car Rental",
"AgreementNumber": "356251",
"MerchantSettlement": "32096448",
"SettlementDate": "2024-03-06T00:00:00",
"GrossSale": 25504.00,
"VolumeCredit": 17650.00,
"VolumeDebit": 7614.00,
"PartnerTotal": 435.9791,
"PartnerCommissionAmount": 435.9791,
"CommissionCredit": 376.0185,
"CommissionDebit": 59.9606,
"DCCCommission": 0.0000,
"TransactionCountCredit": 13,
"TransactionCountDebit": 7,
"PartnerID": 110,
"Currency": "EUR"
},
{
"SellerID": "2019-05-14T10:51:31.502602",
"SettlementNumber": 63733,
"SettlementID": "2024-03-06T04:50:23.4979232",
"MerchantName": "Hotel Like Home",
"AgreementNumber": "058483",
"MerchantSettlement": "32089262",
"SettlementDate": "2024-03-06T00:00:00",
"GrossSale": 1350.00,
"VolumeCredit": 1350.00,
"VolumeDebit": 0.00,
"PartnerTotal": 22.1400,
"PartnerCommissionAmount": 22.1400,
"CommissionCredit": 22.1400,
"CommissionDebit": 0.0000,
"DCCCommission": 0.0000,
"TransactionCountCredit": 1,
"TransactionCountDebit": 0,
"PartnerID": 110,
"Currency": "EUR"
}
]