List integration events
Browse everything the payment gateways have sent to Factuarea.
- This is the inbox to open when a charge did not generate its invoice: every discarded event carries a typed
discard_reasonand whether it can be reprocessed. - Newest first, and scoped to the authenticated company.
- The raw content of the event is never returned.
In: header
Query Parameters
Payment gateway or integration that produced the event.
"stripe" | "gocardless" | "monei" | "slack" | "teams" | "a3" | "norma43" | "norma19" | "ubl" | "woocommerce" | "shopify" | "prestashop"Outcome of the event (success, skipped, failure).
"success" | "skipped" | "failure"Provider event type, matched exactly. Free-form text, not a closed enum.
length <= 100Typed reason why the event was discarded, from the closed catalogue.
"event_not_normalizable" | "duplicate_redelivery" | "connected_account_missing" | "connected_account_unknown" | "spontaneous_payment_missing_id" | "autoinvoicing_disabled" | "unsupported_currency" | "refund_without_items" | "refund_autoinvoicing_disabled" | "subscription_missing_invoice_id" | "subscription_proration_review" | "subscription_not_a_cycle" | "subscription_trial_skipped" | "subscription_autoinvoicing_disabled" | "subscription_already_invoiced" | "payout_missing_id" | "payout_connected_account_missing" | "payment_failed" | "event_type_not_covered" | "checkout_lines_retrieve_failed" | "reversal_payment_not_found" | "reversal_already_applied" | "dispute_in_progress" | "dispute_resolved" | "test_mode_event" | "order_event_not_covered" | "store_not_found" | "store_environment_test" | "refund_before_order" | "refund_reason_unmapped" | "recurring_invoice_overlap" | "series_date_clamped" | "store_autoinvoicing_disabled" | "vat_residual_out_of_tolerance" | "simplified_absolute_limit_exceeded" | "simplified_threshold_exceeded_without_recipient" | "store_requires_tax_id" | "order_line_amount_exceeds_column" | "order_status_unknown" | "refund_not_settled" | "protected_customer_data_unavailable"Whether the event was parked with its content so it can be replayed.
Inclusive lower bound of created_at (ISO 8601).
date-timeInclusive upper bound of created_at (ISO 8601).
date-timeNumber of events to return. Integer between 1 and 100. Defaults to 25. A non-integer or out-of-range value returns 400.
251 <= value <= 100Cursor for forward pagination: pass back the next_cursor of the previous page. Treat it as opaque — unlike the rest of the v1 listings it is a numeric string, not a UUID v7. A malformed cursor returns 400.
^[0-9]+$Headers
Pin the API version (YYYY-MM-DD, Stripe-style date versioning) for this request; omit to use the key's pinned version, or the latest if none. Unsupported version → 400 unsupported_api_version; malformed → 400 parameter_invalid_format. The effective version is echoed in the Factuarea-Version response header. See the Versioning guide.
dateOperate on behalf of a child company (gestoría master key): pass its public id (UUID v7) and the request runs against that child's data without changing the key's scope, tier or environment (omit to use the key's own company). Invalid UUID → 400 parameter_invalid_uuid; unknown or non-owned id → 404 profile_not_found. See the Acting on behalf guide.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json