A Transaction Fee represents any fee associated to a transaction. These are not fees assessed by PaidYET, but are fees sent in by the software provider that has integrated the PaidYET API.
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"
}
Partner Fees
- Payment facilitator partners can pass in a
partner_id
with each transaction. Those fees are automatically pulled off of the transaction and distributed to the the partner at settlement. - PaidYET partners can pass in a
partner_id
with each transaction. Those fees will be charged to the merchant at the beginning of the month for the previous month and distributed to the partner during the billing process.