New Settlement Detail

The settlement detail report is a CSV file reporting on the fields listed below. Each gift card transaction which occurs during the settlement period is included as a record.

File Format

Statement Detail file is available in CSV format.

⚠️

Please Note

The order of the fields may change, and additional fields may be added. The names of the headers will not change, so when parsing the file, use the header names as an indicator of the field location and ignore any other unknown fields. This will ensure you are future-proofing your import so that changes will not break your imports.

Field NameTypeDescription
BrandAlphanumericThe brand name in the Totus system.
FinancialPresentationNameAlphanumericThe billing name, used only when receivables or payables processing needs a different name.
SettlementNoAlphanumeric. SettlementAccount-M-YYMMDDA readable ID linking settlement transactions to a settlement summary statement for a brand and period.
SettlementIdAlphanumericA unique Totus ID for the settlement transaction.
ProcessorTransactionIdAlphanumericA unique ID from the processor for the transaction. Format varies by processor.
UTCTransactionDateTimeDate/Time in yyyy-MM-ddTHH:mm:ssZ format. Date/Time is UTCThe transaction date and time, in UTC. Format: ISO 8601.
ProcessorAlphanumericThe name of the processor.
SourceInfoAlphanumericThis field is deprecated and will be blank going forward.
CurrencyCodeAlphanumericThe settlement currency, in 3-letter ISO 4217 format.
SkuAlphanumericThis field is deprecated and will be blank going forward.
ChannelAlphanumericThe channel that distributed the card.
ProcessorProgramAlphanumericThe program that activated the card, as defined by the processor. Can be blank.
ProductIdAlphanumericA product ID combining the SKU, form factor, and channel.
FormFactorAlphanumericThe card type: Digital or Physical.
ItemNameAlphanumericThis field is deprecated and will be blank going forward.
TOTUSOrderIdAlphanumericThe Totus ID for the order containing the card.
ExternalNoteAlphanumericA free-text note on the transaction. Can be blank.
ExternalOrderIdAlphanumericThe order ID sent to the processor. The brand is responsible for providing this value. Can be blank.
ExternalSKUAlphanumericThis field is deprecated and will be blank going forward.
ExternalUPCAlphanumericAn external UPC. Can be blank.
GiftCardIdAlphanumericA unique Totus ID for the gift card. For Shopify brands, this is the Shopify gift card ID.
BuyerNameAlphanumericThe organization that activated the card, or helped the merchant activate it. Can be blank.
MerchantNameAlphanumericThe organization the card was activated for. Can be blank.
SettlementOrgIdAlphanumericThis field is deprecated and will be blank going forward.
SettlementOrgNameAlphanumericThis field is deprecated and will be blank going forward.
TransactionTypeAlphanumericThe parent transaction type. Values: Activation, ActivationVoid, BrandActivation, BrandActivationVoid, Redemption, RedemptionVoid.
DetailTransactionTypeAlphanumericThe granular transaction type under TransactionType. May be the same as TransactionType.
TransactionAmountDecimalThe full dollar amount of the transaction. Positive values increase card value; negative values decrease it.
ActivationFeeRateAlphanumericThe activation fee rate, as a percent of the activation value.
ActivationFeeAmountDecimalThe activation fee charged.
MerchantProcessingFeeRateAlphanumericThe merchant processing fee rate, as a percent of TransactionAmount.
MerchantProcessingFeeAmountDecimalThe merchant processing fee charged.
DigitalCardFulfillmentFeeAmountDecimalThe digital fulfillment fee charged.
PhysicalCardFulfillmentFeeAmountDecimalThe physical fulfillment fee charged.
PhysicalCardShippingFeeAmountDecimalThe physical shipping fee charged.
PromotionDiscountDetailAlphanumericThe name or rate of the promotion applied.
PromotionDiscountAmountDecimalThe discount amount from the promotion.
BrandDiscountRateAlphanumericThe brand discount rate.
BrandDiscountAmountDecimalThe brand discount charged.
RedemptionFeeRateAlphanumericThe redemption fee rate, as a percent of TransactionAmount.
RedemptionFeeAmountDecimalThe redemption fee charged.
NetAmountDecimalThe net dollar value due or owed, after fees apply to TransactionAmount.
ProcessorAccountIdAlphanumericThe ID of the account for the transaction.
ProcessorAccountNameAlphanumericThe name of the account for the transaction.
ProcessorLocationIdAlphanumericThe ID of the physical store location for the transaction.
ProcessorLocationNameAlphanumericThe name of the physical store location for the transaction.

Transaction Types

TransactionDefinition
ActivationMoney added to a card. Typically a first-party, B2B, or third-party activation.
ActivationVoidMoney removed from an activated card. Typically a cancelled card order or a manual adjustment.
BrandActivationMoney added to a card by the brand. Typically issued for a merchandise return when funds are not returned to the original payment method, or for a customer appeasement.
BrandActivationVoidMoney removed from a card activated by the brand. Typically a cancelled return or appeasement.
RedemptionMoney removed from a card for a completed purchase.
RedemptionVoidMoney added back to a card for a merchandise return, when the original order used a gift card, or for a manual adjustment.

Did this page help you?