PipedreamHQ / PipedreamHQ/pipedream
[APP] Qonto (Bank)
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
**Name of app / service**
Qonto
**Link to developer documentation**
https://api-doc.qonto.com/docs/business-api/83e3d6c0404f3-getting-started
**Is lack of support preventing you from building workflows, or do you have a workaround?**
Could use something else than PipeDream ([Zapier](https://zapier.com/apps/qonto/integrations))
**Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each!**
Actions:
- [Create internal transfers](https://api-doc.qonto.com/docs/business-api/8941ff60b85ea-create-internal-transfer) (with attachments, category, etc.)
- [Create external transfers](https://api-doc.qonto.com/docs/business-api/3dd2badf39b02-create-external-transfers-with-beneficiary-data) (with attachments, note, category, etc.) - [Schema](https://api-doc.qonto.com/docs/business-api/c2NoOjIzNDIwMDAy-external-transfer)
- Update note of a transaction
Triggers:
- Same triggers as Zapier (new transaction, new transfer, etc.)
`note` and `category` are attached to a [transaction](https://api-doc.qonto.com/docs/business-api/ba4cb3ef42c3f-show-transaction), I'm not sure if we can always update them through the API. The `note` is writable for external transfers, but not for internal transfers. The `category` doesn't seem writable at all.
### Additional notes from https://github.com/PipedreamHQ/pipedream/issues/6454
Link to developer documentation
[api-doc.qonto.com](https://api-doc.qonto.com/)
OAuth docs: [api-doc.qonto.com/docs/business-api/ZG9jOjg0MjE3NzE-introduction](https://api-doc.qonto.com/docs/business-api/ZG9jOjg0MjE3NzE-introduction)
Notes on Outrech
Haven't reached out yet. Need to [register OAuth](https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47) application in this portal.
Notes on details required
They require to send Legal Company Name, the Redirect URI upfront, and whether or not having a PSD2 license, the business decision of whether or not allow Payment initiation on behalf* and select upfront the OAuth scopes required.
I checked Zapier and apparently the ones they need are internal transfer, transfer request, request review, attachment write.
Furthermore, to become a partner it's needed to create an account, creating accounts from US not available yet. Currently France, Germany and other European countries supported.
Contributor guide
Assessment
This issue has not been assessed yet.