Insights on Crypto Payments, Infrastructure, and Operations

Developers, APIs & Integrations

Developer tools, APIs, webhooks, SDKs and technical integrations.

302Terms
0Reviewed

Terms (302)

Idempotency Store

An Idempotency Store is the durable data system used to create, retrieve, update, and expire idempotency records. It supports duplicate suppression across…

Idempotency Window

An Idempotency Window is the period during which a server promises to recognize a repeated idempotency key and preserve the associated operation…

Idempotent Consumer

An Idempotent Consumer processes a message, webhook, or event so receiving the same logical input multiple times does not create additional business…

Idempotent HTTP Method

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

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

Idempotent Processing is the design of a workflow so repeating the same logical command, event, or request converges on one business outcome.…

Idempotent Request

An Idempotent Request is a request that can be retried without creating an additional logical operation or unintended side effect. The property…

Integration Credential

Integration Credential is a secret, certificate, token, key, or other identity material used by one system to authenticate and sometimes authorize an…

Integration Monitoring

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

Integration Testing verifies that two or more real or representative components work together through their documented boundaries. For payment integrations it covers…

Invoice API

An invoice API lets software create, retrieve, update, or track payment requests that specify an amount, currency, payer context, and lifecycle. Invoice…

Invoice Automation

Invoice automation creates, sends, tracks, updates, and reconciles invoices through software rules instead of relying on repeated manual administrative work. Invoice Automation…

Invoice Callback

An invoice callback is a server-to-server notification sent to a configured receiver when an invoice or its payment status changes. A reliable…

Invoice Request

An invoice request is the structured client message that asks a billing or payment service to create an invoice with specified terms.…

Invoice Webhook

Invoice Webhook is an asynchronous HTTP notification sent when an invoice-related payment record is created or changes status. It is an event…

JSON

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 (JWE)

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 (JWS)

JSON Web Signature is a JOSE standard for representing digitally signed or message-authenticated content with protected headers and a payload. Secure use…

JSON Web Token (JWT)

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

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)

JWT Secured Authorization Request (JAR) is an OAuth mechanism that represents authorization-request parameters in a signed and optionally encrypted JSON Web Token.…

Laravel Payment SDK

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

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

Magento Crypto Payment Plugin is a developer integration component that adds cryptocurrency checkout to Magento by connecting orders with addresses, invoices, rates,…