Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adyen/adyen-apex-api-library
Adyen API Library for Apex
https://github.com/adyen/adyen-apex-api-library
adyen adyen-api library payment-gateway payment-integration payment-processing payments salesforce salesforce-apex salesforce-lightning
Last synced: 21 days ago
JSON representation
Adyen API Library for Apex
- Host: GitHub
- URL: https://github.com/adyen/adyen-apex-api-library
- Owner: Adyen
- License: mit
- Created: 2020-10-23T10:28:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:54:01.000Z (about 1 month ago)
- Last Synced: 2024-12-01T01:33:03.079Z (23 days ago)
- Topics: adyen, adyen-api, library, payment-gateway, payment-integration, payment-processing, payments, salesforce, salesforce-apex, salesforce-lightning
- Language: Apex
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Adyen Apex API Library
This repository contains the client and the models that are used for the requests/responses for Adyen's Checkout API.
This library will be used in combination with other Salesforce managed packages from Adyen (e.g. Salesforce B2B Commerce).The library supports the following services:
* [Checkout API](https://docs.adyen.com/api-explorer/#/CheckoutService/v64/overview) - Payments: Our latest integration for accepting online payments. Current supported version: **v71**
## Prerequisites
- [Adyen test account](https://docs.adyen.com/get-started-with-adyen)
- Access to your [Salesforce org](https://login.salesforce.com/).## Installation
The package needs to be installed on your Salesforce org as explained on their [docs](https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_dev2gp_install_pkg.htm).
Link for the package installation: [Apex Library in AppExchange](https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3u00000PraxuEAB)## Using the library
After installing the package on your Salesforce org, other managed packages from Adyen will use this library as reference model.
The requests/responses can be (de)serialized into the models and send to Adyen's API endpoints through the client.## Contributing
We encourage you to contribute to this repository, so everyone can benefit from new features, bug fixes, and any other improvements.
Have a look at our [contributing guidelines](https://github.com/Adyen/.github/blob/master/CONTRIBUTING.md) to find out how to raise a pull request.## Support
If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our [support team](https://support.adyen.com/hc/en-us/requests/new?ticket_form_id=360000705420).## License
MIT license. For more information, see the LICENSE file.## See also
* [Adyen docs](https://docs.adyen.com/)
* [API Explorer](https://docs.adyen.com/api-explorer/)