Skip to main content
Atum coordinates the payment network. Each participant owns their layer.
  • You (payment provider) — own the customer relationship, authorization, UX, and (per payment) which settlement providers may fulfill the request, by identity
  • Atum — owns orchestration, routing, and settlement coordination; applies the settlement-provider list you put on the request, and applies credential-type and issuer trust from its own list
  • Settlement providers — own liquidity, pricing, and settlement execution

Responsibility matrix

Where the boundary sits

Areas that need both sides

These require correct behavior from both sides:
  • Compliance — Atum verifies attached identity credentials at the gateway; you onboard participants accurately and keep credentials current.
  • Asset identifiers — Atum publishes chain defaults; you must use the correct asset identifiers for each corridor
  • Async settlement — Past the ~30s synchronous window Atum reports pending; you collect the outcome by re-attempting the same purchase (or, out of band, reading /status by payment_id)
  • Testnet vs production — Atum hosts the Payment Gateway; you bring accounts, tokens, and funding

Next steps