Skip to content

Commit ac6a13a

Browse files
authored
Update README.md
1 parent 9781f61 commit ac6a13a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
This library simplifies working with Adyen APIs and allows you to integrate Adyen
77
payments within any Python application.
88

9+
## Integration
10+
The Library supports all APIs under the following services:
11+
12+
* checkout
13+
* checkout utility
14+
* payments
15+
* modifications
16+
* payouts
17+
* recurring
18+
919
## Requirements
1020

1121
- Python 2.7 or 3.6
@@ -35,9 +45,8 @@ ady.payment.client.app_name = "your app name"
3545
```
3646

3747
## Documentation
38-
39-
Follow the rest of our guides from the [documentation](http://adyen.github.io/adyen-python-api-library/index.html) on how to use this library.
48+
https://docs.adyen.com/developers/development-resources/libraries
49+
https://docs.adyen.com/developers/checkout/api-integration
4050

4151
## Licence
42-
4352
MIT license see LICENSE

0 commit comments

Comments
 (0)