Fee Fields
  • 31 Jul 2024
  • 2 Minutes to read
  • Dark
    Light

Fee Fields

  • Dark
    Light

Article summary

The Fee object is Read only for all Payments permission sets except the Blackthorn | Payments (Admin) permission set.

Please manually update the Event object page payout.

Current Blackthorn users must manually add the Payment Processing Fee field to the Event record's page layout.

Your browser does not support PDF.click here to download

Other Important Fields

Event Object

  • Field Label: Tax Fee
    • API Name: Tax_Fee__c
    • Data Type: Lookup
    • Description: The Fee record used for Event tax calculations. The tax is applied to the Total Amount after discounts and before the Payment Processing Fee.
  • Field Label: Tax Fee Calculation Type
    • API Name: conference360__Tax_Fee_Calculation_Type__c
    • Data Type: Text(100)
    • Description: Defines whether the Tax is “Tax-Inclusive Pricing” or “Calculated at Checkout.” It is determined by the associated Fee's Tax Display Setting.

Event Item Object

  • Field Label: Tax-Exempt
    • API Name: conference360__Tax_Exempt__c
    • Data Type: Checkbox
    • Description: If checked (“True”), the tax will not be applied to the Event Item. If unchecked (“False”), the tax designated on the Event will apply.
    • Default Setting = unchecked or “False”
  • Field Label: Tax Amount
    • API Name: conference360__Tax_Amount__c
    • Data Type: Number(16, 2)
    • Description: Calculated as a percentage of the Event Item’s Price based on the associated Fee.
  • Field Label: Price with Tax
    • API Name: conference360__Price_with_Tax__c
    • Data Type: Number(16, 2)
    • Description: It is the Line Item’s Price plus the Tax Amount.

Event Item Session Object

  • Field Label: Tax Amount
    • API Name: conference360__Tax_Amount__c
    • Data Type: Number(16, 2)
    • Description: Calculated as a percentage of the Event Item Session’s Price based on the associated Fee. It is also equal to the related Line Item’s Tax amount.
  • Field Label: Price with Tax
    • API Name: conference360__Price_With_Tax__c
    • Data Type: Number(16, 2)
    • Description: Equals the Line Item's Price plus the Event Item Session's Tax Amount.
  • Field Label: Tax Rate
    • API Name: conference360__Tax_Rate__c
    • Data Type: Percent(15, 3)
    • Description: The Tax Rate for the Event Item Session is set automatically based on the Event’s Tax Fee lookup.

Invoice Object

  • Field Label: Dynamic Fee Name
    • API Name: bt_stripe__Dynamic_Fee_Name__c
    • Data Type: Text
    • Description: The name of the label used to display the tax Fee on an Invoice. For Events, it is the Fee Name of the Fee associated with the Event.

Line Item Object

  • Field Label: Tax Rate
    • API Name: bt_stripe__Tax_Rate__c
    • Data Type: Percent
    • Description: The tax rate for this Line Item. Set by the associated Event Tax Fee. Automatically set to 0 if the Event Item’s Tax-Exempt is set to “True” (checked).