Invoices
Get Invoice
Retrieve invoice details by unique identifier.
GET
/
v1
/
invoices
/
{uuid}
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
Path Parameters
Response
200 - application/json
URL of the link or invoice,
enabled
- Enableddisabled
- disabledarchived
- Archivedpaid
- Paidunpaid
- Unpaidoverdue
- Overduecancelled
- Cancelledscheduled
- Scheduled
Available options:
enabled
, disabled
, archived
, paid
, unpaid
, overdue
, cancelled
, scheduled
Redirects to the success URL after the invoice is completed.
Redirects to the failure URL if the invoice payment fails.