Change log
January 26 2026
New endpopint /api/subscriptions/{subscriptionId}/set_expiry/ which allows setting the expiry date of a subscription (active_until).
December 15 2025
Customers (/api/customers/) now accept and return a phone number (phone) when updated through the API and the Swagger documentation has been updated accordingly.
November 25 2025
New endpoint for transactions so it is now possible to fetch lists of transactions and filter them.
October 9 2025
It is now possible to supply a payment processor id when creating new checkouts. Before, it was only possible to specify a plan to pick a specific payment processor.
Payment processor information is now supplied when fetching plans.
August 29 2025
New API endpoint /api/payments/{uuid}/refund/ that allows refunds for single one-off payments
September 24 2024
New subscription values that indicate whether a subscription has been canceled, cancelled and cancel_date.
Discrepancies in Swagger documentation has been fixed according to responses from the web service.
September 3 2024
Ranking made possible in the endpoint /api/subscriptions.
April 18 2024
New endpoint /api/webhooks/ which allows users to create and work with web-hooks that can send notifications about events that happen within Áskell.
February 28 2024
New endpoint /api/hello/ that confirms that the web-service works and can be used for testing.
amount and discount can now be used as optional variables when a subscription is added to a customer within /api/customers/{reference}/subscriptions/add/
January 5 2024
Swagger documentation fixed. GET added to individual payments on the URL https://askell.is/api/payments/{uuid}/.
December 7 2023
Users can limit the output that the subscription export delivers by adding the variable
?type=lightto the URL. By doing this less data is extracted about the customer and transaction history and is better when exporting a large list of subscriptions for handling. More data can then be extracted on individual subscriptions if needed.
December 2 2023
New option has been added when a data on subscriptions or customers is exported. Users can now add the variable
?type=lightto the URL to get 100 lines at a time. By doing this the output changes from being a list of transactions to being a list of transactions asresults, amount of transactions ascountand links to the next and previous page asnextogprevious. The maximum output is 1000 lines per page.