Retrieve a list of the transactions that have been created for a scheduled transaction. The list can be filtered by the transaction creation date.
GET /v1/scheduled-transactions/{scheduledTransactionId}/transactions
Authorization: Bearer <access_token>
scheduledTransactionId REQUIRED
string (UUID)
ID of the scheduled transaction in the RocketKOR system.
createdDateFrom
string (date), format: yyyy-MM-dd
Date the transaction was created in the RocketKOR system. This filter will return transactions created on or after this date.
Note The date is interpreted using the timeZone value specified in the scheduled transaction request. UTC format is used if timeZone is not provided.
createdDateTo
string (date), format: yyyy-MM-dd
Date the transaction was created in the RocketKOR system. This filter will return transactions created on or before this date.
Note The date is interpreted using the timeZone value specified in the scheduled transaction request. UTC format is used if timeZone is not provided.
sort
array [string]
Sort the response by any field in ascending or descending order. The default sort order is createdAt,DESC. For more information, see Sorting and Pagination.
page
integer (int32)
Page number to return, based on zero-based page index.
size
integer (int32)
Maximum number of results to return per page.
None
Returns a paginated response with an array of Scheduled Transaction Summary objects.
SAMPLE RESPONSE
{
"totalElements": 100,
"totalPages": 20,
"number": 0,
"numberOfElements": 5,
"hasNext": true,
"content": [
{
"businessAccountId": "bf8714ed-501e-4a48-a11d-d2613350b643",
"metadata": {
"rkorACHEntryType": "CCD",
"myPaymentId": "100000333",
"invoiceNumber": "123232333",
"authorizedBy": "user@email.com"
},
"debitFinancialAccountId": "6a017f06-83a3-44b7-be6f-5e5cae4a9ed7",
"creditFinancialAccountId": "4py56a34-4686-1539-c2ga-1a723g55dlq3",
"transactionType": "SEND",
"solution": "ach",
"paymentReasonId": "loan-payouts",
"paymentReason": "Loan Payouts",
"amount": "1000.00",
"currency": "USD",
"settlementPriority": "SAME_DAY",
"createdAt": "2023-10-30T21:12:32.366Z",
"requestor": {
"id": "fd1c6009-a35c-4ddf-a4c8-dd946af7b647",
"type": "service-account"
},
"description": "",
"memo": "",
"id": "7c195208-6801-4cf8-a7e2-74b790084331",
"latestStatus": {
"status": "NEW",
"message": "Transaction creation successful",
"createdBy": {
"id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
"type": "service-account"
},
"createdAt": "2021-07-01T17:40:22.601Z"
},
"reversalReason": ""
},
{...},
{...},
{...},
{...}
]
}
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
@ 2023 RocketKOR, Inc. All rights reserved.