RyzeDeskRyzeDesk

Stripe

4105 articles

Adds event type for updated receipt data in Issuing transactions


Adds event type for updated receipt data in Issuing transactions

What’s new

Adds issuing_transaction.purchase_details_receipt_updated to the list of event types you can listen to with a webhook endpoint.

Listen for the issuing_transaction.purchase_details_receipt_updated event to get notifications when the receipt data of an Issuing Transaction is updated.

Impact

You no longer have to poll the Transaction endpoint to get all the data you need about Issuing Transactions.

Changes

ValueChangeEnums
issuing_transaction. purchase_details_receipt_updatedAddedEvent. type WebhookEndpoint#create. enabled_events[] WebhookEndpoint#update. enabled_events[]

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: 2024-10-28. acacia
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?