GET
/
reports#getTransactionBasedOnReference
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getTransactionBasedOnReference' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getTransactionsBasedOnReference",
  "requestReferenceId": "139a2bd8-1e59-4a3a-8391-1b4fa527a63a"
}'
{
  "payrollTransaction": [
    {
      "requestReferenceId": "139A2BD8-1E59-4A3A-8391-1B4FA527A63A",
      "companyId": "32CEF965-3A70-4EE0-B943-AD2FB876A839",
      "payPeriodId": "F6AA6EE0-6E5F-4820-843D-A26311071768",
      "source": "Ledger",
      "sourceAccount": "c08c3e63-1361-48eb-88f1-351eb8413cd1",
      "destination": "EmployeeBankAccount",
      "destinationAccount": "dff4798a-c0ba-480e-be7c-caba938bae0a",
      "transactionName": "AchCredit",
      "transferAmount": 41.55,
      "status": "pending"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.