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)

Request wallet (temporary)

POST
/pg/v1/requestPay
Receiving a temporary wallet. temperary means we watch the wallet for only 30 minutes. this service is usefull for temp payments of the shops.

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/requestPay' \
--header 'Authorization: Token xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
    "description": "Hello",
    "email": "customeremail@gmail.com",
    "callback_url": "https://mysite.ir/callback/",
    "token": "POL"
}'
Response Response Example
{
  "terminalId": "23",
  "token": "POL",
  "addresses": [
    {
      "address": "0x5C0ea8929E8fD992C4b15D3Efa79237A4bE50807",
      "displayName": "POL",
      "chainId": "1801",
      "chainName": "Amoy"
    },
    {
      "address": "0x5C0ea8929E8fD992C4b15D3Efa79237A4bE50807",
      "displayName": "POL",
      "chainId": "1137",
      "chainName": "Polygon"
    },
    {
      "address": "0x5C0ea8929E8fD992C4b15D3Efa79237A4bE50807",
      "displayName": "POL",
      "chainId": "1001",
      "chainName": "Ethereum"
    }
  ]
}
Modified at 2025-09-10 19:45:01
Previous
Introduction
Next
Request wallet (permanent)
Built with