Skip to content

feat(stripe): add standardized payment intent options - #249

Merged
brendanjryan merged 7 commits into
tempoxyz:mainfrom
staubman-stripe:staubman/payment-intent-options
Sep 11, 2026
Merged

feat(stripe): add standardized payment intent options#249
brendanjryan merged 7 commits into
tempoxyz:mainfrom
staubman-stripe:staubman/payment-intent-options

Conversation

@staubman-stripe

Copy link
Copy Markdown
Contributor

Summary

  • Adds payment_intent_options to SPT charge and crypto charge methods created through the higher-level Stripe SDK. It supports customer, receipt_email, metadata, and a Tax hook.
  • Standardizes PaymentIntent metadata across SDKs: machine_payment, mpp_sdk, mpp_challenge_id, and mpp_intent.
  • Adds an optional prepare_intent hook so methods can attach private, per-request input without putting it in the public challenge (necessary for the payment_intent_options parameter to be available when creating payment intent but not appear in the challenge)

Motivation

Ports the PaymentIntent-options behavior from mppx:

staubman-stripe and others added 7 commits September 10, 2026 16:09
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
Committed-By-Agent: codex
Co-authored-by: codex <noreply@openai.com>
@staubman-stripe

Copy link
Copy Markdown
Contributor Author

r? @brendanjryan

@brendanjryan

Copy link
Copy Markdown
Collaborator

@codex review

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T16:54:41.365529Z 1748885 Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. You're on a roll.

Reviewed commit: 174888539b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@brendanjryan
brendanjryan merged commit 7988d1c into tempoxyz:main Sep 11, 2026
16 of 17 checks passed
Sign up for free to 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.

2 participants