Design / Transaction Use Cases / Retrieve a Transaction’s Status History
In this use case, we’ll walk through retrieving the status history for a transaction. A transaction’s status changes depending on where it is in the transaction processing flow.
This method returns the transaction’s current status as well as all of the statuses that have been historically assigned to the transaction.
Send a request to the following endpoint:
GET /v1/transactions/{transactionId}/status
Returns an array of transaction status objects. Each object includes the transaction status, a success or error message related to the transaction, and the date/time the status was assigned to the transaction.
[
{
"status": "NEW",
"message": "string",
"createdAt": "2022-06-06T21:56:52.467Z"
},
{...},
{...}
]
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.