๐งช Test Webhook
Send a test payload to the webhook handler
Target: https://intu.lxwebinc.com/webhook.php
๐ฆ Test Payload
JSON Payload:
{ "event_type": "invoice-finalize", "date": 1766968889, "data": { "date": "2025-12-29T00:41:29+00:00", "object": { "id": "TEST-6951ce398f87e", "object": "invoice", "status": "open", "date_created": "2025-12-29T00:41:29+00:00", "date_issued": "2025-12-29T00:41:29+00:00", "date_due": "2026-01-28T00:41:29+00:00", "date_cancelled": null, "currency": "eur", "total": 36665, "amount_due": 36665, "amount_paid": 0, "company": { "id": 85329, "name": "SaudeViva Portugal", "country": "PT", "city": "Lisbon", "address": "Rua do Ouro 115", "postal_code": "1100-062" }, "customer": { "id": 7644312, "type": "individual", "name": "Maria Oliveira", "first_name": "Maria", "last_name": "Oliveira", "email": "maria.oliveira77@example.com", "phone": "+351 912 345 678", "official_document_id": "202680282", "address": { "line1": "Avenida da Liberdade 202", "line2": "4\u00ba Esq.", "city": "Lisbon", "postal_code": "1250-147", "state": "Lisboa", "country": "PT" } }, "line_items": { "line_count": 2, "data": [ { "id": 2153, "description": "Monthly Gym Membership", "quantity": 1, "tax_included_unit_amount": 5000, "tax_included_amount": 5000, "voucher_applied": 0, "line_total": 5000, "tax_breakdown": { "rate": 23, "total_tax": 935, "unit_tax": 935 }, "item_type": "pass" }, { "id": 15305, "description": "Personal Training Session", "quantity": 2, "tax_included_unit_amount": 3500, "tax_included_amount": 7000, "voucher_applied": 0, "line_total": 7000, "tax_breakdown": { "rate": 23, "total_tax": 1309, "unit_tax": 654 }, "item_type": "private_pass" } ] }, "invoice_pdf": "https:\/\/example.com\/invoice.pdf", "receipt_pdf": null, "invoice_type": 0, "source_invoice_id": null } } }
๐ Send Test Webhook
โ Back to Home