Skip to main content
POST

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for business-scoped routes. Partner secret for register-business and referred-business distributor routes.

Body

application/json
date
string<date>
required

Invoice date.

document_due
string<date>
required

Due date. Alias: due_date.

currency
string
required

Currency code, e.g. NGN.

items
object[]
required

Line items. Document total is computed from here.

Minimum array length: 1
customer
string

Contact uuid, name, or email. Aliases: contact, contact_uuid, vendor.

document_number
string

Invoice number. Auto-suggested if omitted.

narration
string

Document title. Alias: title.

memo
string

Internal note. Alias: note.

document_note
string

Note printed on the invoice.

status
string

Default pending. Use draft to save without posting.

exchange_rate
number

Default 1.

shipping_fee
number

Shipping amount added to the invoice.

receivable_account
string

Accounts receivable control account — name, uuid, or code.

amount_paid
number

Payment collected on create. 0 or omit for unpaid.

payment_category
string

Cash or bank account name when recording payment on create. Aliases: paid_through, payment_account.

Response

Invoice created

status
string
required
Example:

"success"

message
string
required
data
any

Single resource, array of resources, statement sections, or async job metadata — see each operation's example.

meta
object

Pagination (page, limit, total) and/or report range (from, to). Cash flow may include previous_period_end.