Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for Phantom Cash and USDT to stablecoin payments


Adds support for Phantom Cash and the related setting to stablecoin payments

What’s new

The token_currency property of the Charge object’s payment_method_details.crypto hash now supports phantom_cash and usdt as property enum values.

Impact

The read-only token_currency property of the Charge object’s payment_method_details.crypto hash can now be phantom_cash or usdt. These values indicate that the customer completed a payment using one of these tokens.

If your integration manages crypto payments, update your integration to support the new phantom_cash and usdt token currency values when reading payment method details. This helps you identify and process crypto payments made with these tokens.

Changes

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2026-04-22. dahlia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?