Skip to content

Commit c765681

Browse files
committed
Modified 2 files
1 parent ba06dbd commit c765681

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

docs/1. Introduction/a.interacting-with-the-settle-api.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ Creating, Retrieving, Updating and Deleting resources, aka **CRUD**, are achiev
2929
- A detail endpoint looks like `/my_resource/{id}/` where `{id}` is the unique ID of the resource residing at this endpoint.
3030

3131

32-
### Examples
33-
34-
> #### Info
35-
>
36-
> All URLs have a trailing slash by convention.
32+
> All URLs need a trailing slash
3733
34+
### Examples
3835
```text title="A list endpoint for POS 👇"
3936
https://api.settle.eu/merchant/v1/pos/
4037
@@ -58,8 +55,7 @@ https://api.settle.eu/merchant/v1/pos/3y987j9o4o23/
5855
/merchant/v1/pos/
5956
```
6057

61-
> #### Info
62-
> For brevity's sake, our documentation will sometimes omit the version bit when specifying endpoint URLs, so `/merchant/v1/` would thus become `/pos/`.
58+
> For the sake of brevity, the documentation will sometimes omit the version bit when specifying endpoint URLs, so `/merchant/v1/pos/` would then be written as `/pos/`.
6359
6460
####
6561

@@ -308,12 +304,10 @@ Clients are expected to include media type in the `Accept` header listing types
308304

309305
## A Note on Settle API Users
310306

311-
All requests to the Settle API must include an `X-Settle-User` header.
307+
All merchant requests to the Settle API must include an `X-Settle-User` header.
312308

313309
<!-- theme: warning -->
314-
> #### Exception
315-
>
316-
> Except when an Integrator is acting as a proxy on behalf of a Merchant client. In that case, the `X-Settle-Integrator` header is used instead. [See above](#a-note-on-settle-api-users).
310+
> When an Integrator is acting as a proxy on behalf of a Merchant client the `X-Settle-Integrator` header is used instead. [See above](#a-note-on-settle-api-users).
317311
318312
API Users are assigned and created by the Merchant through the Settle for Business portal, or by the Integrator using the user endpoint.
319313

docs/1. Introduction/b.api-authentication.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ X-Settle-Timestamp | The current UTC time. The time format is `YYYY-MM-DD hh:mm
6666
X-Settle-Content-Digest | The base64 encoded hash digest of the request body. If the body is empty, the hash should be computed on an empty string.<br><br>The value of the header should be on the form algorithm **UPPERCASE={digest value}**. So, if the **SHA256** hashing algorithm is used on a request with empty body, the header will be:<br><br>`X-Settle-Content-Digest: SHA256=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=`
6767

6868
<!-- theme: warning -->
69-
> Note
70-
>
7169
> Currently only the **SHA256** hashing algorithm is supported.
7270
7371

0 commit comments

Comments
 (0)