This reference closes the Node SDK section:Documentation Index
Fetch the complete documentation index at: https://docs.unseen.finance/llms.txt
Use this file to discover all available pages before exploring further.
UnseenApiError for failure handling plus the exported TypeScript mirrors you see in tooling.
UnseenApiError
Thrown when the HTTP response is not successful.| Field | Meaning |
|---|---|
message | Human-readable error string from the API. |
status | HTTP status code (e.g. 401, 404, 422). |
code | Machine-readable code (e.g. unauthorized). |
details | Optional structured validation or context. |
Exported types
The package re-exports types such asUnseenClientConfig, Network, CreatePaymentInput, Payment, PaymentStatus, PaymentList, ListPaymentsInput, VerifyResult, TxSignaturesResult, Pagination, Merchant, and ApiErrorBody from the main entry.
Use your editor’s “Go to definition” on imports for the canonical fields.
Next: Webhooks overview