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
| Value | Change | Enums |
|---|---|---|
| issuing_transaction. purchase_details_receipt_updated | Added | Event. type WebhookEndpoint#create. enabled_events[] WebhookEndpoint#update. enabled_events[] |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.