Bitycle Business
English
  • English
  • Turkish
  1. Wallet as a Service(WaaS)
Bitycle Business
English
  • English
  • Turkish
  • Getting started
  • Bitycle Widget
    • introduction
    • demo
    • widgets
      • Advance Chart
      • Full Chart
      • Overview Chart
      • Fear & Greed
      • Technical Analysis
      • Mini Chart
      • Trends
      • Compare
      • Treemap
      • Ticker
      • Digest(AI)
      • News
      • Info
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • Introduction
      • Request wallet (temporary)
        POST
      • Request wallet (permanent)
        POST
      • Callback new payment
        POST
      • Inquiry payment with trxRefId
        POST
      • Inquiry payment without trxRefId
        POST
      • withdraw service
        POST
      • Buy Energy on TRON Network
        POST
    • Blockchain Indexer
      • introduction
      • Blockchain List
      • Contract Info
      • Get Balances
    • Security&Privacy
      • introduction
      • Check Blocked Wallets
      • Add to watch list
      • Get watch list
      • Delete from watch list
      • Get address label
      • Get address information
    • Node as a Service(NaaS)
      • introduction
    • Tokenization
      • introduction
    • Decentralized Storage(IPFS)
      • introduction
    • Hyperledger Services
      • introduction
  • Bitycle Cap
    • introduction
    • Coins
      • introduction
      • Coin List
      • Coin Info
      • Coin Price
      • coin exchange listings
    • Markets
      • introduction
      • Market Price
      • Markets Price
      • Markets List
      • Market Info
      • market sparklines
    • exchanges
      • introduction
      • CEX Aggregator(Buy&Sell)
        • introduction
        • get tradable markets
        • get tradable markets price
        • send otc order
        • get orders
        • get balances
      • Exchanges List
      • Exchange Info
      • Exchange Coins Listing
      • Exchange Markets Listing
  1. Wallet as a Service(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