Skip to main content
POST
Trigger async manual verification for an invoice

Authorizations

x-session-token
string
header
required

Payment session token (opaque). Returned when creating an invoice; send on every request.

x-signature
string
header
required

Payment session signature in the format signature_hash.timestamp_ms (returned with the invoice/session).

Path Parameters

invoiceId
string
required

The invoice ID to verify

Body

application/json
network
enum<string>

Optional override. Must match the invoice's active network.

Available options:
base,
solana,
bsc

Response

Manual verification job accepted

success
boolean
Example:

true

data
object