Concepts and glossary
Definitions for the terms used throughout these docs. Each term has a deep-link anchor. For example, DMS jumps to the DMS definition. Larger concepts get a short summary here with a link to the full feature page.
Jump to: A · C · D · F · H · M · P · R · S · T · V
Letters that have no entries are omitted from the index.
A
ACS
Access control server. The issuer's server that hosts 3-D Secure authentication. During a 3DS challenge, the Checkout page redirects the customer to the ACS to authenticate with their bank; the ACS then redirects back to your site.
APM
Alternative payment method. A non-card payment method, such as PayPal, iDEAL, Sofort, bank transfers, wallets, and crypto on/off-ramps. See the S2S APM guide.
ARN
Acquirer reference number. Identifies a transaction in card-network reconciliation. Useful when investigating chargebacks with your acquirer.
C
Capture
The second stage of a DMS payment. Transfers funds that were previously held by an authorization, performed via /api/v1/payment/capture, scheduled auto-capture, or admin panel. After capture, refund is the only way to return funds.
Cascading
Automatic retry of a payment across multiple MIDs or connectors when the first attempt is declined. Configured per merchant in admin panel → Custom routing.
See also: MID, Pre-routing
Channel ID
A logical identifier that routes a payment to a specific MID. Set on the auth request via channel_id. Surfaces in callbacks for traceability.
CIT
Customer-initiated transaction. A payment the customer triggered themselves (one-off checkout, manual top-up). Contrast with MIT. 3DS and SCA rules differ by initiation type.
D
DMS
Dual-message system. A two-stage payment flow:
- Authorization holds funds on the customer's card. Triggered by
/api/v1/sessionagainst a DMS-enabled MID. - Capture transfers the held funds. Triggered by
/api/v1/payment/capture, scheduled auto-capture, or admin panel.
Used when capture should happen after a separate event, such as order shipment, marketplace settlement, or fulfilment confirmation. The authorization hold expires (typically 7 days; varies by issuer) if not captured. See DMS mode for the full flow.