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)
ID of the transaction 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. The following values are supported:
message
string
Success or error message related to the transaction.
SAMPLE RESPONSE
[
{
"status": "APPROVED",
"message": "Send from ACH Provider",
"createdBy": {
"id": "3f3e3100-95e6-48ec-bf51-dbba391a2942",
"type": "service-account"
},
"createdAt": "2023-02-03T05:00:05.634158Z"
},
{
"status": "PROCESSING",
"message": "Send from ACH Provider",
"createdBy": {
"id": "3f3e3100-95e6-48ec-bf51-dbba391a2942",
"type": "service-account"
},
"createdAt": "2023-02-03T04:00:05.634158Z"
},
{
"status": "PENDING",
"message": "Send to processing domain",
"createdBy": {
"id": "3f3e3100-95e6-48ec-bf51-dbba391a2942",
"type": "service-account"
},
"createdAt": "2023-02-03T03:00:05.634158Z"
},
{
"status": "NEW",
"message": "Transaction just created",
"createdBy": {
"id": "3f3e3100-95e6-48ec-bf51-dbba391a2942",
"type": "service-account"
},
"createdAt": "2023-02-03T02:00:05.634158Z"
}
]
© 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.