Reseller
Get Reseller Invoice
Shows a specific Reseller Invoice associated with the current reseller.
Note: To see the details of this invoice, you will probably want to also fetch the associated Account Usage Line Items and Organization Usage Line Items.
get/v1/reseller/invoices/{id}
Path parameters
idinteger required
Response
Get Reseller Invoice
Example response
{
"invoice": {
"id": 1,
"amount": 303,
"created_at": "2022-03-01T20:56:15Z",
"currency_type": "usd",
"plan": "Huntress Partner 100 Agents",
"quantity": 101,
"receipt": "https://pay.stripe/com/invoice/invst_uuid",
"status": "paid",
"has_usage": true,
"updated_at": "2022-03-01T20:56:15Z"
}
}