API Documentation
Explore our comprehensive API endpoints to integrate Invo Tek into your applications seamlessly.
Overview
Welcome to the Invo Tek API documentation. This comprehensive guide will help you integrate our invoicing platform into your applications.
Base URL: https://invotik-live.innovationstars.net/api
Authentication
All API requests require authentication using Bearer tokens. Include your token in the Authorization header.
Authorization: Bearer YOUR_API_TOKEN
Income
POST
https://invotik-live.innovationstars.net/api/user/income
Headers
Acceptapplication/json
Accept-Languagear
Request Body
Basic Invoice Information
user_code
User code
Number
Required
invoice_no
Invoice number
String
Required
issue_date
Invoice issue date
Date
Required
payment_method_code
Payment method code
String
Required
description
Invoice description
String
Optional
Customer Information
customer_name
Customer name
String
Required
customer_scheme_id_type
Customer scheme ID type
String
Optional
customer_id
Customer ID
String
Optional
customer_phone
Customer phone
String
Optional
Customer Address
customer_street_name
Street name
String
Optional
customer_building_number
Building number
String
Optional
customer_plot_identification
Plot identification
String
Optional
customer_city_subdivision_name
City subdivision name
String
Optional
customer_city_name
City name
String
Optional
customer_postal_code
Postal code
String
Optional
customer_country_subentity_code
Country subentity code
String
Optional
Invoice Items
items
Invoice items
Array
Required
items.*.name
Item name
String
Required
items.*.quantity
Quantity
Number
Required
items.*.price
Price
Number
Required
items.*.discount
Discount
Number
Optional
items.*.total
Total
Number
Required
Amount Information
tax_exclusive_amount
Tax exclusive amount
Number
Required
tax_inclusive_amount
Tax inclusive amount
Number
Required
allowance_total_amount
Allowance total amount
Number
Required
payable_amount
Payable amount
Number
Required
Responses
success
user_idNumber
invoice_noString
uidString
issue_dateDateTime
payment_method_codeString
customer_nameString
tax_exclusive_amountNumber
tax_inclusive_amountNumber
payable_amountNumber
statusString
typeString
einv_qrString
einv_uuidString
Request Sample
Response Sample
Income Credit
POST
https://invotik-live.innovationstars.net/api/user/income-credit
Headers
Acceptapplication/json
Request Body
user_code
User code
Number
Required
invoice_no
Invoice number
String
Required
uid
UID
String
Required
original_invoice_no
Original invoice number
String
Required
original_total_amount
Original total amount
Number
Required
original_uid
Original UID
String
Required
issue_date
Issue date
Date
Required
description
Description
String
Required
description_retuen_reason
Return reason
String
Required
payment_method_code
Payment method code
String
Required
customer_name
Customer name
String
Required
items
Invoice items
Array
Required
items.*.name
Item name
String
Required
items.*.quantity
Quantity
Number
Required
items.*.price
Price
Number
Required
items.*.discount
Discount
Number
Optional
items.*.total
Total
Number
Required
tax_exclusive_amount
Tax exclusive amount
Number
Required
tax_inclusive_amount
Tax inclusive amount
Number
Required
allowance_total_amount
Allowance total amount
Number
Required
payable_amount
Payable amount
Number
Required
Responses
success
statusString
http_codeNumber
EINV_RESULTS.statusString
EINV_RESULTS.INFOArray
typeString
statusString
EINV_CODEString
EINV_CATEGORYString
EINV_MESSAGEString
EINV_STATUSString
EINV_SINGED_INVOICEString
EINV_NUMString
EINV_INV_UUIDString
Request Sample
Response Sample
General
POST
https://invotik-live.innovationstars.net/api/user/invoice-type-general
Headers
Acceptapplication/json
Request Body
user_code
User code
Number
Required
invoice_no
Invoice number
String
Required
issue_date
Invoice issue date
Date
Required
description
Invoice description
String
Optional
payment_method_code
Payment method code
String
Required
customer_scheme_id_type
Customer scheme ID type
String
Optional
customer_id
Customer ID
String
Optional
customer_street_name
Street name
String
Optional
customer_building_number
Building number
String
Optional
customer_plot_identification
Plot identification
String
Optional
customer_city_subdivision_name
City subdivision name
String
Optional
customer_city_name
City name
String
Optional
customer_postal_code
Postal code
String
Optional
customer_country_subentity_code
Country subentity code
String
Optional
customer_name
Customer name
String
Required
customer_phone
Customer phone
String
Optional
items
Invoice items
Array
Required
items.*.name
Item name
String
Required
items.*.quantity
Quantity
Number
Required
items.*.price
Price
Number
Required
items.*.discount
Discount
Number
Optional
items.*.line_extension_amount
Line extension amount
Number
Required
items.*.tax_percent
Tax percent
Number
Required
items.*.tax_amount
Tax amount
Number
Required
items.*.total
Total
Number
Required
amount
Amount
Number
Required
tax_exclusive_amount
Tax exclusive amount
Number
Required
tax_amount
Tax amount
Number
Required
tax_inclusive_amount
Tax inclusive amount
Number
Required
allowance_total_amount
Allowance total amount
Number
Required
payable_amount
Payable amount
Number
Required
Responses
success
user_idNumber
invoice_noString
uidString
issue_dateDateTime
payment_method_codeString
descriptionString
customer_nameString
customer_scheme_id_typeString
customer_idString
customer_street_nameString
customer_building_numberString
customer_plot_identificationString
customer_city_subdivision_nameString
customer_city_nameString
customer_postal_codeString
customer_country_subentity_codeString
customer_phoneString
tax_exclusive_amountNumber
tax_inclusive_amountNumber
allowance_total_amountNumber
payable_amountNumber
statusString
typeString
einv_qrString
einv_uuidString
Request Sample
Response Sample
General Credit
POST
https://invotik-live.innovationstars.net/api/user/general-credit
Headers
Acceptapplication/json
Request Body
user_code
User code
Number
Required
invoice_no
Invoice number
String
Required
original_invoice_no
Original invoice number
String
Required
original_uid
Original UID
String
Required
description_return_reason
Return reason
String
Required
issue_date
Issue date
Date
Required
description
Description
String
Required
payment_method_code
Payment method code
String
Required
customer_name
Customer name
String
Required
items
Invoice items
Array
Required
items.*.name
Item name
String
Required
items.*.quantity
Quantity
Number
Required
items.*.price
Price
Number
Required
items.*.discount
Discount
Number
Optional
items.*.line_extension_amount
Line extension amount
Number
Required
items.*.tax_percent
Tax percent
Number
Required
items.*.tax_amount
Tax amount
Number
Required
items.*.total
Total
Number
Required
amount
Amount
Number
Required
tax_exclusive_amount
Tax exclusive amount
Number
Required
tax_amount
Tax amount
Number
Required
tax_inclusive_amount
Tax inclusive amount
Number
Required
allowance_total_amount
Allowance total amount
Number
Required
payable_amount
Payable amount
Number
Required
Responses
success
No response body-
Request Sample
Response Sample