Skip to main content
POST
Approve a signing request with a machine stamp

Authorizations

x-api-key
string
header
required

Headers

Idempotency-Key
string
required

Caller-generated unique key that lets the server safely replay this request. The cached response is returned for 5 minutes on any retry with the same key from the same API principal. Required on every state-changing money-moving or resource-creating POST.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_.:-]{1,128}$

Path Parameters

id
string
required

Body

application/json
signedBody
string
required

The exact activity body (JSON string) your machine signer stamped.

Required string length: 1 - 8192
stamp
string
required

The signing provider's stamp header value: base64url({publicKey, scheme, signature}).

Required string length: 1 - 8192

Response

id
string
required

Signing request id (equals the pending verification id).

Pattern: ^vrf_[0-9A-Za-z]{22}$
transactionId
string
required
Pattern: ^txn_[0-9A-Za-z]{22}$
customerId
string
required
Pattern: ^cus_[0-9A-Za-z]{22}$
status
enum<string>
required
Available options:
awaiting_signature,
quorum_met,
declined,
expired
requiredApprovals
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
approvedCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
expiresAt
string<date-time> | null
required

ISO 8601 timestamp

Example:

"2026-01-15T09:30:00.000Z"

createdAt
string<date-time>
required

ISO 8601 timestamp

Example:

"2026-01-15T09:30:00.000Z"

approvalMaterial
object
required