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

SettlementAdjustment

typestring
Possible values:
"RESERVE""ADJUSTMENT""FEE""ACQUIRER_FEE""INTERCHANGE_FEE""SCHEME_FEE"
Example:
"FEE"
amountstring

Numeric string, negative for fees

Example:
"-1.00"
descriptionstring

Human-readable description

Example:
"discount_rate"
SettlementAdjustment
{  "type": "FEE",  "amount": "-1.00",  "description": "discount_rate"}