Used for creating short links that you can send to your friends, thus allowing them to easily launch Swish with your preset information.
This is useful since https:// links are almost universally clickable.
- gradle
- java 8
- kotlin
- spring-boot
POST /api/create
Acceptsapplication/json
and the body is as follows:
{
"phone": "07xxxxxx",
"amount": 100,
"message": "example message",
"expireAfterSeconds": null, // (optional, 0 or null is never expire)
}
See the LICENSE file for license rights and limitations (MIT).