Jump to Content
TelePay
API Reference
v1.0

Log InTelePay
Log In
v1.0API Reference

TelePay REST API

  • Welcome
  • First steps
  • OpenAPI schema
  • Authentication
  • Webhooks
  • Endpoints
    • getMeget
    • getBalanceget
    • getAssetget
    • getAssetsget
    • getInvoiceget
    • getInvoicesget
    • getWebhookget
    • getWebhooksget
    • getBalancepost
    • createInvoicepost
    • cancelInvoicepost
    • deleteInvoicepost
    • transferpost
    • getWithdrawMinimumpost
    • getWithdrawFeepost
    • withdrawpost
    • createWebhookpost
    • updateWebhookpost
    • activateWebhookpost
    • deactivateWebhookpost
    • deleteWebhookpost
  • SDKs
  • Support

TelePay GraphQL API

  • Coming soon
Powered by 

TelePay REST API

  • Welcome
  • First steps
  • OpenAPI schema
  • Authentication
  • Webhooks
  • Endpoints
    • getMeget
    • getBalanceget
    • getAssetget
    • getAssetsget
    • getInvoiceget
    • getInvoicesget
    • getWebhookget
    • getWebhooksget
    • getBalancepost
    • createInvoicepost
    • cancelInvoicepost
    • deleteInvoicepost
    • transferpost
    • getWithdrawMinimumpost
    • getWithdrawFeepost
    • withdrawpost
    • createWebhookpost
    • updateWebhookpost
    • activateWebhookpost
    • deactivateWebhookpost
    • deleteWebhookpost
  • SDKs
  • Support

TelePay GraphQL API

  • Coming soon
Powered by 

Endpoints

All your requests must go to api.telepay.cash/rest and server over HTTPS.

Here are the endpoints you can use:

GET:

  • getMe
  • getBalance
  • getAsset
  • getAssets
  • getInvoice
  • getInvoices
  • getWebhook
  • getWebhooks

POST:

  • getBalance
  • createInvoice
  • cancelInvoice
  • deleteInvoice
  • transfer
  • getWithdrawMinimum
  • getWithdrawFee
  • withdraw
  • createWebhook
  • updateWebhook
  • activateWebhook
  • deactivateWebhook
  • deleteWebhook