Stripe Php Versions Save

PHP library for the Stripe API.

v14.5.0-beta.1

3 weeks ago
  • #1683 Update generated code for beta
    • Add support for cancel_subscription_schedule on QuoteLine

See the changelog for more details.

v14.4.0

3 weeks ago
  • #1684 Update generated code
    • Change type of Entitlements.ActiveEntitlement.feature from string to expandable($Entitlements.Feature)
    • Add support for mobilepay on PaymentMethodConfiguration

See the changelog for more details.

v14.4.0-beta.1

1 month ago
  • #1679 Update generated code for beta

See the changelog for more details.

v14.3.0

1 month ago
  • #1681 Update generated code
    • Add support for create_preview method on resource Invoice
    • Add support for saved_payment_method_options on Checkout.Session
  • #1682 Added @throws to autoPagingIterator. Fixes #1678

See the changelog for more details.

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.