Create or update a fee markup for a company. If a markup for the specified fee type already exists, it will be updated with the new values.
Required permissions:
company:update_child_feesA company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Parameters for UpdateFeeMarkup
The unique identifier of the company to create or update the fee markup for.
"biz_xxxxxxxxxxxxxx"
The type of fee this markup applies to, such as processing or platform fees.
crypto_withdrawal_markup, rtp_withdrawal_markup, next_day_bank_withdrawal_markup, bank_wire_withdrawal_markup, digital_wallet_withdrawal_markup The fixed fee amount in USD to charge per transaction. Must be between 0 and 50.
6.9
Custom key-value metadata to attach to this fee markup.
Internal notes about this fee markup for record-keeping purposes.
The percentage fee to charge per transaction. Must be between 0 and 25.
6.9
A successful response
A fee markup configuration that defines additional charges applied to transactions for a platform's connected accounts.
The unique identifier for the fee markup.
The category of fee this markup applies to.
crypto_withdrawal_markup, rtp_withdrawal_markup, next_day_bank_withdrawal_markup, bank_wire_withdrawal_markup, digital_wallet_withdrawal_markup A percentage-based fee charged per transaction. Ranges from 0 to 25. Null if no percentage fee is configured.
6.9
A flat fee charged per transaction, in USD. Ranges from 0 to 50. Null if no fixed fee is configured.
6.9
Internal notes about this fee markup, visible only to administrators. Null if no notes have been added.
"Approved by finance team on 2024-01-15"
The datetime the fee markup was created.
"2023-12-01T05:00:00.401Z"
The datetime the fee markup was last updated.
"2023-12-01T05:00:00.401Z"