Skip to main content

General Api Definition

Order Response Detail

Detail of Order response object

AttributeMandatoryData TypeDescription
fpTxnId✔️StringFastPay's code order
orderId✔️StringMerchant's order ID. This is correspond with orderId from request
totalAmount✔️DoubleCustomer's net amount
originalAmount✔️DoubleCustomer's amount
feeAmount✔️DoubleAmount Fee is paid by user. Calculate by fee
fee✔️DoublePercent Fee is paid by user (%)
type✔️StringCommand type from request. Value: deposit or withdraw
status✔️StringOrder status.
- init: Initial
- processing: Processing
- completed : Completed
- cancelled: Cancelled
ticker✔️StringTicker pair
exchangeRateStringExchange rate
exchangeAmountStringExchange amount
exchangeUnitStringExchange unit
timeout✔️LongTime specify that the order will be expired. (Timestamp Miliseconds)
walletAddress✔️StringDeposit/Withdraw Wallet address
redirectUrlStringredirectUrl correspond with request.
ipnUrlStringipnUrl correspond with request.
txidStringBlockchain transaction ID when order status is completed
transactionTimeLongTime of txid that show the transaction has been success (Timestamp Miliseconds)

Response example:

{
"code": "SUCCESS",
"responseTime": 1721718881532,
"message": "Thành công",
"detail": {
"totalAmount": 0.0,
"originalAmount": 0.0,
"feeAmount": 0.0,
"fee": 0.00135,
"type": "deposit",
"network": "BSC",
"orderId": "deposit:spot:1721718821",
"redirectUrl": "https://webhook.site/cd178d6d-17b8-4394-af9b-a9d58b1de161",
"timeout": 1721718881532,
"ticker": "USDT/VND",
"walletAddress": "0x90E9937D0BfB1f74de6988171c501cdf7fC896B4",
"payUrl": "https://sandbox.fastpay.finance/v1/gateway/qr?sessionId=MzI1OjY0NDpkZXBvc2l0OnNwb3Q6MTcyMTcxODgyMQ"
},
"signature": "3c7db8ca15d9875f16e14672b8d4bacde615551a48c71fa3e85d819bfaa37c60ddfebc883aa68b653ee8aea1335ae335e8e3f32a6055cb58c4b7de53c6657b00"
}

Status List

Detailed description of the status

CodeDescription
SUCCESSThe request has been completed successfully
INSUFFICIENT_FUNDAccount has insufficient funds
AUTHENTICATION_FAILAuthentication request failed