PaymentIntentCreateParams.AllowedPaymentMethodType missing CARD_PRESENT

Open Beginner friendly
#2,280 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
75/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
java
Domain
api

Research direction

Start by locating the PaymentIntentCreateParams.AllowedPaymentMethodType definition in the Java SDK and compare its values with the linked PaymentIntent API documentation. Add CARD_PRESENT to the enum and verify that the SDK exposes the value as expected.

Written by the indexing model from the issue text.

Description

bug
Describe the bug

CARD_PRESENT is not present as an enum value. https://docs.stripe.com/api/payment_intents/object?api-version=2026-08-26.preview&rds=1#payment_intent_object-allowed_payment_method_types

To Reproduce

use the sdk

Expected behavior

value is present

Code snippets

OS

n/a

Java version

java 17

stripe-java version

v33.5.0

API version

2026-07.29

Additional context

No response

Dominant language
Java
Stars
1k
Forks
406
Avg merge
2d 18h
Merged PRs (30d)
20

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from stripe/stripe-java

All issues in stripe/stripe-java

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.