Halyard Pay policy

Chargeback Handling

28 proposed revisions across 5 of 5 reviewed releases, including 3 breaking changes.

Current policy

policy.md

Chargeback Handling

Chargebacks are cardholder-initiated disputes against a transaction. Halyard Pay, as the acquirer, is responsible for managing the full dispute lifecycle on behalf of its merchants from initial first presentment through arbitration. Each stage of the lifecycle has specific evidence requirements and strict response deadlines imposed by Mastercard network rules.

Lifecycle overview

Disputes progress through a defined set of states: first presentment, chargeback, second presentment (re-presentment), pre-arbitration, and arbitration. Failure to respond within the applicable timeframe at any stage results in an automatic ruling against the acquirer.

Required actions

  1. Acknowledge each incoming chargeback within one business day of receipt.
  2. Gather required evidence for the relevant lifecycle state.
  3. Submit a second presentment (re-presentment) where merchant liability can be contested, including compelling evidence.
  4. Escalate to pre-arbitration and arbitration only after second presentment is rejected by the issuer.
  5. Maintain complete case records for audit and regulatory reporting.

Source authority: Mastercard SPME §10.1.

rules.yaml

program: Chargeback Handling
authority: Mastercard SPME §10.1
acknowledgement_business_days: 1
lifecycle_states:
  - first_presentment
  - chargeback
  - second_presentment
  - pre_arbitration
  - arbitration
evidence_requirements:
  first_presentment:
    - transaction_receipt
    - authorization_record
  chargeback:
    - merchant_rebuttal_letter
    - delivery_confirmation
    - customer_communication
  second_presentment:
    - compelling_evidence
    - signed_cardholder_agreement
  pre_arbitration:
    - full_dispute_record
    - prior_correspondence
  arbitration:
    - full_dispute_record
    - arbitration_filing
agent_owner: chargeback_agent

Authorized by

SPME §10.1 — Chargeback — Dispute Lifecycle and ProcessingSPME §10.3 — Second Presentment and Pre-Arbitration

Proposed changes across releases