Changelog
Payment Services changelog
July 30, 2026
Payment Services — no user-facing changes
Section titled “Payment Services — no user-facing changes”This suite does not add user-facing Payment Services changes beyond the pinned version.
June 10, 2026
Payment Services v3.1.2
Section titled “Payment Services v3.1.2”Infrastructure
- Node.js 22 LTS: The package now builds and distributes using Node.js 22 LTS. The
engines.nodeconstraint has been removed as this drop-in targets browser environments exclusively.
April 30, 2026
Payment Services v3.1.0
Section titled “Payment Services v3.1.0”The Payment Services drop-in has been updated with the following changes:
- Alternative Payment Methods (APM): APM is now included in the list of supported payment methods, giving shoppers more payment options at checkout (#44).
- Reliable promise rejection: Promises are now rejected correctly even when no error handler is provided, preventing silent failures in integrations that do not define an
onErrorcallback (#38).
February 17, 2026
Payment Services v3.0.1
Section titled “Payment Services v3.0.1”The Payment Services drop-in has been updated with the following changes:
- Error handler resilience - Promises are now properly rejected even when an error handler is not defined, preventing silent failures ( #38 ).
January 8, 2026
Payment Services v3.0.0
Section titled “Payment Services v3.0.0”Major version upgrade for suite alignment. The Payment Services drop-in has been updated to include the following changes:
- Revised Adobe Commerce Drop-in License Agreement - Updated license agreement to current terms. Drop-ins are now exclusively licensed for Adobe Commerce as a Cloud Service (ACCS) and Adobe Commerce Optimizer (ACO). Use on on-premise or Platform-as-a-Service (PaaS) deployments is not permitted under the license agreement ( #37 ).
November 6, 2025
Payment Services v2.0.1
Section titled “Payment Services v2.0.1”- Updated
@adobe-commerce/payment-services-sdkdependency from pre-release0.4.1-alpha.3to final release0.4.1.
November 5, 2025
Payment Services v2.0.0
Section titled “Payment Services v2.0.0”- Breaking change: added mandatory
apiUrlandgetCustomerTokenparameters to drop-in initialization configuration. - Removed the mandatory
apiUrlandgetCustomerTokenparameters from theCreditCardcontainer. - Added new
payment-services/initialized/$locationevents to indicate payment method availability by ‘location’. - Introduced a new
ApplePaycontainer with support for Apple Pay payments from both checkout and product detail pages. - The
nameandmessageof errors passed to theonErrorcallback of theCreditCardandApplePaycontainers are now localized. - The
onSuccesscallback for both theCreditCardandApplePaycontainers now receives the cart ID of the completed payment. - The promise returned by the
creditCardFormRef’ssubmit()function is now guaranteed to reject (with a localized error) if the credit card payment fails. - The Credit Card form no longer automatically submits when pressing the Enter key.
October 29, 2025
Payment Services v1.0.3
Section titled “Payment Services v1.0.3”- Removed a redundant call to
setPaymentMethodOnCartmutation that was failing for Credit Card checkouts in storefronts connected to Adobe Commerce Cloud Service (ACCS) due to an Adobe Commerce Cloud Service platform issue (internal ticket CCSAAS-3786).
October 14, 2025
Payment Services v1.0.2
Section titled “Payment Services v1.0.2”- PayPal Fastlane code: Added
FASTLANEpayment method code toPaymentMethodCodeenum.