Retrieve details for a transaction batch. This includes information about the batch file and the individual transactions in the batch.
GET /v1/transaction-batches/{batchId}/details
Authorization: Bearer <access_token>
batchId
string (UUID)
ID of the transaction batch in the RocketKOR system.
None
Returns the Transaction Batch object. This object contains details for the transaction batch file and details for the individual transactions in the batch.
SAMPLE RESPONSE
{
"id": "65078464-2dd1-496a-8a07-7dfd9e36b0a0",
"businessAccountId": "77051b4b-4c5f-4f65-af6d-87a8b61f73a6",
"metadata": {
"department": "billing"
},
"transactionType": "SEND",
"batchMode": "RELAXED",
"solution": "push-to-card",
"description": "This is a batch",
"settlementPriority": "SAME_DAY",
"currency": "USD",
"transactionCount": 5000,
"processedTransactionCount": 4998,
"failedTransactionCount": 2,
"totalAmount": "52450.26",
"processedTransactionAmount": "49813.26",
"failedTransactionAmount": "2637.00,
"transactions": [
{
"id": "ce0c8e6d-f747-4aff-b607-8a6d1a10968c",
"metadata": {
"rkorACHEntryType": "CCD",
"myPaymentId": "100000333",
"invoiceNumber": "123232333",
"authorizedBy": "user@email.com"
},
"debitFinancialAccountId": "00303bff-29af-4213-bc7d-d9127a16927e",
"creditFinancialAccountId": "cf2944c7-465b-427c-b933-4d33526b391a",
"paymentReasonId": "loan-payouts",
"amount": "250.00",
"latestStatus": {
"status": "NEW",
"message": "New transaction",
"createdBy": {
"id": "e1b97aa1-29a8-46d3-8f58-aa7a8bec5e79",
"type": "service-account"
},
"createdAt": "2023-02-06T01:02:45.943Z"
}
},
{...},
{...}
],
"createdBy": {
"id": "e1b97aa1-29a8-46d3-8f58-aa7a8bec5e79",
"type": "service-account"
},
"createdAt": "2023-02-07T01:02:45.943Z",
"updatedBy": {
"id": "e1b97aa1-29a8-46d3-8f58-aa7a8bec5e79",
"type": "service-account"
},
"updatedAt": "2023-02-08T20:40:03.484Z"
}
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.