beel_get_payment_event
Retrieve a payment event to check the automatic invoicing outcome and, if failed, get a stable failure code you can act on for quick resolution.
Instructions
Retrieves a single payment event of the NIF's connection, including the outcome of its automatic invoicing and, when it failed, the stable failure code you can act on.
Not found: an event that does not belong to this NIF's connection returns
404, the same answer an event that does not exist gets, so an event of another NIF is never disclosed.
Endpoint: GET /v1/companies/{company_id}/payment-connections/{provider}/events/{event_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Identifier of the payment event, as returned by the list operation. | |
| provider | Yes | Payment provider slug in **lowercase**. Currently only `stripe` (Stripe Connect) is operative; `woocommerce` and `shopify` are reserved for future providers. | |
| company_id | Yes | Unique identifier (UUID) of the company the events belong to — its identifier, not its NIF. It is the only source of context: the account that owns it is derived from it, and the `BeeL-Active-Company` header plays no part. A company you do not reach answers `403`, and so does a company that does not exist, so the existence of a company in another account is never disclosed. |