Transaction Level Fee Report Row
Attributes
AcquirerReferenceNumber
stringA unique number that tags a credit or debit card transaction when it goes from the merchant’s bank through to the cardholder's bank. Also called a trace ID, this number is often used to determine where a transaction's funds lie at a certain time.
BraintreeTotalAmount
DecimalTotal amount of fees that Braintree assessed for the transaction.
CardBrand
stringThe brand of the credit card. See CardType
on the credit card response object for possible values.
CardIssuingCountry
stringThe 3-letter ISO code of the country that issued the credit or debit card. See the ISO 3166-1 alpha-3 codes.
CardType
stringType of card that was used for the transaction. Either credit
or debit
.
DisbursementDate
DateTimeDate that Braintree sent the funds associated with this transaction to your bank account.
Discount
DecimalPercentage rate at which Braintree assessed fees for the transaction.
DiscountCredit
DecimalAmount of the Braintree discount rate fees returned to the merchant account that processed the transaction in the case of a refund.
EstInterchangeFixed
DecimalOnly returned for IC+ reports. Estimated flat-rate, per-transaction interchange fee. Actual amounts may differ.
EstInterchangeFixedCredit
DecimalOnly returned for IC+ reports. If Transaction Type
is credit
, the estimated amount of interchange fixed fees returned to the merchant account that processed the refund. Actual amounts may differ.
EstInterchangeRate
DecimalOnly returned for IC+ reports. Estimated percentage rate at which interchange fees were assessed. Actual amounts may differ.
EstInterchangeRateCredit
DecimalOnly returned for IC+ reports. If Transaction Type
is credit
, the estimated amount of interchange rate fees returned to the merchant account that processed the refund. Actual amounts may differ.
EstInterchangeTotalAmount
DecimalOnly returned for IC+ reports. Estimated total amount of interchange fees assessed for the transaction. Actual amounts may differ.
EstTotalFeeAmount
DecimalOnly returned for IC+ reports. Estimated total amount of fees assessed for the transaction, including interchange and Braintree fees. Actual amounts may differ.
ExchangeRate
DecimalThe currency exchange rate at the time the transaction was authorized; the rate is applied when the transaction is disbursed.
First6OfCc
stringThe payment method’s Bank Identification Number (BIN).
InterchangeCurrency
stringOnly returned for IC+ reports. The 3-letter ISO code that identifies the currency the interchange fees were assessed in. See the ISO 4217 codes.
InterchangeDescription
stringOnly returned for IC+ reports. The type of interchange fee that was assessed for the transaction.
IssuingBank
stringThe bank that issued the customer’s credit or debit card. This will return an empty string for alternative payment methods such as Android Pay or Apple Pay.
MerchantAccountId
stringThe ID for the merchant account used to process the transaction. Within your Braintree gateway, you can have multiple merchant accounts to process transactions for different businesses or currencies.
MulticurrencyFeeAmount
DecimalOnly returned for flat-rate reports. The fee amount assessed for transactions presented in one currency but settled in another (e.g. a GBP transaction that settled in USD). Always 1% of the transaction amount.
MulticurrencyFeeCredit
DecimalOnly returned for flat-rate reports. If Transaction Type
is credit
, the amount of multi-currency fees returned to the merchant account that processed the refund.
OrderId
stringThe unique identifier you provided (if any) when creating the transaction via the API.
OriginalSaleAmount
DecimalThe sale transaction Amount
associated with a refund transaction.
OriginalTransactionId
stringOnly returned if Transaction Type
is credit
. The unique Braintree identifier for the original transaction. Can be used to find the sale transaction associated with this credit.
PaymentInstrument
stringThe type of payment used to process the transaction. See PaymentInstrumentType
on the transaction response object for possible values.
PerTransactionFee
DecimalFlat rate per-transaction fee assessed by Braintree.
PerTransactionFeeCredit
DecimalAmount of the Braintree per-transaction fees returned to the merchant account that processed the transaction in the case of a refund.
PresentmentCurrency
stringThe 3-letter ISO code for the currency in which the customer was charged. See the ISO 4217 codes.
RefundType
stringSpecifies the type of the refund. Possible values:
Full
for full refundsPartial
for partial refunds
See Transaction: Refund
for more information.
RefundedAmount
DecimalOnly returned if Transaction Type
is credit
. Amount that was issued back to the customer.
SettlementAmount
DecimalAmount deposited in your account in the specified Settlement Currency
.
SettlementCurrency
stringThe 3-letter ISO code for the currency in which the transaction was deposited to your account. See the ISO 4217 codes.
SettlementDate
DateTimeDate that Braintree successfully settled the transaction.
TotalFeeAmount
DecimalOnly returned for flat-rate reports. Total amount of fees that Braintree assessed for the transaction.
TransactionId
stringThe unique Braintree identifier for the transaction. Can be used to find the transaction in the Control Panel or via the API.
TransactionType
stringIdentifies whether the transaction was a sale or credit.