Retrieve a list of statuses for a transaction. These are the statuses that have been assigned to the transaction during the transaction processing lifecycle.
GET /v1/transactions/{transactionId}/status
Authorization: Bearer <access_token>
transactionId REQUIRED
string (UUID)
Transaction ID in the RocketKOR system.
None
Returns an array of Transaction Status objects. The following fields are returned for each transaction status.
createdAt
string (date-time), required format: yyyy-MM-dd’T’HH:mm:ss.SSSz
Date and time the status was assigned to the transaction.
status
string enum, values: NEW, PENDING, PROCESSING, APPROVED, SETTLED, CLEARED, CANCELLED, DECLINED, REVERSED, ERROR
Transaction status. Possible values are:message
string
Success or error message related to the transaction.
SAMPLE RESPONSE
[
{
"createdAt": "2023-02-03T02:00:05.634158Z",
"status": "APPROVED",
"message": "Send from ACH Provider"
},
{
"createdAt": "023-02-03T02:00:02.576410Z",
"status": "PROCESSING",
"message": "Send from ACH Provider"
},
{
"createdAt": "2023-02-02T18:54:34.737531Z",
"status": "PENDING",
"message": "Send to processing domain"
},
{
"createdAt": "2023-02-02T18:54:31.559570Z",
"status": "NEW",
"message": "Transaction just created"
}
]
© 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.