Insights on Crypto Payments, Infrastructure, and Operations

Developers, APIs & Integrations

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

302Terms
0Reviewed

Terms (302)

Refund Automation

Refund automation uses rules and software to prepare, approve, submit, monitor, communicate, and reconcile customer fund returns with less manual work. Refund…

Refund Callback

A refund callback is an asynchronous server-to-server notification reporting a change in a refund request’s processing or settlement status. Refund Callback must…

Refund Request

A refund request is an instruction asking a payment provider or merchant system to return some or all funds from an earlier…

Refund Webhook

Refund Webhook is an asynchronous notification that reports creation or a later status change of a refund operation. It reports an event…

Remote Procedure Call (RPC)

Remote procedure call is a communication model that lets software invoke an operation on another process or machine as if calling a…

Request Deduplication

Request Deduplication identifies repeated requests and prevents or suppresses repeated processing according to a defined operation identity. It may use idempotency keys,…

Request Schema

A Request Schema defines the permitted structure, data types, formats, required fields, constraints, and nested objects of an API request. It can…

Request Signature

Request Signature is a cryptographic signature that covers selected components of an HTTP or API request so the receiver can verify integrity,…

Request Signing

Request signing uses a cryptographic key to create a verifiable signature over selected request data so a server can authenticate integrity and…

Request Timeout

A Request Timeout is the maximum time a client, proxy, server, or dependency waits for a request stage to complete before treating…

Response Schema

A Response Schema defines the structure, types, fields, constraints, and variants an API may return for a particular status or operation outcome.…

REST

REST is an architectural style for distributed systems that organizes interactions around resources, representations, uniform interfaces, and stateless communication. REST standardizes a…

Retry Policy

Retry Policy is the documented rules that determine whether, when, and how a failed or uncertain operation is attempted again. It is…

Role-Based Access Control (RBAC)

Role-Based Access Control (RBAC) is an API identity or security mechanism that assigns permissions to defined roles and grants users or services…

RPC Endpoint

RPC Endpoint is a network address that accepts remote procedure calls for a blockchain node or service. It is used to let…

RPC Error

An RPC Error is a protocol, transport, provider, node, or method-level failure returned or observed when a client invokes a remote procedure.…

RPC Failover

RPC Failover switches blockchain RPC traffic from an unhealthy, slow, rate-limited, or inconsistent endpoint to an alternative endpoint. It can be automatic…

RPC Latency

RPC Latency is the elapsed time between sending a remote procedure request and receiving its response, measured at a defined observation point.…

RPC Monitoring

RPC Monitoring observes blockchain endpoint availability, latency, correctness, capacity, chain synchronization, and method behavior. It should detect both obvious outages and subtle…

RPC Rate Limit

An RPC Rate Limit restricts the request count, compute units, method cost, or concurrent workload allowed against a blockchain RPC service. Limits…

RPC Retry

RPC Retry is a repeated remote procedure call after a transient failure, timeout, throttling response, or unavailable endpoint. Retry behavior must account…

RPC Subscription

RPC Subscription is a persistent or long-lived RPC registration through which a client receives notifications when selected blockchain or node conditions change.…

RPC Timeout

An RPC Timeout occurs when a blockchain RPC request does not complete within the configured connection, response, or total deadline. It can…

Sandbox

Sandbox is an isolated environment where software, code, data, or integrations can be exercised with restricted permissions and limited impact. It is…