codeInt
HTTP-style status code for the operation result.
messageString
Human-readable result message.
transaction.txnidString
Unique payment / order identifier.
transaction.amountFloat
Requested payment amount.
transaction.amountInTokenFloat
Amount denominated in the selected token, when started.
transaction.tokenString
Stable token symbol such as USDT or USDC.
transaction.networkNetwork
Selected chain enum: BEP20, POLYGON, BASE, or SOL.
transaction.statusTransactionStatus
PENDING, STARTED, COMPLETED, EXPIRED, or CANCELLED.
transaction.wallet.addressString
Deposit address for the payment.
transaction.countdownInt
Seconds remaining before expiry, when available.
transaction.hashString
On-chain transaction hash after payment detection.
transaction.blockchainLinkString
Explorer URL for the payment transaction.
transaction.isExpiredBoolean
Whether the payment window has expired.
transaction.expiresAtString
ISO-8601 expiry timestamp.
transaction.createdAtString
ISO-8601 creation timestamp.