Get SEPA transfer
documentedRetrieve a specific SEPA transfer by ID.
GET /v2/sepa/transfers/{id}Payments & Transfersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I found the official endpoint in Qonto's Get SEPA transfer docs: GET https://thirdparty.qonto.com/v2/sepa/transfers/{id} under the Business API. Use OAuth2 Bearer token authentication with the base URL shown. Example below uses a Keychains-friendly placeholder for the transfer ID and OAuth token. Source: Get SEPA transfer - Qonto API docs. ([docs.qonto.com](https://docs.qonto.com/api-reference/business-api/payments-transfers/sepa-transfers/sepa-transfers/show))