API Changelog
This changelog lists all additions and updates to the Scanpay API, in chronological order.
- 2024-1?-??
- Add v2 API. This encompasses the payment link expire request, transaction refund and void, more data in the seq response, and user API keys.
- 2023-03-04
- Add Apple Pay support.
- 2022-07-06
- Add
"method"data to seq response. - 2019-09-27
- Add capture API.
- 2019-06-06
- Add idempotency to subscriber charge request.
- 2019-05-29
- Add capture/refund/void actions to sequence. These actions were previously reported if present but not entered into the sequence, meaning they would typically not be reported.
- 2018-10-13
- Add subscriber API.
- 2018-04-26
- Add MobilePay support.
- 2018-04-26
- Change item
"price"field to"total". The"price"field was multiplied by the"quantity"field which made it impossible to round arbitrary quantities of sub-minor-currency amounts. This change puts the onus of decimal multiplication on the client, which is why it was originally designed with an unmultiplied price.