This repository contains a set of snippets using Adyen's Management API that we Developer Advocates use to automate parts of our workflows.
- You can read an introduction about the Management API on our blog.
- The complete description of our Management API is available on the API Explorer.
- To use these snippets, you need to have a test account.
- Those snippets are written in Kotlin.
To use these snippets, You need to generate an API KEY and make it available as environment variable under the name MANAGEMENT_KEY.
The snippets will not all need the same roles. You can see a complete list of available roles here. Typically, you will need roles of the "Management API" type.
- CreateCompanyUser - Creates a User on the test environment with a set of rights. We use that snippet to create accounts for our candidates so they can do the technical interview.
- Required role to run the snippet - "Management API—Users read and write"
We commit all our new features directly into our GitHub repository. Feel free to request or suggest new features or code changes yourself as well!
Find out more in our Contributing guidelines.
MIT license. For more information, see the LICENSE file in the root directory.