Search for an STP (straight-through processing) transaction. You can search based on filters such as the Recipient’s name, phone number, and email address; the date the transaction was created; and the transaction status.
Note The search is limited to STP transactions for the Business Account associated with the request access token.
GET /v1/stp-transactions
Authorization: Bearer <access_token>
name
string
Recipient’s firstName or lastName.
phoneNumber
string
Recipient’s phone number.
string
Recipient’s email address.
createdAt
string, format: yyyy-MM-dd
Date the STP transaction was created.
status
string enum, values: COMPLETED, ERROR
Transaction status. The following values are supported:
timeZone
string (timeZone), default value: UTC
Timezone for the createdAt filter. The following values are supported:
Note This filter does not affect dates in the response, which always use UTC.
page
integer (int32), default value: 1
Page number to return. Uses one-based indexing.
size
integer (int32), default value: 30
Maximum number of results to return per page.
None
Returns a paginated response with an array of STP transactions matching the request filters. The following fields are returned.
requestId
string
Reference ID for the STP transaction request.
name
string
Recipient’s first and last name.
string
Recipient’s email address.
phoneNumber
string
Recipient’s phone number.
status
string enum, values: COMPLETED, ERROR
Transaction status. The following values are supported:
createdAt
string (date-time), format: yyyy-MM-dd’T’HH:mm:ss.SSSSSSz
Date the STP transaction was created in the RocketKOR system.
createdBy
string
Entity that created the STP transaction.
id
string (UUID)
ID of the entity. Will be blank if createdBy.type is internal.
type
string enum, values: employee, service-account, internal
Type of entity. The following values are supported:
SAMPLE RESPONSE
{
"result": [
{
"requestId": "91a950b0-cd9f-41c5-b413-788f8c0d3390",
"name": "ABC Corporation",
"email": "jsmith@abc.com",
"phoneNumber": "55512345678",
"status": "COMPLETED",
"createdAt": "2023-07-25T16:07:38.349480Z",
"createdBy": {
"id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
"type": "service-account"
}
},
{...},
{...}
],
"totalElements": 3
}
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.