Bitycle Business
Turkish
  • English
  • Turkish
  1. Hizmet Olarak Cüzdan (WaaS)
Bitycle Business
Turkish
  • English
  • Turkish
  • Başlangıç
  • Bitycle Bileşeni
    • Giriş
    • demo
    • Bileşenler
      • İleri Düzey Grafik
      • Tam Grafik
      • Genel Bakış Grafiği
      • Korku & Açgözlülük
      • Teknik Analiz
      • Mini Grafik
      • Trendler
      • Karşılaştır
      • Treemap (Alan Haritası)
      • Borsa Ticker’ı
      • Özet (Yapay Zekâ)
      • Haberler
      • Bilgi
  • Bitycle Laboratuvarı
    • Giriş
    • Hizmet Olarak Cüzdan (WaaS)
      • Giriş
      • Request wallet (temporary)
        POST
      • Request wallet (permanent)
        POST
      • Callback new payment
        POST
      • Inquiry payment with trxRefId
        POST
      • Inquiry payment without trxRefId
        POST
    • Blokzincir İndeksleyici
      • Giriş
      • Get Balances
      • Contract Info
      • Blockchain List
    • Güvenlik & Gizlilik
      • Giriş
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Get address label
      • Delete from watch list
    • Hizmet Olarak Düğüm (NaaS)
      • Giriş
    • Tokenleştirme
      • Giriş
    • Merkeziyetsiz Depolama (IPFS)
      • Giriş
    • Hyperledger Hizmetleri
      • Giriş
  • Bitycle Şapka
    • Giriş
    • Paralar
      • Giriş
      • Coin Info
      • Coin List
      • coin exchange listings
      • Coin Price
    • Pazarlar
      • Giriş
      • market sparklines
      • Markets List
      • Markets Price
      • Market Info
    • Borsalar
      • Giriş
      • CEX Toplayıcı (Alış & Satış)
        • Giriş
        • get tradable markets
        • get tradable markets price
        • get orders
        • get balances
        • send otc order
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Hizmet Olarak Cüzdan (WaaS)

Callback new payment

POST
your_callback_url
after you request a wallet, we will monitor the address on-chain and after receiving a new payment, we will call your callback endpoint provided in the request body with the information of the new payment. including terminalId and trxRefId of the transaction. then you need to call the inquiry payment url provided in next section.

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.comyour_callback_url'
Response Response Example
{
    "terminalId": "100000000000000044634",
    "trxRefId": "113746090220182"
}
Modified at 2025-09-11 05:22:00
Previous
Request wallet (permanent)
Next
Inquiry payment with trxRefId
Built with