Orchestration API
- Added PSP webhook listener — the API now processes and reconciles payment status updates received directly from gateways
- Added metadata support for payments, subscriptions, customers, invoices, and prices — attach up to 50 key-value pairs to any resource
- Added metadata-based filtering to list endpoints
- Added idempotency normalization rules to prevent false duplicate rejections on payment fields
- Billing and shipping addresses are now forwarded to all payment service providers
- Added support for major EU currencies: PLN, CZK, SEK, NOK, DKK, CHF, HUF, RON
- Breaking: Sunset the checkout profile API — use publishable keys with the Checkout SDK instead
- Added filtering by invoice number on the invoices list endpoint
- Added billing descriptor forwarding to Checkout.com gateway
- Increased API rate limits for higher-throughput integrations
- PayPal payments now store billing and shipping addresses from the buyer
- Fixed payment capture status not syncing correctly after gateway confirmation
Dashboard
- Added ability to duplicate an existing price
- Added subscription price update dialog — change a subscriber's price without cancellation
Checkout SDK
- Added billing and shipping address fields to the checkout form
- Added country field dropdown selector
- Added support for prefilling billing and shipping fields
- Added
requiredBillingContactFields and requiredShippingContactFields configuration
- Added state field
options property for custom state/province lists
- Added phone number field with validation
- Added validation for billing address fields (street, city, postal code, country)
Orchestration API
- Deprecated:
profileId in checkout configuration — migrate to publishable keys
- Added
contains filtering operator to list endpoints
- Added API secret key deletion endpoint
- Hosted OpenAPI schema is now publicly accessible
- Added user roles for access control
Dashboard
- Added user role management
- Added secret key deletion
- Redesigned invoice details page with actions
- Added ability to remove default payment methods from customers
Checkout SDK
- Added country-specific alternative payment method configuration
- Improved error messages for empty required fields
Orchestration API
- Statement descriptor is now forwarded to all payment service providers
- Billing calendar now excludes subscriptions with auto-billing disabled
Dashboard
- Promoted checkout builder to a dedicated page
- Added customer value report grouping by price
- Added billing and shipping fields display on payment details
Checkout SDK
- Added Apple Pay as a payment method
Orchestration API
- Added Apple Pay as a supported payment method
- Added
/checkout-details endpoint for retrieving checkout session details
- Added endpoint to list supported payment methods for a merchant
Dashboard
- Added JSON view for checkout configuration
Checkout SDK
- Added custom card number and CVV input components for full layout control
Orchestration API
- Added payment filtering by payment method type
- Card brand is now optional on payment methods
- Added public transaction API for reading transaction details
- Alternative payment method retries now use the original gateway
Dashboard
- Added price update and deletion
- Added chargeback dialog
- Improved checkout builder UX with card brand detection
Checkout SDK
- Added
initialValues property for pre-filling form fields
- Added loading skeleton while the SDK initializes
- Added error alert when the payment iframe fails to load
Orchestration API
- Payment display status is now calculated server-side
- Added payment filtering by processor ID
- Decline reason is now correctly set for failed 3DS payments
- Added payment summary report API
- Abandoned payments now auto-expire after 24 hours
Dashboard
- Added rebills calendar for visualizing billing cycles
- Added revenue charts
- Added payment summary report
- Added payment reverse and capture actions
- Added currency selector in merchant configuration
- Added merchant timezone configuration
- Added payment status indicators
Checkout SDK
- Added progressive autofocus — focus moves to the next field automatically after completion
- Idempotency key is now automatically included in payment requests
Orchestration API
- Breaking: Renamed
preferCustomerDefault to useCustomerDefault on payment method options
- Breaking: Removed
paypal.mode from payment method options — PayPal integration mode is now configured at the gateway profile level
Dashboard
- Added PayPal as a visible payment method in payment details
- Added statement descriptor field on product form
Checkout SDK
- Added autocomplete attributes to card input fields
- Fixed locale type definition
- Fixed card expiry input accepting more than 4 digits
Orchestration API
- Added custom
metadata support on payment creation
- Subscription ID is now returned on line item level in payment responses
- Unified customer name into a single
name field
- Added payment filtering by card BIN and latest transaction
- Added
hour and minute billing cycle intervals for prices
- Added optional
note field on payments
Dashboard
- Added invoice comment display on invoice details page
Checkout SDK
- Added Turkish and Italian locale support
- Added
onLoadingState callback for tracking SDK loading state