Payment API
AquaPay will recycle the generated payment address. Please DO NOT keep it for a prolonged period of time for receiving additional deposits.
post
https://api.aquanow.io
/payment/v1/requestPaymentAddress
Create Payment Bill
get
https://api.aquanow.io
/payment/v1/payment
Get Payment
Applicable for all supported coins. Received crypto deposits are converted to fiat when the bill is within the expiry time.
Request parameter:
"RAI"
. Applicable for all supported coins. Received crypto deposits are not converted to fiat.Request parameter:
"LMT"
. Only applicable to stablecoins, i.e. USDC
and USDT
as a risk factor. Received crypto deposits will be converted to fiat only when the guaranteed trade price in bill is better than the user-configured limit price. Crypto deposits received after the bill expiry time are not converted to fiat.Unconverted payments received through the RAI and LMT strategies are subject to a transaction fee.
For symbols that support multiple networks, please specify
networkType
parameter in request body. If you provide a network type for a symbol that is NOT USDT, a 400 HTTP error will be thrown with the response.CryptoType | NetworkType | Description |
---|---|---|
USDT | eth (Default) | Ethereum network |
USDT | tron | Tron network |
MATIC | eth (Default) | Ethereum network |
Last modified 1mo ago