Skip to main content

24 posts tagged with "api"

View All Tags

May 19, 2026

Orchestration API

  • Added password reset and forgot password functionality
  • Added external refund support for payments settled outside the platform
  • Fixed subscription billing race condition that could cause duplicate charges in rare cases

Dashboard

  • Added new reporting graphs and widgets for payment analytics
  • Added notification bell with real-time alerts in the top navigation
  • Added in-app feedback widget for submitting product feedback
  • Added password reset and forgot password support

Checkout SDK

  • Breaking: The checkout is now using iFrames for better security and compatibility. Please refer to the migration guide for details.
  • Fixed Apple Pay button accepting multiple rapid clicks, which could lead to a payment session being stuck.

May 13, 2026

Orchestration API

  • Added new item-level metrics to payment reports
  • Fixed duplicate rows appearing in payment summary reports

Dashboard

  • Added contextual documentation links throughout the dashboard
  • Reorganized sidebar navigation with grouped menu sections

May 11, 2026

Orchestration API

  • Added recurringSchedule field to price objects in API responses
  • Improved error codes for PSP operations to provide more granular failure reasons
  • Fixed webhooks being dispatched to inactive webhook subscribers

Dashboard

  • Replaced the webhook list with a table layout for better readability
  • Improved dashboard responsiveness on smaller screens

April 28, 2026

Orchestration API

  • Added viewer user role with read-only access to reporting endpoints
  • Fixed idempotency check incorrectly rejecting valid payment retries with the same card

Dashboard

  • Added support for the new viewer user role in the dashboard

Checkout SDK

  • Integrated VGS Collect for PCI-compliant secure card fields — card data no longer touches merchant servers
  • Added setCallbacks() method for updating event handlers after SDK initialization
  • Added dynamic state/province field that adapts to the selected country
  • Added configurable maxLength for the street address input
  • Fixed fontSize from style configuration not applying to card section labels

April 27, 2026

Orchestration API

  • Added line item breakdown sent to PayPal for better payment descriptions
  • Improved accuracy of stored card attributes (BIN, last four, brand, expiry)

April 14, 2026

Orchestration API

  • Added support for VGS iFrames as a card tokenization method
  • Fixed trial pricing not being applied when both trial and recurring prices exist
  • Fixed incorrect price amount used for recurring payments after a trial period

Dashboard

  • Fixed "Last 7/30/90 days" date presets incorrectly including the current incomplete period

April 9, 2026

Orchestration API

  • Breaking: Removed customer deduplication API — customers are no longer merged automatically
  • Breaking: Removed support for legacy non-encrypted gateway configurations
  • Made currency optional on payment creation when a cart is provided (inferred from cart items)
  • Fixed currentPassword incorrectly marked as required when updating user profile
  • Fixed recurring payment retries not being scheduled correctly in some cases

Dashboard

  • Added payment type filter (one-time, recurring, trial) to the payments list
  • Webhook shared secret is now displayed after creation for easy copying

Checkout SDK

  • Fixed potential ReDoS vulnerability in email field validation

March 23, 2026

Orchestration API

  • Recurring payments now automatically use the customer's default payment method
  • Payments are now automatically cancelled when their associated invoice is voided

Checkout SDK

  • Attribution parameters (UTM source, campaign, etc.) from the page URL are now automatically forwarded in the payment payload

March 20, 2026

Orchestration API

  • Added subscription billing date management — change the next billing date for active subscriptions
  • Added recurring payment bundling — multiple recurring charges for the same customer are combined into a single payment
  • Simplified recurring billing API with a more intuitive configuration model
  • Improved response times for payment list and other paginated endpoints

Dashboard

  • Added ability to search subscriptions and payments by price
  • Added support for creating multiple prices on a single product

Checkout SDK

  • Country dropdown values are now localized to the user's language
  • Improved phone number validation with country-specific rules

March 6, 2026

Orchestration API

  • Added support for multiple recurring prices in a single payment
  • A payment can now reference multiple invoices
  • Fixed payment metadata updates not persisting correctly

Dashboard

  • Redesigned subscription details page layout for clarity
  • Added inline price management to the product details page
  • Fixed timezone conversion for calendar date filters

Checkout SDK

  • New: Checkout Elements API — embed individual payment fields (card number, expiry, CVV) with full control over layout and styling
  • Added Czech, Dutch, and Slovak locale support