Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/api_keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/create_api_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions wiki.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ We highly recommend gathering all the below information before starting the inst

- AltaPay credentials for the payment gateway, terminals and custom gateway (i.e. yourShopName.altapaysecure.com). These will be provided by AltaPay.

> **Note:** If the API user credentials have not yet been created, refer to the [Creating a New API User](#creating-a-new-api-user) section for step-by-step instructions.


## Installation

Expand Down Expand Up @@ -271,6 +273,27 @@ In order to reconcile payments please follow the steps below:
>
> If you customized the plugin source code, the changes may be overwritten in the update process.

## Creating a New API User

To create a new API user in your AltaPay account, please follow these steps:

- Log in to your AltaPay account.
- From the left menu, navigate to **Settings** > **API Keys**.

![api_key](docs/api_keys.png)

- Click on the **Create New API Key** button from top right corner.
- Fill in the required fields:
- **Your current password**
- **Username**
- **Password**
- **Assign Shops**

![api_key](docs/create_api_key.png)
- After entering the details, click **Create**.

The new credentials can now be used as the API Username and API Password in your AltaPay settings.

## Supported versions

Minimum system requirements are:
Expand Down
Loading