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 all payment rolls

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

Get all pay roll

https://api.smartpaygenie.com/payroll

'GET'

Request parameters

Parameters

Type

Description

id

Number

Unique identifier of the payment roll

employee _id

String

ID of the employee

amount

Number

Amount to be paid

currency

String

currency code

pay-date

String

Date of payment

status

String

Status of the payroll

metadata

Object

Additional metadata

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

Add Payroll

NEXT >>

Get Single payroll