Reports
getTransactionsBasedOnName
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- GETgetBusinessUserInfo
- GETgetUserTask
- GETgetUsersByCompanyName
- GETgetCompanies
- GETgetPaidEmployeesCountBasedOnDateRange
- GETgetPayPeriodDetails
- GETgetPayPeriod
- GETgetCompanyInfo
- GETgetCompanyLocationInfo
- GETgetActiveUsers
- GETgetTerminatedUsers
- GETgetDeactivatedUsers
- GETgetPayrollHistoryBasedOnPayPeriod
- GETgetPayrollHistoryBasedOnDateRange
- GETgetPayRun
- GETgetPaySchedule
- GETgetPayStub
- GETgetTransactionBasedOnReference
- GETgetTransactions
- GETgetTransactionsBasedOnName
- GETgetBusinessUserDetails
- GETgetStateW4FormFeilds
- GETgetPayrollJournalReport
- GETgetUser
- GETgetPayBeginDates
- GETgetStateRegistration
- GETgetIndividualPayrollHistory
- GET
- Webhooks
Reports
getTransactionsBasedOnName
This Report is Used to get the TransactionDetails based on the TransactionName
GET
/
reports#getTransactionsBasedOnName
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getTransactionsBasedOnName' \
--header 'Content-Type: application/json' \
--data '{
"method": "getTransactionsBasedOnName",
"payPeriodId": "f6aa6ee0-6e5f-4820-843d-a26311071768",
"transactionName": "AchDebit"
}'
{
"payrollTransaction": [
{
"requestReferenceId": "715F00FD-0FA8-496C-ABE3-3ADB63C34894",
"companyId": "32CEF965-3A70-4EE0-B943-AD2FB876A839",
"payPeriodId": "F6AA6EE0-6E5F-4820-843D-A26311071768",
"source": "EmployerBankAccount",
"sourceAccount": "4c790a39-c15d-4557-8662-f0d4bd3246ef",
"destination": "Ledger",
"destinationAccount": "c08c3e63-1361-48eb-88f1-351eb8413cd1",
"transactionName": "AchDebit",
"transferAmount": 75.92,
"status": "completed"
}
]
}
Body
application/json
Response
200 - application/json
The response is of type object
.
curl --request GET \
--url 'https://sandbox.rollfi.xyz/reports#getTransactionsBasedOnName' \
--header 'Content-Type: application/json' \
--data '{
"method": "getTransactionsBasedOnName",
"payPeriodId": "f6aa6ee0-6e5f-4820-843d-a26311071768",
"transactionName": "AchDebit"
}'
{
"payrollTransaction": [
{
"requestReferenceId": "715F00FD-0FA8-496C-ABE3-3ADB63C34894",
"companyId": "32CEF965-3A70-4EE0-B943-AD2FB876A839",
"payPeriodId": "F6AA6EE0-6E5F-4820-843D-A26311071768",
"source": "EmployerBankAccount",
"sourceAccount": "4c790a39-c15d-4557-8662-f0d4bd3246ef",
"destination": "Ledger",
"destinationAccount": "c08c3e63-1361-48eb-88f1-351eb8413cd1",
"transactionName": "AchDebit",
"transferAmount": 75.92,
"status": "completed"
}
]
}