Invoice

Fire this api to get invoice.

/api/invoice-download/{id}

GET https://yourdomain.com/api/invoice-download/{id}

This endpoint allows you to list of generate invoice.

Path Parameters

Name
Type
Description

id*

interger

ID of the generate invoice

Query Parameters

Name
Type
Description

secret

string

Client secret key will goes here which you get from admin panel.

Headers

Name
Type
Description

Authorization*

string

Bearer { bearer_token without bracket }

Accept*

string

application/json

{
    // Response
}

Last updated