Looking for ePay classic docs? Go to docs.epay.dk
ePay documentationDocsePay documentation

SettlementTransaction

idstring

The ID of the settlement transaction

Format:
uuid
Example:
"019b3130-5d58-716d-8881-9a3ec506017f"
settlementTransferIdstring

The ID of the settlement transfer

Format:
uuid
Example:
"019b3130-5d58-716d-8881-9a3ec506017f"
transactionIdstring
Nullable
Example:
"50947727185442134"
agreementIdstring

The acquirer MID this transaction was executed on

Example:
"R01234"
merchantReferencestring

The merchant provided reference value

Example:
"ref-settlement-6"
acquirerReferencestring

The acquirer provided reference value

Example:
"acq-tx-settlement-6"
postingDatestring
Format:
date
Example:
"2025-01-01"
settlementNetAmountstring

The net settlement amount after adjustments and fees.

Example:
"100.01"
settlementCurrencystring
Example:
"DKK"
createdAtstring

The creation time of the data at ePay.

Format:
date-time
Example:
"2025-12-18T11:20:11Z"
SettlementTransaction
{  "id": "019b3130-5d58-716d-8881-9a3ec506017f",  "settlementTransferId": "019b3130-5d58-716d-8881-9a3ec506017f",  "transactionId": "50947727185442134",  "agreementId": "R01234",  "merchantReference": "ref-settlement-6",  "acquirerReference": "acq-tx-settlement-6",  "postingDate": "2025-01-01",  "settlementNetAmount": "100.01",  "settlementCurrency": "DKK",  "adjustments": [    {      "type": "FEE",      "amount": "-1.00",      "description": "discount_rate"    }  ],  "createdAt": "2025-12-18T11:20:11Z"}