stripe / stripe-java

Java library for the Stripe API.
https://stripe.com
MIT License
827 stars 361 forks source link

Add support for SATISPAY payment method #1884

Closed gabrielgatu closed 1 month ago

gabrielgatu commented 1 month ago

Is your feature request related to a problem? Please describe.

Satispay is an italian payment method, and Stripe is currently letting people access it through a beta program (we got in).

The only problem is that we're handling manually the list of payment methods accepted by our platform and Satispay is not yet supported by the Java library (updated to the latest 26.13.0-beta.1 version).

The problem is that Satispay is not yet listed between the accepted payment methods (SessionCreateParams.PaymentMethodType.SATISPAY doesn’t exists)

Could you please fix it?

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

remi-stripe commented 1 month ago

@gabrielgatu We don't add most betas to our beta SDKs today which is why Satispay is missing. We also don't really discuss most betas publicly. Please work directly with your Stripe point of contact that gave you access to the beta for further help. They can work internally with other people at Stripe to assess whether this is something we can do.