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