POST
/
v1
/
invoices

Headers

X-BUSINESS-API-KEY
string
required

Body

application/json
customer_name
string

Customer's email. It's required field if the customer_id is not present.

customer_email
string

Customer's name. It's required field if the customer_id is not present.

customer_id
string

Customer id and it's required field if the customer's email and name are not present/

invoice_date
string
required

The format(Y-m-d) is 2024-12-21

due_date
string

Invoice Due Date, format Y-m-d. Example: 2024-12-21

auto_invoice_number
string

auto_invoice_number

invoice_number
string

Invoice Number, required if auto_invoice_number set 0

currency
string
required

Invoice currency

amount
number
required

Invoice amount, only required for payment by amount

subtotal
number

The subtotal field is required when payment by is amount.

payment_by
string
required

Payment is by product or amount

tax_setting
string

Tax id

send_email
integer
default: 0

Hitpay to send email receipts to the customer. Default value is 0

webhook
string

Optional URL value to which hitpay will send a POST request when there is a new charge or if there is an error charging the card

reference
string

Invoice Description

footer
string

Invoice Footer

allow_partial_payments
string
default: 0

allow partial payment of invoice (0 or 1)

partial_payments
object[]
products
object[]
stackable_discounts
object[]
recipients
object[]