API Reference

FNECertification Model

Eloquent Model for the fne_certifications table

The FNECertification model represents the fne_certifications table in Laravel.

Usage

Main Properties

Identifiers

  • id : Internal ID (auto-increment)
  • fne_invoice_id : FNE invoice UUID (⚠️ IMPORTANT for refunds)
  • reference : Unique FNE reference
  • ncc : Taxpayer number
  • token : QR code verification token

Amounts (in cents)

  • amount : Total amount including tax in cents
  • vat_amount : VAT amount in cents
  • fiscal_stamp : Fiscal stamp in cents
  • discount : Global discount in %

Usage Examples

Retrieve UUID to Create Refund

Calculate Amounts in FCFA

Statistics

See Also

Need help? Check out the complete documentation or open an issue on GitHub.