A Transaction Fee represents any fee associated to a transaction.
Properties
Property | Type | Description | Example |
---|---|---|---|
amount | Number (float) | Total amount to be added to the transaction's amount. | 1.99 |
description | String | A brief note on what the fee is for. | "sanitation fee" |
partner_id | String | An 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"
}