UseDocumentation Index
Fetch the complete documentation index at: https://docs.unseen.finance/llms.txt
Use this file to discover all available pages before exploring further.
UnseenPayButton whenever the stock modal is enough. When you need bespoke UI, usePayment and useVerify expose the same network calls the button runs under the hood.
usePayment
Creates browser payments only whenapiKey is present on UnseenProvider. Throws if missing keys for this path:
createPaymentSession on <UnseenPayButton> wired to @unseen_fi/sdk.
useVerify
- If
paymentTokenis supplied, the hook callsPOST /api/public/payments/:id/verifywithx-unseen-payment-token. - Otherwise it requires
apiKeyand callsPOST /api/v1/payments/:id/verifywithAuthorization.
useUnseenConfig
Returns{ apiKey, baseUrl } from context. Throws if used outside <UnseenProvider>.
Wallets
deeplink(checkoutUrl) produces wallet-specific URLs that browse to the checkout page.
Next: Guide — Next.js checkout