EBICS API

Opis

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:

Instalacija

  1. Upload the ebics-api folder to the /wp-content/plugins/ directory.
  2. Run composer install inside the plugin directory to install dependencies.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Go to Settings > EBICS API and configure your API Host and API Key.

ČPP

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.

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“EBICS API” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “EBICS API” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0.0

  • Initial release.