Stripe Php Versions Save

PHP library for the Stripe API.

v14.2.0

1 month ago
  • #1680 Update generated code
    • Add support for new resource Entitlements.ActiveEntitlementSummary
    • Add support for new value entitlements.active_entitlement_summary.updated on enum Event.type
    • Remove support for config on Forwarding.Request. This field is no longer used by the Forwarding Request API.
    • Add support for swish on PaymentMethodConfiguration

See the changelog for more details.

v14.2.0-beta.1

1 month ago
  • #1674 Merged from master

See the changelog for more details.

v14.1.0

1 month ago
  • #1677 Update generated code
    • Add support for new values billing_policy_remote_function_response_invalid, billing_policy_remote_function_timeout, billing_policy_remote_function_unexpected_status_code, and billing_policy_remote_function_unreachable on enum StripeError.code
    • Change type of Billing.MeterEventAdjustment.cancel from BillingMeterResourceBillingMeterEventAdjustmentCancel to nullable(BillingMeterResourceBillingMeterEventAdjustmentCancel)
    • Add support for amazon_pay on PaymentMethodConfiguration and PaymentMethod
    • Add support for new value amazon_pay on enum PaymentMethod.type
    • Add support for new values bh_vat, kz_bin, ng_tin, and om_vat on enum TaxId.type

See the changelog for more details.

v14.0.0

1 month ago
  • #1673

    • This release changes the pinned API version to 2024-04-10. Please read the API Upgrade Guide and carefully review the API changes before upgrading.

    ⚠️ Breaking changes

    • Rename features to marketing_features on Product
    • Do not force resolution to IPv4 - Forcing IPv4 was causing hard-to-understand failures for users in IPv6-only environments. If you want to force IPv4 yourself, you can do so by telling the API client to use a CurlClient other than the default
    $curl = new \Stripe\HttpClient\CurlClient([
      CURLOPT_IPRESOLVE => CURL_IPRESOLVE_V4
    ]);
    \Stripe\ApiRequestor::setHttpClient($curl);
    

    ⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API

    • Remove the below deprecated values on the enum BalanceTransaction.Type
      • obligation_inbound
      • obligation_payout
      • obligation_payout_failure
      • obligation_reversal_outbound
    • Remove the deprecated value various on the enum Climate.Supplier.RemovalPathway
    • Remove deprecated events
      • invoiceitem.updated
      • order.created
      • recipient.created
      • recipient.deleted
      • recipient.updated
      • sku.created
      • sku.deleted
      • sku.updated
    • Remove the deprecated value service_tax on the enum TaxRate.TaxType
    • Remove support for id_bank_transfer, multibanco, netbanking, pay_by_bank, and upi on PaymentMethodConfiguration
    • Remove the legacy field rendering_options in Invoice. Use rendering instead.

See the changelog for more details.

v13.18.0

1 month ago
  • #1675 Update generated code
    • Add support for new resources Entitlements.ActiveEntitlement and Entitlements.Feature
    • Add support for all and retrieve methods on resource ActiveEntitlement
    • Add support for all, create, retrieve, and update methods on resource Feature
    • Add support for new value none on enum Account.type
    • Add support for cancel, event_name, and type on Billing.MeterEventAdjustment

See the changelog for more details.

v13.18.0-beta.1

1 month ago
  • #1671 Update generated code for beta
    • Add support for update method on resource Entitlements.Feature
    • Add support for risk_controls on Account
    • Change type of Subscription.discounts and SubscriptionItem.discounts from nullable(array(expandable($Discount))) to array(expandable($Discount))
  • #1665 Update generated code for beta

See the changelog for more details.

v13.17.0

1 month ago
  • #1670 Update generated code
    • Add support for subscription_item on Discount
    • Add support for email and phone on Identity.VerificationReport
    • Add support for verification_flow on Identity.VerificationReport and Identity.VerificationSession
    • Add support for new value verification_flow on enums Identity.VerificationReport.type and Identity.VerificationSession.type
    • Add support for provided_details on Identity.VerificationSession
    • Change type of Invoice.discounts from nullable(array(expandable(deletable($Discount)))) to array(expandable(deletable($Discount)))
    • Add support for zip on PaymentMethodConfiguration
    • Add support for discounts on SubscriptionItem and Subscription
    • Add support for new value mobile_phone_reader on enum Terminal.Reader.device_type

See the changelog for more details.

v13.16.0

2 months ago
  • #1666 Update generated code
    • Add support for new resources Billing.MeterEventAdjustment, Billing.MeterEvent, and Billing.Meter
    • Add support for all, create, deactivate, reactivate, retrieve, and update methods on resource Meter
    • Add support for create method on resources MeterEventAdjustment and MeterEvent
    • Add support for meter on Plan

See the changelog for more details.

v13.16.0-beta.1

2 months ago
  • #1661 Update generated code for beta
    • Add support for new resources Entitlements.ActiveEntitlementSummary and Entitlements.ActiveEntitlement
    • Add support for all method on resource ActiveEntitlement
    • Add support for use_stripe_sdk on ConfirmationToken
    • Remove support for payment_method on ConfirmationToken
    • Change type of ConfirmationToken.mandate_data from ConfirmationTokensResourceMandateData to nullable(ConfirmationTokensResourceMandateData)
    • Add support for active and metadata on Entitlements.Feature
    • Add support for new value entitlements.active_entitlement_summary.updated on enum Event.type
    • Remove support for value customer.entitlement_summary.updated from enum Event.type

See the changelog for more details.

v13.15.0

2 months ago
  • #1664 Update generated code
    • Add support for new resources ConfirmationToken and Forwarding.Request
    • Add support for retrieve method on resource ConfirmationToken
    • Add support for all, create, and retrieve methods on resource Request
    • Add support for new values forwarding_api_inactive, forwarding_api_invalid_parameter, forwarding_api_upstream_connection_error, and forwarding_api_upstream_connection_timeout on enum StripeError.code
    • Add support for mobilepay on PaymentMethod
    • Add support for new value mobilepay on enum PaymentMethod.type
    • Add support for name on Terminal.Configuration

See the changelog for more details.