Create Invoice
Create an invoice.
Authorizations
Your API key. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the app settings
Body
ISO 4217 currency code for the link. Retrieve codes from the /currencies endpoint.
3
Customer ID, Get the customer id from /customer api
Invoice due date
List of items associated with this link, including name and amount.
Invoice title
50
Custom fields to add. Maximum of 5 allowed
Discount percentage.
0 < x < 100
URL to redirect to if the transaction fails.
Invoice number
30
A note to describle what you're selling
280
Whether shipping address is required.
Invoice start date
URL to redirect to upon successful transaction completion
Response
enabled
- Enableddisabled
- disabledarchived
- Archivedpaid
- Paidunpaid
- Unpaidoverdue
- Overduecancelled
- Cancelledscheduled
- Scheduled
enabled
, disabled
, archived
, paid
, unpaid
, overdue
, cancelled
, scheduled
URL of the link or invoice,
Redirects to the failure URL if the invoice payment fails.
Redirects to the success URL after the invoice is completed.