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
}'
{
"transaction": {
"terminalId": "8",
"token": "RAMZPAY",
"trxRefId": "0x55a13a230a4db3b0d44855be25b05cceda678e3179fd1dd56a2a414d942e7589",
"status": "SUCCESS",
"amount": "50.00000000",
"fee": "0.00000000",
"trx_hash": "0x55a13a230a4db3b0d44855be25b05cceda678e3179fd1dd56a2a414d942e7589",
"to": "0x61d6Ca8Ea375beD562bBB8685203b698aE7aD34F",
"network": "Amoy"
}
}