Idempotency Store
An Idempotency Store is the durable data system used to create, retrieve, update, and expire idempotency records. It supports duplicate suppression across…
Developer tools, APIs, webhooks, SDKs and technical integrations.
An Idempotency Store is the durable data system used to create, retrieve, update, and expire idempotency records. It supports duplicate suppression across…
An Idempotency Window is the period during which a server promises to recognize a repeated idempotency key and preserve the associated operation…
An Idempotent Consumer processes a message, webhook, or event so receiving the same logical input multiple times does not create additional business…
An Idempotent HTTP Method is an HTTP method whose intended effect on the server is the same whether an identical request is…
Idempotent Payment Request is a payment-creating or payment-changing API request designed so repeating the same logical operation does not create additional financial…
Idempotent Processing is the design of a workflow so repeating the same logical command, event, or request converges on one business outcome.…
An Idempotent Request is a request that can be retried without creating an additional logical operation or unintended side effect. The property…
Integration Credential is a secret, certificate, token, key, or other identity material used by one system to authenticate and sometimes authorize an…
Integration Monitoring observes the health, correctness, latency, and business outcomes of connections between systems. It combines technical telemetry with payment-specific signals such…
Integration Testing verifies that two or more real or representative components work together through their documented boundaries. For payment integrations it covers…
An invoice API lets software create, retrieve, update, or track payment requests that specify an amount, currency, payer context, and lifecycle. Invoice…
Invoice automation creates, sends, tracks, updates, and reconciles invoices through software rules instead of relying on repeated manual administrative work. Invoice Automation…
An invoice callback is a server-to-server notification sent to a configured receiver when an invoice or its payment status changes. A reliable…
An invoice request is the structured client message that asks a billing or payment service to create an invoice with specified terms.…
Invoice Webhook is an asynchronous HTTP notification sent when an invoice-related payment record is created or changes status. It is an event…
JSON is a lightweight text format for exchanging structured data using objects, arrays, strings, numbers, booleans, and null values. JSON standardizes a…
JSON Web Encryption is a JOSE standard for representing encrypted content with protected metadata in compact or JSON-based serialization formats. JSON Web…
JSON Web Signature is a JOSE standard for representing digitally signed or message-authenticated content with protected headers and a payload. Secure use…
A JSON Web Token is a compact, URL-safe format for carrying signed or encrypted claims between software systems using a header, payload,…
JSON-RPC is a remote procedure call protocol that represents method requests, results, errors, notifications, and identifiers as JSON objects. It is used…
JWT Secured Authorization Request (JAR) is an OAuth mechanism that represents authorization-request parameters in a signed and optionally encrypted JSON Web Token.…
A Laravel payment SDK is a Laravel-oriented package that wraps payment APIs with framework services, configuration, models, events, and integration helpers. Laravel…
Live Mode is the production operating state in which API requests, transactions, callbacks, and account changes affect real users, real assets, or…
Magento Crypto Payment Plugin is a developer integration component that adds cryptocurrency checkout to Magento by connecting orders with addresses, invoices, rates,…
Core concepts behind cryptocurrency, blockchain and distributed systems.
367 terms
Networks, consensus systems, protocols and blockchain infrastructure.
543 terms
Digital assets, token standards, cryptocurrencies and stablecoins.
351 terms