mom-factura-webhooks
Mom Factura Webhooks & Status
Receive payment confirmations for deferred payments (Bank Reference and E-kwanza) via webhook with two sequential events. Status polling endpoints available as fallback.
Base URL: https://api.momenu.online
Auth: x-api-key header required on all requests.
How It Works
- Login at momenu.toquemedia.net
- Go to the Desenvolvedores menu
- Add your webhook URL
- Save the configuration
When a payment is confirmed, the API sends two sequential webhook events to your URL:
payment.confirmed— Sent immediately after the order status is updated to PAID (before invoice generation). Use this to update the order state in your system.invoice.created— Sent after the invoice PDF is generated and uploaded. Includes theinvoiceUrlfield with the download link.
More from ithustle/momenu-skills
mom-factura-payments
Integrate Mom Factura Payment API for Angolan payment methods (Multicaixa Express, E-kwanza, Bank Reference). Use when implementing checkout flows, processing payments, generating SAFT-AO compliant invoices, or handling product-based billing with IVA tax.
14mom-factura-testing
Test and debug Mom Factura Payment API integrations using QA environment and payment simulation. Use when setting up test environments, simulating payment outcomes (success, failure, timeout), debugging API errors, or validating integration before production.
11