# TelePay Documentation > Handle crypto payments using the TelePay API. Append .md to any documentation page URL to get its markdown version. ## API Reference - [Welcome](https://telepay.readme.io/reference/welcome.md) - [First steps](https://telepay.readme.io/reference/first-steps.md): How to handle payments with TelePay API - [OpenAPI schema](https://telepay.readme.io/reference/openapi-schema.md) - [Authentication](https://telepay.readme.io/reference/authentication.md) - [Webhooks](https://telepay.readme.io/reference/webhooks.md) - [Endpoints](https://telepay.readme.io/reference/endpoints.md) - [getMe](https://telepay.readme.io/reference/getme.md): Info about the current merchant - [getBalance](https://telepay.readme.io/reference/getbalance.md): Get your merchant wallet assets with corresponding balance - [getAsset](https://telepay.readme.io/reference/getasset.md): Get asset details - [getAssets](https://telepay.readme.io/reference/getassets.md): Get assets suported by TelePay - [getInvoice](https://telepay.readme.io/reference/getinvoice.md): Get invoice details, by number - [getInvoices](https://telepay.readme.io/reference/getinvoices.md): Get your merchant invoices - [getWebhook](https://telepay.readme.io/reference/getwebhook.md): Get webhook details - [getWebhooks](https://telepay.readme.io/reference/getwebhooks.md): Get webhooks - [getBalance](https://telepay.readme.io/reference/getbalance-1.md): Get your merchant wallet balance, specifying the asset - [createInvoice](https://telepay.readme.io/reference/createinvoice.md): Creates an invoice, associated to your merchant - [cancelInvoice](https://telepay.readme.io/reference/cancelinvoice.md): Cancel invoice, by its number - [deleteInvoice](https://telepay.readme.io/reference/deleteinvoice.md): Delete invoice, by its number - [transfer](https://telepay.readme.io/reference/transfer.md): Transfer funds between internal wallets. Off-chain operation. - [getWithdrawMinimum](https://telepay.readme.io/reference/getwithdrawminimum.md): Obtains minimum amount required to withdraw funds on a given asset - [getWithdrawFee](https://telepay.readme.io/reference/getwithdrawfee.md): Get estimated withdraw fee, composed of blockchain fee and processing fee. - [withdraw](https://telepay.readme.io/reference/withdraw.md): Withdraw funds from merchant wallet to external wallet. On-chain operation. - [createWebhook](https://telepay.readme.io/reference/createwebhook.md): Create webhooks - [updateWebhook](https://telepay.readme.io/reference/updatewebhook.md): Updates a webhook - [activateWebhook](https://telepay.readme.io/reference/activatewebhook.md): Activates a webhook - [deactivateWebhook](https://telepay.readme.io/reference/deactivatewebhook.md): Deactivates a webhook - [deleteWebhook](https://telepay.readme.io/reference/deletewebhook.md): Deletes a webhook - [SDKs](https://telepay.readme.io/reference/sdks.md): Official libraries - [Support](https://telepay.readme.io/reference/support.md) - [Coming soon](https://telepay.readme.io/reference/graphql.md): This page will help you get started with TelePay GraphQL API.