Skip to main content

19 posts tagged with "dashboard"

View All Tags

January 16, 2026

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

December 4, 2025

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

November 25, 2025

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

October 23, 2025

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

September 11, 2025

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

August 1, 2025

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

July 10, 2025

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