Skip to content

Commit 10b2e25

Browse files
authored
Update README.md
1 parent 757bee3 commit 10b2e25

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ openssl rsa -in private.pem -outform PEM -pubout -out public.pem
3636

3737
## Field data examples
3838

39-
### For default use with `X-Auka-User`
39+
### For regular merchant
4040

41-
* **X-Auka-Merchant**: `abc123`
42-
* **X-Auka-User**: `xyz789`
41+
* **Merchant ID**: `abc123`
42+
* **API User/Key ID**: `xyz789`
4343
* **REST API Method**: `POST`
4444
* **REST API Endpoint URL**: `https://api.sandbox.settle.eu/merchant/v1/payment_request/`
4545
* **Request body**:
@@ -57,7 +57,7 @@ openssl rsa -in private.pem -outform PEM -pubout -out public.pem
5757
}
5858
```
5959

60-
* Private RSA key for **X-Auka-User** `xyz789`:
60+
* Private RSA key for **API User/Key ID**: `xyz789`:
6161

6262
```
6363
-----BEGIN RSA PRIVATE KEY-----
@@ -76,10 +76,10 @@ jFUCQQCEKcuxG/huGU5PuNRKA5TfpOE9l0cquiI9613YdbbUszc19PWXFywu5ttHzp29y3jE
7676
-----END RSA PRIVATE KEY-----
7777
```
7878

79-
### For integrator use with `X-Auka-Integrator`
79+
### For integrator (using `X-Settle-Integrator`)
8080

81-
* **X-Auka-Merchant**: `fzkmhy0q`
82-
* **X-Auka-Integrator**: `7e3cbb17`
81+
* **Merchant ID**: `fzkmhy0q`
82+
* **Integrator ID**: `7e3cbb17`
8383
* **REST API Method**: `POST`
8484
* **REST API Endpoint URL**: `https://api.sandbox.settle.eu/merchant/v1/payment_request/`
8585
* **Request body**:
@@ -99,7 +99,7 @@ jFUCQQCEKcuxG/huGU5PuNRKA5TfpOE9l0cquiI9613YdbbUszc19PWXFywu5ttHzp29y3jE
9999

100100
### Private RSA key
101101

102-
For **X-Auka-Integrator** `7e3cbb17`:
102+
For **Integrator ID**: `7e3cbb17`:
103103

104104
```
105105
-----BEGIN RSA PRIVATE KEY-----

0 commit comments

Comments
 (0)