API Reference

STATUS CHECK API

Response Field Description

FieldTypeDescription
statuscodeIntegerHTTP-like custom response code indicating success (200 = OK).
statusBooleanTrue if transaction was successful
messageStringTransaction result message
txnidStringUnique transaction ID generated by the system for this specific API call.
refidStringReference ID passed by the user/client in the request to track this transaction.
amountFloatAmount charged for the transaction (in INR)
gstString/FloatApplicable GST amount charged on the transaction.
apiStringName of the API for which the transaction occurred (e.g., “RC Verification”).
statusIntegerIndicates the transaction status — typically 1 for success, 0 for failure, or other codes for pending/refunded states.
txn_dateString(Timestamp)Date and time when the transaction was initiated or completed, in UTC format.
refundedInteger(Boolean Type)Refund indicator — 0 means not refunded, 1 means refunded.
refund_txn_idString/NullTransaction ID associated with the refund, if applicable. null if no refund was processed.
date_refundedString/NullDate and time when the refund was processed. null if no refund occurred.
remarksStringAdditional information or status message about the transaction (e.g., “Success”, “Failed”, “Pending”).
Language
Click Try It! to start a request and see the response here!