Payment Features
Create Invoice
The Create Invoice API allows you create and manage Invoices on your integration.
Create Invoice
Create an invoice on your integration
Endpoint: /create_invoice
Method: POST
Header
Param | Type | Required? | Decription |
---|---|---|---|
authorization | string | Yes | Set value to Bearer SECRET_KEY |
content-type | string | Yes | Set value to application/json |
Body Param
Param | Type | Required? | Decription |
---|---|---|---|
string | Yes | Customer's email address | |
name | string | Yes | Customer's fullname name |
title | string | Yes | Invoice Title |
currency | string | Yes | item price currency |
itemname | string | Yes | item name |
itemprice | string | Yes | item price |
itemquantity | string | Yes | item quantity |
description | string | Yes | invoice description. |
invoicenumber | string | Yes | invoice number |
duedate | string | Yes | invoice due date. |