-
Notifications
You must be signed in to change notification settings - Fork 444
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integrations): add support for adyen (#2902)
## Describe your changes - Add support for Adyen ## Issue ticket number and link [EXT-162](https://linear.app/nango/issue/EXT-162/add-support-for-adyen)
- Loading branch information
1 parent
29025ac
commit eba6492
Showing
5 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: Adyen | ||
sidebarTitle: Adyen | ||
--- | ||
|
||
API configuration: [`adyen`](https://nango.dev/providers.yaml) | ||
|
||
|
||
## Features | ||
|
||
| Features | Status | | ||
| - | - | | ||
| [Auth (OAuth)](/integrate/guides/authorize-an-api) | ✅ | | ||
| [Sync data](/integrate/guides/sync-data-from-an-api) | ✅ | | ||
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅ | | ||
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api) | ✅ | | ||
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api) | 🚫 (time to contribute: <48h) | | ||
|
||
<Tip>We can implement missing features in <48h, just ask for it in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## Getting started | ||
|
||
- [How to register your Oauth client](https://docs.adyen.com/development-resources/oauth/integration/#step-1-register-your-client) | ||
- [OAuth related docs](https://docs.adyen.com/development-resources/oauth/integration/) | ||
- [List of OAuth scopes](https://docs.adyen.com/development-resources/oauth/scopes) | ||
- [Adyen API versioning](https://docs.adyen.com/development-resources/versioning/) | ||
- [Adyen API docs](https://docs.adyen.com/development-resources/) | ||
|
||
<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip> | ||
|
||
## API gotchas | ||
|
||
- You can choose between `live` and `test` for your connectionConfig environment when adding a connection on Nango. | ||
- Additionally, depending on the resource in your request, you can specify your desired resource. For example, use `kyc` for the manage legal entities resource. | ||
|
||
<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/adyen.mdx)</Note> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.