Adyen · Example Payload

Management Split Configuration Logic Example

PaymentsFinancial ServicesFintech

Management Split Configuration Logic Example is an example object payload from Adyen, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

acquiringFeesadditionalCommissionadyenCommissionadyenFeesadyenMarkupchargebackchargebackCostAllocationcommissioninterchangepaymentFeeremainderschemeFeesplitLogicIdsurchargetip

Example Payload

Raw ↑
{
  "acquiringFees": "deductFromLiableAccount",
  "additionalCommission": "example_value",
  "adyenCommission": "deductFromLiableAccount",
  "adyenFees": "deductFromLiableAccount",
  "adyenMarkup": "deductFromLiableAccount",
  "chargeback": "deductFromLiableAccount",
  "chargebackCostAllocation": "deductFromLiableAccount",
  "commission": "example_value",
  "interchange": "deductFromLiableAccount",
  "paymentFee": "deductFromLiableAccount",
  "remainder": "addToLiableAccount",
  "schemeFee": "deductFromLiableAccount",
  "splitLogicId": "REF-500123",
  "surcharge": "addToLiableAccount",
  "tip": "addToLiableAccount"
}