Skip to content

Adyen PHP API Library v27.0.0

Latest
Compare
Choose a tag to compare
@AdyenAutomationBot AdyenAutomationBot released this 04 Mar 14:21
38458a1

What's Changed

Breaking Changes 🛠

  • Management API:
    • In MeApiCredential the associatedMerchantAccounts string has been removed.
  • Management webhooks:
    • In PaymentMethodRequestRemovedNotificationRequest the event type has been renamed to paymentMethodRequest.removed
    • In PaymentMethodScheduledForRemovalNotificationRequest the event type has been renamed to paymentMethodRequest.scheduledForRemoval.

New Features 💎

  • Checkout:
    • New payment methods PixDetails and PixRecurring.
    • In PaymentRefundResponse add attribute capturePspReference (only available for PayPal refunds).
    • In ResponseAdditionalDataCommon:
      • ⚠️ the recurringRecurringDetailReference and recurringShopperReference are deprecated, use instead the new attribute tokenization.storedPaymentMethodId and tokenization.shopperReference.
      • add tokenizationStoreOperationType and tokenizationStoredPaymentMethodId attributes, add tokenizationStoreOperationType enum.
  • Management API:
    • In AndroidApp add STATUS_ARCHIVED, STATUS_ERROR, STATUS_INVALID, STATUS_PROCESSING, STATUS_READY to StatusAllowableValues enum.
    • Support AffirmInfo and PayToInfo payment methods.
    • in Surcharge class add attribuge excludeGratuityFromSurcharge.
  • Payout:
    • In ResponseAdditionalDataCommon:
      • ⚠️ the recurringRecurringDetailReference and recurringShopperReference are deprecated, use instead the new attribute tokenization.storedPaymentMethodId and tokenization.shopperReference.
      • add tokenizationStoreOperationType and tokenizationStoredPaymentMethodId attributes, add tokenizationStoreOperationType enum.
  • Classic Payments:
    • In ResponseAdditionalDataCommon:
      • ⚠️ the recurringRecurringDetailReference and recurringShopperReference are deprecated, use instead the new attribute tokenization.storedPaymentMethodId and tokenization.shopperReference.
      • add tokenizationStoreOperationType and tokenizationStoredPaymentMethodId attributes, add tokenizationStoreOperationType enum.

Full Changelog: v26.0.0...v27.0.0

Other Changes 🖇️

Full Changelog: v26.0.0...v27.0.0