Retrieve an SLT

Retrieve details for a single-leg transaction (SLT). You can also request the following subresources for the transaction: the credit Financial Account details, the credit Financial Account balances, the debit Financial Account details, the debit Financial Account balances, the Recipient Account details for the debit Financial Account, and the Provider details for Push To Card transactions.

Endpoint

GET /v1/transactions/{transactionId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

transactionId  REQUIRED

string (UUID)

ID of the single-leg transaction (SLT) in the RocketKOR system.

Query Parameters

embed

string, values: creditFinancialAccount, creditFinancialAccount.balances, debitFinancialAccount, debitFinancialAccount.recipient, transactionProviderDetails

Specify subresources to embed in the response. The subresources are returned in the _embedded object. The following subresources can be requested:

  • creditFinancialAccount  Details for the credit Financial Account for the transaction.
  • creditFinancialAccount.balances  Balances for the credit Financial Account for the transaction. Balances are only returned for internal RocketKOR Financial Accounts. Balances are not returned for external Financial Accounts.
  • debitFinancialAccount  Details for the debit Financial Account for the transaction.
  • debitFinancialAccount.balances  Balances for the debit Financial Account for the transaction. Balances are only returned for internal RocketKOR Financial Accounts. Balances are not returned for external Financial Accounts.
  • debitFinancialAccount.recipient  Details for the Recipient Account that owns the debit Financial Account. Only available for debit card external Financial Accounts.
  • transactionProviderDetails  Details for the Provider facilitating the transaction. Available for Push to Card transactions.

Use a comma-separated list to return multiple subresources (example: creditFinancialAccount,creditFinancialAccount.balances).

Request Body

None

Returns

Returns the SLT object. This object contains the transaction details, including a unique ID for the transaction.

The _embedded object contains any requested subresources, including:

SAMPLE RESPONSE

				
					{
  "businessAccountId": "de30132c-e67a-4af7-89ec-f2109863b7f7",
  "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": "bill-payment",
  "paymentReason": "Bill payment",
  "amount": "1000.00",
  "currency": "USD",
  "settlementPriority": "SAME_DAY",
  "createdAt": "2021-07-01T17:40:22.601Z",
  "createdBy": {
    "id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
    "type": "service-account"
  },
  "description": "",
  "memo": "",
  "initiatorAccountHolderId": "ebfa3e16-63c4-48e3-ae59-a3194a867269",
  "externalTransactionInitiatorId": "c62d1e6b-39ce-496e-bf6d-8a019d2f534e",
  "originatingChannel": "EXTERNAL",
  "id": "2av81w47-9367-1295-h4ng-1q520p28wfn1",
  "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": "",
  "_embedded": {
    "creditFinancialAccount": {
      "id": "4py56a34-4686-1539-c2ga-1a723g55dlq3",
      "parentId": "",
      "businessAccountId": "de30132c-e67a-4af7-89ec-f2109863b7f7",
      "name": "Savings",
      "category": "EXTERNAL",
      "type": "BANK",
      "subtype": "CHECKING",
      "defaultFlag": true,
      "currency": "USD",
      "accountHolderId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "accountHolderType": "CUSTOMER",
      "state": "ACTIVE",
      "stateReason": "",
      "maskedAccountNumber": "******4242",
      "verificationStatus": "UNVERIFIED",
      "verificationMethod": "PRENOTE",
      "createdBy": {
        "id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
        "type": "service-account"
      },
      "createdAt": "2021-07-08T21:10:51.610Z",
        "updatedBy": {
      "id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
        "type": "service-account"
      },
      "updatedAt": "2021-07-09T21:10:51.610Z",
      "_embedded": {
        "balances": {
          "USD": {
            "accountBalance": "1000.00",
            "availableBalance": "800.00",
            "pendingWithdrawals": "200.00",
            "pendingDeposits": "500.00"
          },
          "CAD": {
            "accountBalance": "600.00",
            "availableBalance": "550.00",
            "pendingWithdrawals": "50.00",
            "pendingDeposits": "300.00"
          }
        }
      }
    },
    "debitFinancialAccount": {
      "id": "6a017f06-83a3-44b7-be6f-5e5cae4a9ed7",
      "parentId": "",
      "businessAccountId": "de30132c-e67a-4af7-89ec-f2109863b7f7",
      "name": "Debit Card",
      "category": "EXTERNAL",
      "type": "BANK",
      "subtype": "CHECKING",
      "defaultFlag": true,
      "currency": "USD",
      "state": "ACTIVE",
      "stateReason": "",
      "maskedAccountNumber": "******5687",
      "verificationStatus": "UNVERIFIED",
      "verificationMethod": "PRENOTE",
      "createdBy": {
        "id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
        "type": "service-account"
      },
      "createdAt": "2021-07-08T21:10:51.610Z",
      "updatedBy": {
        "id": "b6333b53-3222-4227-a71e-718b25ca3ea4",
        "type": "service-account"
      },
      "updatedAt": "2021-07-09T21:10:51.610Z",
      "_embedded": {
        "balances": {
          "USD": {
            "accountBalance": "1500.00",
            "availableBalance": "1300.00",
            "pendingWithdrawals": "200.00",
            "pendingDeposits": "100.00"
          },
          "CAD": {
            "accountBalance": "1600.00",
            "availableBalance": "1200.00",
            "pendingWithdrawals": "400.00",
            "pendingDeposits": "300.00"
          }
        }
      }
    },
    "transactionProviderDetails": {
      "mastercard-send": {
        "disbursementId": "string",
        "paymentType": "BDB",
        "mcc": "6536",
        "cardAcceptorId": "CardAcceptor123",
        "network": "MasterCard",
        "networkStatusCode": "00",
        "networkStatusDescription": "Approved",
        "fundsAvailability": "IMMEDIATE",
        "statementDescriptor": "CLAIM 12345"
      }
    }
  }
}
				
			
Exit mobile version