https://github.com/paytrail/api-documentation
Paytrail Payment API documentation
https://github.com/paytrail/api-documentation
Last synced: 2 months ago
JSON representation
Paytrail Payment API documentation
- Host: GitHub
- URL: https://github.com/paytrail/api-documentation
- Owner: paytrail
- License: mit
- Created: 2021-06-24T09:47:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T14:10:47.000Z (3 months ago)
- Last Synced: 2026-03-03T18:28:11.835Z (3 months ago)
- Size: 493 KB
- Stars: 8
- Watchers: 11
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paytrail Payment API documentation
## Developing locally
```bash
npm install
npm run serve
```
Requires docsify-cli https://www.npmjs.com/package/docsify-cli
## Run Swagger UI locally
```bash
docker run -p 80:8080 -e SWAGGER_JSON=/docs/paytrail-api.yaml -v $PWD/docs:/docs swaggerapi/swagger-ui
open http://localhost:80/
```