Bitycle Business
  1. Wallet as a Service(WaaS)
Bitycle Business
  • Getting started
  • Bitycle Lab
    • introduction
    • Wallet as a Service(WaaS)
      • introduction
      • request Wallet(Temporary)
        POST
      • request Wallet(Permanent)
        POST
      • inquiry payment
        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
    • 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)

inquiry payment

POST
/pg/v1/vip/requestPay
callback_url دریافت وضعیت پرداخت با استفاده از اطلاعات برگردانده شده از طریق
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chainhub.bitycle.com/pg/v1/vip/requestPay' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "terminalId":"8",
    "trxRefId":"0x55a13a230a4db3b0d44855be25b05cceda678e3179fd1dd56a2a414d942e7589",
    "nounce": 1000001
}'
Response Response Example
success
{
    "transaction": {
        "terminalId": "8",
        "token": "RAMZPAY",
        "trxRefId": "0x55a13a230a4db3b0d44855be25b05cceda678e3179fd1dd56a2a414d942e7589",
        "status": "SUCCESS",
        "amount": "50.00000000",
        "fee": "0.00000000",
        "trx_hash": "0x55a13a230a4db3b0d44855be25b05cceda678e3179fd1dd56a2a414d942e7589",
        "to": "0x61d6Ca8Ea375beD562bBB8685203b698aE7aD34F",
        "network": "Amoy"
    }
}

Request

Header Params
Authorization
string 
required
Example:
{{labs_token}}
Body Params application/json
terminalId
string 
required
trxRefId
string 
required
Examples

Responses

🟢200success
application/json
Body
transaction
object 
required
terminalId
string 
required
token
string 
required
trxRefId
string 
required
status
string 
required
amount
string 
required
fee
string 
required
trx_hash
string 
required
to
string 
required
network
string 
required
Modified at 2025-05-24 09:06:11
Previous
request Wallet(Permanent)
Next
introduction
Built with