The SDK is installed; this page walks throughDocumentation Index
Fetch the complete documentation index at: https://docs.unseen.finance/llms.txt
Use this file to discover all available pages before exploring further.
unseen.me() and every unseen.payments.* helper that maps to session states.
Merchant profile
Payments resource
Accessible asunseen.payments.
| Method | Description |
|---|---|
create(input) | Create a payment session (amount, reference, optional mint, expiresIn, successUrl, cancelUrl, webhookUrl, metadata). |
get(paymentId) | Fetch session by ID. |
verify(paymentId) | Ask Unseen to confirm on-chain state. |
getTxSignatures(paymentId) | List associated transaction signatures. |
list(filters?) | Cursor-paginated list (status, reference, limit, cursor). |
cancel(paymentId) | Cancel a pending session. |
Create
mint to override default USDC for the configured network.
