MASD1001 Daily MAS Detail Export

Returns a daily CSV report with a line-by-line breakdown of card brand fees, interchange costs, plan fees, and discounts for each merchant, enabling granular daily reconciliation of processing charges.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

MASD1001 Daily MAS Detail Export

The MASD1001 file is a Merchant Accounting System (MAS) daily detail report. It provides a row-per-fee-line breakdown of all fees and charges assessed against each merchant for a given settlement day across four categories: Card Brand Fees, Interchange, Individual Plan, and Discount. This is the primary file for daily fee reconciliation and margin analysis.

Endpoint

GET /download/YYYYMMDD/MASD1001

Authentication

Basic HTTP Authentication required.
Encode username:password in Base64 and pass in the Authorization header:

Authorization: Basic {base64(username:password)}

When to use

Use this file daily to reconcile processing fees per merchant and monitor processor margin. Sum the Total column per MID to derive the net processor margin for the day. Cross-reference Interchange rows against the card brands' published interchange tables to verify correct program qualification. Compare daily totals with the monthly MASM1001 to confirm period-end accuracy.

Query Parameters

None. The file is identified by the date path segment (YYYYMMDD) and delivered via SFTP.

Response

200 OK — Returns CSV content (with header row) with the following columns:

ColumnTypeDescription
MIDstringMerchant identifier
AssociationstringInternal association or bank group code
GroupstringProcessing group code
CategorystringFee category: Card Brand Fees, Interchange, Individual Plan, or Discount
FeestringSpecific fee name, prefixed by network (VS-, MC-, AM-, DS-)
NumberintegerTransaction count tied to this fee line (0 for most assessment and interchange rows)
AmountdecimalDollar volume tied to Number (0.00 if not applicable)
SalesNumberintegerNumber of sales transactions that drove this fee
SalesAmountdecimalTotal sales volume in dollars this fee is calculated against
CreditNumberintegerNumber of credit/refund transactions in this fee line
CreditAmountdecimalTotal dollar value of credits/refunds
IncomedecimalRevenue recognized by the processor on this fee line
FeesPaiddecimalAmount remitted to the card network
ExpensedecimalCost incurred by the processor
TotaldecimalNet result: Income − Expense; negative = net cost to processor

Fee Category Descriptions:

CategoryDescription
Card Brand FeesAssessment and network fees charged by card brands on processed volume
InterchangeInterchange costs passed through from the issuing bank via the card network
Individual PlanPer-merchant plan fees for outgoing sales/credits under negotiated pricing
DiscountDiscount rate lines per card type; often 0.00 when bundled into plan fees
MID,Association,Group,Category,Fee,Number,Amount,SalesNumber,SalesAmount,CreditNumber,CreditAmount,Income,FeesPaid,Expense,Total
9180000000001234,2100,33000,Card Brand Fees,VS-ASSMNT DEBIT,0,0.00,80,2079.00,0,0.00,2.70,0.00,2.70,0.00
9180000000001234,2100,33000,Card Brand Fees,VS-VS TRANSMFEE,0,0.00,95,2511.08,0,0.00,0.24,0.00,0.24,0.00
9180000000001234,2100,33000,Card Brand Fees,MC-Assessments,0,0.00,8,178.16,0,0.00,0.03,0.00,0.05,-0.02
9180000000001234,2100,33000,Card Brand Fees,AM-Assessments,0,0.00,3,168.64,0,0.00,0.00,0.00,0.17,-0.17
9180000000001234,2100,33000,Interchange,VS CPS Retail Check DB,0,0.00,8,841.52,0,0.00,7.93,0.00,7.93,0.00
9180000000001234,2100,33000,Interchange,MC Merit3 DB,0,0.00,1,208.38,0,0.00,2.34,0.00,2.34,0.00
9180000000001234,2100,33000,Individual Plan,VS-Sales Outg,0,0.00,2,351.46,0,0.00,0.18,0.00,0.00,0.00
9180000000001234,2100,33000,Discount,VS,0,0.00,2,351.46,0,0.00,0.00,0.00,0.00,0.00

Error Codes

CodeWhen it happens
400Malformed date format in URL path
401Invalid or missing Basic Auth credentials
403User does not have permission for this operation
404No MASD1001 file found for the specified date
500Internal server error

Common Mistakes

  • Summing Income across all rows without deducting Expense — always use Total (Income − Expense) for net margin calculations.
  • Expecting Number and Amount to be populated on standard fee rows — these columns are 0 and 0.00 for assessment and interchange lines; use SalesNumber / SalesAmount instead.
  • Confusing Discount rows with 0.00 values as errors — when the discount is bundled into the Individual Plan rows, Discount lines legitimately carry zero values.
  • Not cross-referencing Interchange program names against card network tables — incorrect interchange qualification results in a different fee code than expected.
  • Comparing daily MASD1001 totals directly to monthly statements — use the MASM1001 monthly file for period-end reconciliation.

Related Endpoints

  • GET /download/YYYYMMDD/MASM1001 — monthly MAS summary with BET rows and no FeesPaid column
  • GET /download/YYYYMMDD/Transactions — transaction detail that drives interchange qualification
  • GET /download/YYYYMMDD/ACH — ACH deposit amounts funded to merchants

Example

curl -X GET "https://hq.staging.netevia.dev/download/20260528/MASD1001" \
  -H "Authorization: Basic $(echo -n 'username:password' | base64)"
Headers
string
enum
Defaults to application/json

Generated from available response content types

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
mid