Settlement Detail

The settlement summary file is a CSV that contains a row for each of the summary details so this can be processed by financial systems.

File Format

Statement Summary file is available in CSV format, other formats can be supported upon request.

⚠️ 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 NameTypeComment
BrandAlphanumericThe Brand Name. This is the name of the brand in the TOTUS system.
FinancialPresentationNameAlphanumericThe brand billing name, if brand requires an alternative name for receivables/payables processing.
SettlementNoAlphanumeric. SettlementAccount-M-YYMMDDA human readable identifier connecting settlement transactions to a summary settlement statement for a brand and period.
SettlementIDAlphanumericA unique TOTUS ID for each settlement transaction.
ProcessorTransactionIdAlphanumericA unique ID from the processor for a specific transaction. Can be different formats depending on the processor.
UTCTransactionDateTimeDate/Time in yyyy-MM-ddTHH:mm:ssZ format. Date/Time is UTCDates/Times in UTC, ISO 8601 format
ProcessorAlphanumericThe name of the processor.
SourceInfoAlphanumericThe Shopify site URL. This may be blank or spaces.
CurrencyCodeAlphanumericThe Currency of the Settlement. 3 letter format. ISO 3166 format.
SKUAlphanumericThe SKU for the product.
ChannelAlphanumericThe channel that the card was distributed into.
ProcessorProgramAlphanumericThe name or ID of the program the card was activated in. CardSet for Clutch. This may be blank or spaces.
ProductIDAlphanumericA product identifier that consists of the SKU, Form Factor and Channel.
FormFactorAlphanumericThe type of card. Values will be Digital or Physical.
ItemNameAlphanumericA human-readable name for the product.
TOTUSOrderIdAlphanumericA TOTUS generated ID to identify the order the card was in.
ExternalNoteAlphanumericA free form field that can note details about a transaction. This may be blank or spaces.
ExternalOrderIDAlphanumericAn External identified for an order. This may be blank or spaces.
ExternalSKUAlphanumericAn External Merchant SKU. This may be blank or spaces.
ExternalUPCAlphanumericAn External UPC. This may be blank or spaces.
GiftCardIdAlphanumericA unique TOTUS ID for a Gift Card.
For Shopify brands, this is the Shopify Gift Card ID.
BuyerNameAlphanumericThe name of organization that either activated the card or facilitated the activation for the merchant. This may be blank.
MerchantNameAlphanumericThe name of the organization that the card was activated for. This may be blank.
SettlementOrgIdAlphanumericA unique ID to identify the settlement organization. This may be blank.
SettlementOrgNameAlphanumericThe settlement organization if different from the client name. This may be blank.
TransactionTypeAlphanumericTransaction Types: New transaction types may be added in the future, please implement with this in mind.

- Activation
- ActivationVoid
- BrandActivation
- BrandActivationVoid
- Redemption
- RedemptionVoid
TransactionAmountDecimalThe full dollar amount of the transaction. Transactions which increase card value are expressed as positive; transactions which decrease card value are expressed as negative
ActivationFeeRateAlphanumeric% of activation value. The set rate of the activation fee.
ActivationFeeAmountDecimalThe amount of the activation fee charged.
MerchantProcessingFeeRateAlphanumericMerchant processing fee % of TransactionAmount. Typically applies to 1st party Activation transactions processed through an external partner. The set rate of the merchant processing fee.
MerchantProcessingFeeAmountDecimalThe amount of the merchant processing fee charged.
DigitalCardFulfillmentFeeAmountDecimalThe amount of the digital fulfillment fee charged.
PhysicalCardFulfillmentFeeAmountDecimalThe amount of the physical fulfillment fee charged.
PhysicalCardShippingFeeAmountDecimalThe amount of the physical shipping fee charged.
BrandDiscountRateAlphanumericThe set rate of the brand discount.
BrandDiscountAmountDecimalThe amount of the brand discount charged.
RedemptionFeeRateAlphanumericRedemption fee % of TransactionAmount. The set rate of the redemption fee.
RedemptionFeeAmountDecimalThe amount of the redemption fee charged.
NetAmountDecimalNet dollar value due or owed after fee amounts are applied to TransactionAmount.