Orchestration API
- Added user deletion endpoint
Dashboard
- Added advanced filter options in payment list
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
- Added new payment state filters for list endpoints
- Added logical AND + OR support in payment filters
- Added capture settings per payment method
- Payment note is now auto-populated from cart items
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