APISDK
LoginSign up

Changelog

View all recent updates here

Terms of Service

Learn about our terms

Getting started

Customers

Transaction

Wallet

Card

Payment plan

Invoice

Payment link

Payroll

Support

Get single payroll

A comprehensive testing strategy is crucial to ensure the successful integration of SmartpayGenie into your application. Here are some key testing types:

Fetch single payroll

https://api.smartpaygenie.com/payroll/{payroll_id}

'GET'

Request parameters

Parameters

Type

Description

payroll_id

String

Unique identifier of the payroll

Response

200 - OK successful response

[
  {
    "status": "success",
    "id": "payroll_id_1",
    "employee_id": "employee_id_1",
    "amount": 1000,
    "currency": "USD",
    "pay_date": "2023-12-10",
    "metadata": "Optional"
  }
]

Support

If you encounter any issues or have questions, please feel free to contact our dedicated support team.

We are committed to providing you with the best possible experience and support.

<< PREVIOUS

Get All Payroll

NEXT >>

Suspend And Activate Payroll