Sign an Invoices

POST https://api.beelpoint.com/v1/api/invoices/sign

Parameter

Field
Type
Description

authorization*

String

API Secret Key

Parameter

Field
Type
Description

business_id*

string

The business external ID.

irn*

string

The invoice reference number.

issue_date*

date

The date the invoice was issued.

due_date

date

The due date of the invoice.

issue_time*

string

The time the invoice was issued in HH:MM:SS format.

invoice_type_code*

string

The type code of the invoice.

note

string

Any additional notes.

tax_point_date

date

The date at which tax is due.

document_currency_code*

string

The currency code for the document, e.g., "NGN".

tax_currency_code

string

The currency code for tax.

accounting_cost

string

Accounting cost information.

invoice_delivery_period*

object

The delivery period for the invoice.

start_date*

date

The start date of the delivery period.

end_date

date

The end date of the delivery period.

order_reference

string

Order reference details.

billing_reference

array

Array of billing references.

dispatch_document_reference

object

Dispatch document reference details.

irn

string

IRN of the dispatch document.

issue_date

date

Issue date of the dispatch document.

receipt_document_referenceoptional

object

Receipt document reference details.

irn

string

IRN of the receipt document.

issue_date

date

Issue date of the receipt document.

originator_document_reference

object

Originator document reference details.

irn

string

IRN of the originator document.

issue_date

date

Issue date of the originator document.

contract_document_reference

object

Contract document reference details.

irn

string

IRN of the contract document.

issue_date

date

Issue date of the contract document.

document_reference

array

Array of document references.

accounting_supplier_partyl

object

Supplier party details.

party_name

string

Name of the supplier.

tin

string

Supplier's TIN.

email

string

Supplier's email.

telephone

string

Supplier's telephone number.

business_description

string

Supplier's business description.

postal_address

object

Supplier's postal address.

street_name

string

Street name.

city_name

string

City name.

postal_zone

string

Postal zone.

country

string

Country.

accounting_customer_party

object

Customer party details.

party_name

string

Name of the customer.

tin

string

Customer's TIN.

email

string

Customer's email.

telephone

string

Customer's telephone number.

business_description

string

Customer's business description.

postal_address

object

Customer's postal address.

street_name

string

Street name.

city_name

string

City name.

postal_zone

string

Postal zone.

country

string

Country.

actual_delivery_date

date

The actual delivery date of the invoice.

payment_means

array

Array of payment means.

payment_means_code

string

Code for payment means.

payment_due_dateal

date

Due date for payment means.

payment_terms_note

string

Payment terms note.

allowance_charge

array

Array of allowance and charges.

charge_indicator

boolean

Indicates whether there is a charge.

amount

number

Amount of allowance or charge.

tax_total

array

Array of tax totals.

tax_amoun

number

Total tax amount.

tax_subtotal

array

Array of tax subtotals.

taxable_amount

number

Taxable amount for subtotal.

tax_amount

number

Tax amount for subtotal.

tax_category

object

Tax category details.

id

string

Tax category ID.

percent

number

Tax category percent.

legal_monetary_total*

object

Total legal monetary details.

line_extension_amount*

number

Amount for line extension.

tax_exclusive_amount*

number

Tax exclusive amount.

tax_inclusive_amount*

number

Tax inclusive amount.

payable_amount*

number

Total amount payable.

invoice_line*

array

Array of invoice lines.

hsn_code

string

HSN code.

product_category

string

Product category.

discount_rate

number

Discount rate.

discount_amount

number

Discount amount.

fee_rate

number

Fee rate.

fee_amount

number

Fee amount.

invoiced_quantity

number

Quantity invoiced.

line_extension_amount

number

Line extension amount.

item

object

Item details.

name

string

Name of the item.

description

string

Description of the item.

sellers_item_identification

string

Seller's item identification.

price

object

Price details.

price_amount

number

Price amount.

base_quantity

number

Base quantity for the price.

price_unit

string

Unit of the price.

Last updated