Skip to content
AttestLayerAttestLayer

Billing & Credits

Fail-closed economics — credits only burn on issued Verify PASS.

Core principle

1 credit = 1 verified PASS kit issued.

  • FAIL consumes $0 credits (no burn).
  • PASS burns 1 credit only when Verify PASS succeeds and the kit is issued.
  • PASS + Verify FAIL consumes $0 credits (no burn). If verification fails due to an AttestLayer system error, the credit is not burned and any reserved burn is automatically restored.

This is enforced in code and cannot be overridden.

Buyer-safe resubmit (reliability, not billing)

  • Each FAIL includes 1 priority resubmit within 7 days.
  • Additional FAIL resubmits may be rate-limited for reliability (never charged).

MMC plans (included monthly PASS volume)

PlanMonthly commitIncluded verified PASS kitsOverage / verified PASS kitSLA
MMC-25K$25,00050$60012 hours
MMC-50K$50,000110$5508 hours
MMC-100K$100,000250$5006 hours
MMC-250K$250,000700$4504 hours

Credit ledger

Event types:

  • topup — Credits added (purchase or plan renewal)
  • burn — Credit consumed on issued Verify PASS
  • credit_back — Credit returned (Verify failure due to AttestLayer fault, SLA miss make-good)
  • bonus — Bonus credits (SLA make-good)
  • adjustment — Manual adjustment (admin)

SLA make-good

If delivered_at > sla_deadline_at (based on pass_at + plan SLA hours):

  • 1 credit returned (credit_back, reason SLA_MISS_MAKEGOOD)
  • 1 bonus credit added (bonus, reason SLA_MISS_BONUS)

Make-good is automated. No partner action required.

← Back to docs