Skip to content

fix: use mpp idempotency prefix - #20

Merged
raubrey-stripe merged 1 commit into
stripe:mainfrom
parvahuja:parv/mpp-idempotency-prefix
Aug 12, 2026
Merged

fix: use mpp idempotency prefix#20
raubrey-stripe merged 1 commit into
stripe:mainfrom
parvahuja:parv/mpp-idempotency-prefix

Conversation

@parvahuja

@parvahujaparvahuja commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Why

Stripe and Tempo idempotency keys currently use Java-specific prefixes. The wire-visible namespace should identify MPP rather than a particular SDK.

What

Changed Stripe PaymentIntent and Tempo relay idempotency key prefixes to mpp_ while preserving their existing suffix construction. Updated the affected regression tests.

Retries that begin before the upgrade and continue after it will use a different key at the version boundary.

@parvahuja
parvahuja marked this pull request as ready for review August 12, 2026 16:12
@raubrey-stripe
raubrey-stripe merged commit b91d89e into stripe:mainAug 12, 2026
9 of 11 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@parvahuja@brendanjryan@raubrey-stripe