Changelog
All notable changes to the current API will be documented here. To learn about API versioning, see API Lifecycle.
August 2024
Added taxRate
to the optional receipts, to allow decimal points in the tax lines.
July 2024
-
v1.6.0: Added
minimumUserAge
field to Create payment endpoint payload. If set, only customers above the given age are allowed to authorize the payment. -
v1.5.0: Added
cancelTransactionOnly
flag to Cancel endpoint payload. If the cancelTransactionOnly flag is set and the transaction has been authorized, the reserved amount will not be canceled.
September 2023
- v1.4.0: Added
DKK
andEUR
currencies. Only allowed for Danish and Finnish merchants, respectively.
August 2023
- v1.3.0: Added
metadata
to the create payment endpoint:POST:/epayment/v1/payments
. Themetadata
is returned in the/epayment/v1/payments/{reference}
July 2023
- v1.2.3: Added the possibility of sending
receipt
data to the create payment endpoint:POST:/epayment/v1/payments
. Receipts are generated in the Order Management API.
June 2023
- v1.2.2: Added
personalQr
to theCustomer
properties to the create payment endpoint:POST:/epayment/v1/payments
.
May 2023
- v1.2.1: Removed the deprecated
paymentAction
properties.
April 2023
- v1.1.4: Added the
Force Approve a payment
endpoint:
POST:/epayment/v1/payments/{reference}/approve
.
March 2023
- v1.1.3: Removed Direct Capture from the ePayment API.
- v1.1.2: Removed
receipt
from the create payment endpoint:POST:/epayment/v1/payments
.
December 2022
- ePayment API v1.1.1