GunTab · Capability
GunTab REST API — Invoices
GunTab REST API — Invoices. 6 operations. Lead operation: Create an invoice. Self-contained Naftiko capability covering one Guntab business surface.
What You Can Do
POST
Createinvoice
— Create an invoice
/v1/invoices
GET
Readinvoice
— Read an invoice
/v1/invoices/{id}
POST
Cancelinvoice
— Cancel an invoice
/v1/invoices/{id}/cancels
POST
Fulfillinvoice
— Fulfill an invoice
/v1/invoices/{id}/fulfillments
POST
Platformconfirminvoice
— Confirm an invoice as the platform
/v1/invoices/{id}/platform-confirmations
POST
Sellerconfirminvoice
— Confirm an invoice as the seller
/v1/invoices/{id}/seller-confirmations
MCP Tools
create-invoice
Create an invoice
read-invoice
Read an invoice
read-only
idempotent
cancel-invoice
Cancel an invoice
fulfill-invoice
Fulfill an invoice
confirm-invoice-platform
Confirm an invoice as the platform
confirm-invoice-seller
Confirm an invoice as the seller