beel_list_payment_connections
List payment connections for a NIF to see each provider account and status, confirming if the connection is completed.
Instructions
Returns the payment provider connections of a NIF (company) your account
owns or manages, with the provider-side account each one points at and its
status. Use it to check whether a NIF you provisioned has completed its connection;
a NIF with none answers 200 with an empty list.
Test and Live connections are independent, so only the ones living in the mode of
the key you ask with are returned; environment states which.
Endpoint: GET /v1/companies/{company_id}/payment-connections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | NIF (company) the operation acts on. 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 NIF you do not reach answers `403`, and so does a NIF that does not exist, so the existence of a NIF in another account is never disclosed. |