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
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"
}'
{
"summary": "Success",
"value": {
"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
Example:
["getTransactionsBasedOnName"]
Maximum length:
15
Response
200 - application/json
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"
}'
{
"summary": "Success",
"value": {
"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"
}
]
}
}