# Daimo ## Docs - [Deposit to Hyperliquid](https://docs.daimo.com/advanced/hyperliquid.md): Accept payments from any chain and deposit directly to a Hyperliquid account. - [Advanced Sessions](https://docs.daimo.com/advanced/sessions.md): Prefilled amounts, contract calls, and payment options. - [Check session](https://docs.daimo.com/api-reference/check-session.md): Checks the current status of a session. Optionally pass a txHash to hint that the user has sent a transaction, which can speed up detection. - [Create payment method](https://docs.daimo.com/api-reference/create-payment-method.md): Sets the payment method for a session. Transitions the session from requires_payment_method to waiting_payment and returns payment data for the selected rail. EVM and Tron return receiver addresses, Solana returns a serialized transaction to sign, exchanges return a hosted payment URL plus waiting c… - [Create session](https://docs.daimo.com/api-reference/create-session.md): Creates a new deposit session. Returns the session object including a client secret for client-side operations. - [Create webhook endpoint](https://docs.daimo.com/api-reference/create-webhook-endpoint.md): Creates a new webhook endpoint. The response includes the full HMAC signing secret (shown only on creation). See [webhook verification](https://docs.daimo.com/guides/webhooks#verify-signatures) for more information. - [Delete webhook endpoint](https://docs.daimo.com/api-reference/delete-webhook-endpoint.md): Soft-deletes a webhook endpoint. It will no longer receive events. - [List webhook endpoints](https://docs.daimo.com/api-reference/list-webhook-endpoints.md): Lists all active webhook endpoints for the authenticated organization. Secrets are redacted. - [API Overview](https://docs.daimo.com/api-reference/overview.md): Base URL, authentication, errors, and core types - [Retrieve session](https://docs.daimo.com/api-reference/retrieve-session.md): Retrieves a session by ID. With an API key, returns the full Session (including metadata and clientSecret). Without an API key, returns SessionPublicInfo only. - [Retrieve webhook endpoint](https://docs.daimo.com/api-reference/retrieve-webhook-endpoint.md): Retrieves a single webhook endpoint by ID. Secret is redacted. - [Send test event](https://docs.daimo.com/api-reference/send-test-event.md): Sends a test webhook event to the specified endpoint. Useful for verifying your webhook handler. - [Custom Integration](https://docs.daimo.com/guides/custom-integration.md): Build your own deposit UI with the API - [Fiat](https://docs.daimo.com/guides/fiat.md): Accept deposits from local bank accounts and payment rails via a Daimo-hosted flow - [Modal](https://docs.daimo.com/guides/modal.md): Pre-built React deposit UI - [Sessions](https://docs.daimo.com/guides/sessions.md): Core concept: session lifecycle, statuses, and credential model - [Webhooks](https://docs.daimo.com/guides/webhooks.md): Get notified when sessions change status - [WebView](https://docs.daimo.com/guides/webview.md): Embed the deposit UI in native mobile apps - [Introduction](https://docs.daimo.com/introduction.md): The ramp for stablecoin apps - [Quickstart](https://docs.daimo.com/quickstart.md): Accept your first deposit in 5 minutes - [Supported Chains](https://docs.daimo.com/supported-chains.md): Destination and source chains for deposits ## OpenAPI Specs - [openapi](https://docs.daimo.com/openapi.json)