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)

Inquiry payment without trxRefId

POST
/pg/v1/inquiryPay
After BityclePay notifies the merchant using the callback provided in the previous steps, merchant should inquiry the payment to get the related information about that payment.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.com/pg/v1/inquiryPay' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "terminalId": "100000000000000044634",
    "page": 1,
    "perPage": 15
}'
Response Response Example
success
{
    "transactions": {
        "data": [
            {
                "terminalId": "100000000000000044634",
                "token": "usdt",
                "trxRefId": "1137100639448111",
                "status": "SUCCESS",
                "amount": 0.2,
                "fee": 0.1,
                "trx_hash": "0x6ff28fed7308706a22f002c86f7d0d4c3573794f953821cf87a69c82637a0988",
                "network": "POLYGON_MUMBAI",
                "to": "0xA9D85351d5DE0c921F7c7f5AD39896dbE86C8969"
            },
            {
                "terminalId": "100000000000000044623",
                "token": "usdt",
                "trxRefId": "1137100639438801",
                "status": "SUCCESS",
                "amount": 0.3,
                "fee": 0.1,
                "trx_hash": "0x8cca1aca4cf6f8b1dc7343066577ba29f2d5b068b7322911b68a3cf467871f5c",
                "network": "POLYGON_MUMBAI",
                "to": "0xA9D85351d5DE0c921F7c7f5AD39896dbE86C8969"
            }
        ],
        "total": 2,
        "page": 1,
        "perPage": 15
    }
}
Modified at 2025-09-10 19:44:16
Previous
Inquiry payment with trxRefId
Next
Giriş
Built with