post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/check_status
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Transaction result message |
| txnid | String | Unique transaction ID generated by the system for this specific API call. |
| refid | String | Reference ID passed by the user/client in the request to track this transaction. |
| amount | Float | Amount charged for the transaction (in INR) |
| gst | String/Float | Applicable GST amount charged on the transaction. |
| api | String | Name of the API for which the transaction occurred (e.g., “RC Verification”). |
| status | Integer | Indicates the transaction status — typically 1 for success, 0 for failure, or other codes for pending/refunded states. |
| txn_date | String(Timestamp) | Date and time when the transaction was initiated or completed, in UTC format. |
| refunded | Integer(Boolean Type) | Refund indicator — 0 means not refunded, 1 means refunded. |
| refund_txn_id | String/Null | Transaction ID associated with the refund, if applicable. null if no refund was processed. |
| date_refunded | String/Null | Date and time when the refund was processed. null if no refund occurred. |
| remarks | String | Additional information or status message about the transaction (e.g., “Success”, “Failed”, “Pending”). |
