Skip to content

Commit

Permalink
update doku
Browse files Browse the repository at this point in the history
  • Loading branch information
vladae36 committed Apr 20, 2024
1 parent 1e952a4 commit bbbfaf7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/manual/manual.md
@@ -1,7 +1,8 @@
# UI Tests

Use Swagger for API call:
Use OpenAPI/Swagger to crate a payment and doenload the Proof: [http://localhost:8093/ebics/swagger-ui/?url=/ebics/v2/api-do](http://localhost:8093/ebics/swagger-ui/?url=/ebics/v2/api-docs/)

User:
## Create a payment

![Click Endpoint ](1.png)
Expand All @@ -12,7 +13,6 @@ Hit Execute.

## Generate Dailay Statement


![Click Endpoint ](4.png)
![Try It ](5.png)
![Change Amount ](6.png)
Expand All @@ -22,6 +22,5 @@ Note the receiptUrl for later download:

## Download the proof

Add the value of recieptUrl to 'http://localhost:8093/ebics/':

http://localhost:8093/ebics/receipt_XXXXXXXXXXXX.json
Replace XYZ with the value of recieptUrl to download the proof:
http://localhost:8093/ebics/receipt_XYZ.json

0 comments on commit bbbfaf7

Please sign in to comment.