Migration to 2025-12-09
Introduction
This migration guide outlines the changes introduced in the 2025-12-09 release. This version introduces Quickpay as a new payment provider, adds settle schedules and close conditions for automatic payment order lifecycle management.
Overview of Changes
New Payment Provider: Quickpay
Quickpay has been added as a new payment provider, enabling Vipps payments. To initiate a payment, use provider: "quickpay" and method: "vipps" in the initiate payment request. Quickpay Vipps supports NOK and SEK.
Settle Schedule and Close Condition
Payment orders can now be configured with automatic settlement and closure behavior. A settle_schedule defines when a payment order is settled (using an absolute timestamp, a relative duration, or a cron expression), and a close_condition defines when a payment order is automatically closed (based on completed payment count or total completed amount). Both fields are optional and can be set when creating or updating a payment order.
To learn more, see the guide on configuring automatic settlement.
Affected Endpoints
- Initiate Payment
- Create Payment Order
- Update Payment Order
Updated about 6 hours ago