Beschreibung
The EBICS API plugin allows WordPress sites to communicate with banks using the EBICS protocol via an external microservice. It provides a user-friendly interface for managing connections, executing transactions (upload, download, info), and viewing access logs.
Features:
- Connection Management: View your configured bank connections.
- Transaction Handling: Perform various EBICS transactions like file uploads (BTU), downloads (BTD, HAC), and information retrieval (HAA, HKD, HTD).
- Logs: View detailed access logs for all API interactions.
- Secure: Uses WordPress nonces and capability checks.
Note: This plugin requires an external EBICS API microservice to function. You must configure the API Host and API Key in the settings.
Useful Links:
Installation
- Upload the
ebics-apifolder to the/wp-content/plugins/directory. - Run
composer installinside the plugin directory to install dependencies. - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Go to Settings > EBICS API and configure your API Host and API Key.
FAQ
-
What is the API Host?
-
The API Host is the base URL of the EBICS API microservice you are connecting to.
-
Where do I get the API Key?
-
The API Key should be provided by the administrator of the EBICS API microservice.
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende und Entwickler
„EBICS API“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „EBICS API“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.0.0
- Initial release.