A Transaction Fee represents any fee associated to a transaction.

Properties

PropertyTypeDescriptionExample
amountNumber(float)Total amount to be added to the transaction's amount.1.99
descriptionStringA brief note on what the fee is for."sanitation fee"
partner_idStringAn optional partner ID supplied by your payment facilitator. If you do not know what this is, please do not specify."1234567890"

Example

{
  "amount": 1.99,
  "description": "sanitation fee",
  "partner_id": "1234567890"
}