Status Check
This API is used to retrieve the latest status of the transaction.
Request
Parameters
Parameter | Type | Description |
---|---|---|
auth |
| |
API_ID |
| Unique ID generated from the dashboard. Eg: 1a21as51a351f1155f |
API_KEY |
| Unique KEY generated from the dashboard. Eg: AAD5451FS654SD6F5SD46F3S1D5S |
data |
| |
txn_number |
| The Unique Transaction Number. Refer Eg: 02166814365694072422429 |
txn_urn |
| The Unique Transaction Reference Id. Refer Eg: LJOTHD1668143656985ZBSVPV |
txn_reference |
| Unique transaction reference ID generated by the entity for debitConfirm/ creditConfirm. Eg: 123456789ghhg08nxv |
txn_amount |
| Transaction amount. Eg: 1200.99 |
txn_type |
| The type of transaction. Find transaction types Eg: |
txn_nature |
| The nature of the transaction. Find transaction nature Eg: |
Request format
Response
Parameters
Parameter | Type | Description |
---|---|---|
head |
| |
HTTP_CODE |
| HTTP response status codes. Refer |
result |
| |
code |
| Result code for the response. Find result codes |
status |
| The status against the request.
Allowed values: |
transaction |
| |
txn_number |
| The Unique Transaction Number. Refer Eg: 02166814365694072422429 |
txn_status |
| Status of transaction. Refer
Eg: |
txn_nature |
| The nature of the transaction. Find transaction nature Eg: |
txn_mode |
| The mode of the transaction. Refer Eg: |
txn_note |
| The user added note for reference. Eg: gggggggg |
txn_amount |
| Transaction amount. Eg: 1200.99 |
txn_charge |
| The amount charged by the bank/service provider for facilitating the transaction. Default value: 0 (Zero). Eg: 18 |
txn_fee |
| Fees charged by Rimit to Customer for any Services. Default value: 0 (Zero). Eg: 25 |
transaction_data |
| |
result_code |
| Status code of transaction confirmation. |
result_status |
| Status of transaction confirmation. |
result_message |
| Status message of transaction confirmation. |
txn_number |
| The Unique Transaction Number. Refer Eg: 02166814365694072422429 |
txn_urn |
| A Unique Transaction Reference Id. Refer Eg: LJOTHD1668143656985ZBSVPV |
txn_type |
| The type of transaction. Find transaction types Eg: |
txn_reference |
| A unique transaction reference id created by the entity. Eg: 123456789ghhg08nxv |
txn_date |
| Transaction date Format: YYYY-MM-DD Eg: 2020-11-20 |
txn_time |
| The time of transaction. Format: hh:mm A Eg: 07:47 PM |
txn_ts |
| The timestamp of the transaction. Eg: 1667367750 |
txn_attempt_status |
| Status of Debit Confirm/ Credit Confirm. Refer
Eg: |
txn_attempt_count |
| The number of attempts to send the request to the entity's server. Eg: 2 |
txn_attempt_completed_ts |
| Timestamp of the request received for Debit / Credit Confirm. Eg: 1667367750 |
txn_pay_name |
| Name of Party; Payee, or Beneficiary. Eg: Sreejith |
txn_pay_ref |
| Payment reference of the Party; Account Number/ User Virtual Address etc. Eg: sreejith |
account_number |
| Account number of the user's respective entity. Eg: 0386780199100 |
account_branch |
| Code of the branch to which the account number belongs. Eg: BR001 |
account_branch_name |
| Name of the branch to which the account number belongs. Eg: KANNUR |
sp_txn_status |
| This is the transaction status received from the Service Provider (SP). SP can be a bank or any vendor providing utility services. Refer
Eg: |
sp_txn_reference |
| Transaction reference received from SP. Eg: DHMA8307441998434 |
sp_txn_date |
| Date of transaction made by the SP. Eg: 2023-01-05 |
sp_txn_note |
| Transaction note issued by SP. Eg: Test NEFT Txn. |
sa_txn_type |
| Type of Settlement Account (SA) transaction. Find transaction types Eg: |
sa_txn_amount |
| Transaction amount. Eg: 1200.99 |
sa_txn_charge |
| The amount charged by the bank/service provider for facilitating the transaction. Default value: 0 (Zero). Eg: 18 |
sa_txn_fee |
| Fees charged by Rimit to Customer for any Services. Default value: 0 (Zero). Eg: 25 |
sa_service_charge |
| Any additional service fees imposed on entities for SA services. Eg: 0 |
sa_opening |
| Opening balance in the SA. Eg: 197512.67 |
sa_debit |
| The amount debited (txn_amount) for the transaction. Eg: 665 |
sa_credit |
| The amount credited (txn_amount) for the transaction. Eg: 0 |
sa_balance |
| The final settlement account balance. Eg: 196847.67 |
INFO
Service provider information may be blank in transaction details. These values are used for reference only and are offered by service providers.
Response format
Last updated