/bff/order/create-invoice
Generates an invoice document of the specified type for the order.
OrdergetBffOrderCreate-invoice
Parameters
2 query
Query · 2
hashstringRequiredUnique order hash identifier.
typestringRequiredInvoice type (e.g. "proforma", "invoice", "credit-note").
Request
GET /bff/order/create-invoice
curl -X GET "https://api.bizkithub.com/bff/order/create-invoice?hash=a1b2c3d4&type=invoice" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.