Returns the fee breakdown for an amount, currency and payment method. Fees are charged on top
of the order amount, so call this before the customer commits if you want to show them the
real total.
You do not need an existing order to call this.
Endpoint
Authenticate with your public key. See Authentication.
Request body
Payload (before encryption)
Request example
Response
Response fields
Fees differ by method. Quote the fee for the option the customer has actually selected —
re-call this endpoint when they switch between card and bank transfer.
subsidiaryFee + customerFee = fee. When subsidiaryFee is 0, the customer bears the
whole fee; when customerFee is 0, you absorb it and totalChargedAmount equals amount.