v1
latestOpenAPI 3.1.12026-07-24260246894.7 KBPayslips
Retrieve payslip
Endpoint for retrieving a single payslip.
get/payslips/{id}/
Path parameters
idstring required
Response
amountnumber double required
The total amount of the payslip.
balancenumber double required
The remaining balance of the payslip.
branchstring nullable
The branch associated with this payslip.
created_tsstring date-time required
The timestamp in UTC when the payslip was created
currency'AED' | 'SAR' | 'USD' | 'EUR' | 'CAD' | 'AFN' | 'ALL' | 'AMD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BND' | 'BOB' | 'BRL' | 'BWP' | 'BYN' | 'BZD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'GBP' | 'GEL' | 'GHS' | 'GNF' | 'GTQ' | 'HKD' | 'HNL' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KZT' | 'LBP' | 'LKR' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MOP' | 'MUR' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SDG' | 'SEK' | 'SGD' | 'SOS' | 'SYP' | 'THB' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'XAF' | 'XOF' | 'YER' | 'ZAR' | 'ZMW' required
- AED - AED
- SAR - SAR
- USD - USD $
- EUR - EUR €
- CAD - CAD $
- AFN - AFN ؋
- ALL - ALL Lek
- AMD - AMD դր.
- ARS - ARS $
- AUD - AUD $
- ...
Full information for CurrencyEnum
employeestring required
The employee to whom the payslip belongs.
exchange_ratenumber double nullable
The exchange rate to the organization base currency at the time of the document.
external_idstring
External identifier for the payslip.
idstring required
The unique identifier of the payslip.
language'ar' | 'en'
- ar - Arabic
- en - English
Full information for LanguageEnum
legacy_idstring required
[Deprecated] The legacy identifier of the payslip.
modified_tsstring date-time required
The timestamp in UTC when the payslip was last modified
payslip_datestring date required
The date when the payslip was issued.
payslip_numberstring required
The unique number assigned to the payslip.
status'DRAFT' | 'POSTED'
- DRAFT - DRAFT
- POSTED - POSTED
Full information for Status313Enum