Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023
v2025
11 changes: 0 additions & 11 deletions src/Stripe.net/Entities/Accounts/AccountCapabilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,17 +480,6 @@ public class AccountCapabilities : StripeEntity<AccountCapabilities>
#endif
public string PaynowPayments { get; set; }

/// <summary>
/// The status of the Paypay capability of the account, or whether the account can directly
/// process Paypay payments.
/// One of: <c>active</c>, <c>inactive</c>, or <c>pending</c>.
/// </summary>
[JsonProperty("paypay_payments")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay_payments")]
#endif
public string PaypayPayments { get; set; }

/// <summary>
/// The status of the pix payments capability of the account, or whether the account can
/// directly process pix charges.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,6 @@ public class ChargePaymentMethodDetails : StripeEntity<ChargePaymentMethodDetail
#endif
public ChargePaymentMethodDetailsPaypal Paypal { get; set; }

[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public ChargePaymentMethodDetailsPaypay Paypay { get; set; }

[JsonProperty("pix")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("pix")]
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,6 @@ public Customer Customer
#endif
public ConfirmationTokenPaymentMethodPreviewPaypal Paypal { get; set; }

[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public ConfirmationTokenPaymentMethodPreviewPaypay Paypay { get; set; }

[JsonProperty("pix")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("pix")]
Expand Down Expand Up @@ -380,10 +374,9 @@ public Customer Customer
/// <c>kakao_pay</c>, <c>klarna</c>, <c>konbini</c>, <c>kr_card</c>, <c>link</c>,
/// <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>, <c>naver_pay</c>,
/// <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>, <c>payco</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>revolut_pay</c>,
/// <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>,
/// <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or <c>zip</c>.
/// </summary>
[JsonProperty("type")]
#if NET6_0_OR_GREATER
Expand Down

This file was deleted.

5 changes: 3 additions & 2 deletions src/Stripe.net/Entities/Disputes/Dispute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ public PaymentIntent PaymentIntent
/// The current status of a dispute. Possible values include:<c>warning_needs_response</c>,
/// <c>warning_under_review</c>, <c>warning_closed</c>, <c>needs_response</c>,
/// <c>under_review</c>, <c>won</c>, <c>lost</c>, or <c>prevented</c>.
/// One of: <c>lost</c>, <c>needs_response</c>, <c>under_review</c>, <c>warning_closed</c>,
/// <c>warning_needs_response</c>, <c>warning_under_review</c>, or <c>won</c>.
/// One of: <c>lost</c>, <c>needs_response</c>, <c>prevented</c>, <c>under_review</c>,
/// <c>warning_closed</c>, <c>warning_needs_response</c>, <c>warning_under_review</c>, or
/// <c>won</c>.
/// </summary>
[JsonProperty("status")]
#if NET6_0_OR_GREATER
Expand Down
2 changes: 1 addition & 1 deletion src/Stripe.net/Entities/PaymentIntents/PaymentIntent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public Customer Customer
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>,
/// <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ public class PaymentIntentPaymentMethodOptions : StripeEntity<PaymentIntentPayme
#endif
public PaymentIntentPaymentMethodOptionsPaypal Paypal { get; set; }

[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public PaymentIntentPaymentMethodOptionsPaypay Paypay { get; set; }

[JsonProperty("pix")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("pix")]
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions src/Stripe.net/Entities/PaymentLinks/PaymentLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ public Account OnBehalfOf
/// <c>boleto</c>, <c>card</c>, <c>cashapp</c>, <c>eps</c>, <c>fpx</c>, <c>giropay</c>,
/// <c>grabpay</c>, <c>ideal</c>, <c>klarna</c>, <c>konbini</c>, <c>link</c>,
/// <c>mobilepay</c>, <c>multibanco</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>satispay</c>, <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>, <c>twint</c>,
/// <c>us_bank_account</c>, <c>wechat_pay</c>, or <c>zip</c>.
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>satispay</c>,
/// <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>,
/// <c>wechat_pay</c>, or <c>zip</c>.
/// </summary>
[JsonProperty("payment_method_types")]
#if NET6_0_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,6 @@ public class PaymentMethodConfiguration : StripeEntity<PaymentMethodConfiguratio
#endif
public PaymentMethodConfigurationPaypal Paypal { get; set; }

[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public PaymentMethodConfigurationPaypay Paypay { get; set; }

[JsonProperty("pix")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("pix")]
Expand Down

This file was deleted.

This file was deleted.

13 changes: 3 additions & 10 deletions src/Stripe.net/Entities/PaymentMethods/PaymentMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,6 @@ public Customer Customer
#endif
public PaymentMethodPaypal Paypal { get; set; }

[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public PaymentMethodPaypay Paypay { get; set; }

[JsonProperty("pix")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("pix")]
Expand Down Expand Up @@ -453,10 +447,9 @@ public Customer Customer
/// <c>kakao_pay</c>, <c>klarna</c>, <c>konbini</c>, <c>kr_card</c>, <c>link</c>,
/// <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>, <c>naver_pay</c>,
/// <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>, <c>payco</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>revolut_pay</c>,
/// <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>,
/// <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or <c>zip</c>.
/// </summary>
[JsonProperty("type")]
#if NET6_0_OR_GREATER
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -395,15 +395,6 @@ public class AccountCapabilitiesOptions : INestedOptions
#endif
public AccountCapabilitiesPaynowPaymentsOptions PaynowPayments { get; set; }

/// <summary>
/// The paypay_payments capability.
/// </summary>
[JsonProperty("paypay_payments")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay_payments")]
#endif
public AccountCapabilitiesPaypayPaymentsOptions PaypayPayments { get; set; }

/// <summary>
/// The pix_payments capability.
/// </summary>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,9 @@ public class SessionCreateOptions : BaseOptions, IHasMetadata
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>mobilepay</c>, <c>multibanco</c>, <c>naver_pay</c>,
/// <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>, <c>payco</c>,
/// <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
/// <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>, <c>revolut_pay</c>,
/// <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>,
/// <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or <c>zip</c>.
/// </summary>
[JsonProperty("excluded_payment_method_types")]
#if NET6_0_OR_GREATER
Expand Down Expand Up @@ -447,7 +446,7 @@ public class SessionCreateOptions : BaseOptions, IHasMetadata
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>link</c>, <c>mobilepay</c>, <c>multibanco</c>,
/// <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public class CustomerPaymentMethodListOptions : ListOptions
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>link</c>, <c>mb_way</c>, <c>mobilepay</c>,
/// <c>multibanco</c>, <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>,
/// <c>pay_by_bank</c>, <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>,
/// <c>pix</c>, <c>promptpay</c>, <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>,
/// <c>pay_by_bank</c>, <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>,
/// <c>promptpay</c>, <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>,
/// <c>sepa_debit</c>, <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>,
/// <c>wechat_pay</c>, or <c>zip</c>.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class PaymentIntentConfirmOptions : BaseOptions
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>,
/// <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public class PaymentIntentCreateOptions : BaseOptions, IHasMetadata
/// <c>giropay</c>, <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>,
/// <c>konbini</c>, <c>kr_card</c>, <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>,
/// <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,16 +414,6 @@ public class PaymentIntentPaymentMethodDataOptions : INestedOptions, IHasMetadat
#endif
public PaymentIntentPaymentMethodDataPaypalOptions Paypal { get; set; }

/// <summary>
/// If this is a <c>paypay</c> PaymentMethod, this hash contains details about the PayPay
/// payment method.
/// </summary>
[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public PaymentIntentPaymentMethodDataPaypayOptions Paypay { get; set; }

/// <summary>
/// If this is a <c>pix</c> PaymentMethod, this hash contains details about the Pix payment
/// method.
Expand Down Expand Up @@ -536,7 +526,7 @@ public class PaymentIntentPaymentMethodDataOptions : INestedOptions, IHasMetadat
/// <c>grabpay</c>, <c>ideal</c>, <c>kakao_pay</c>, <c>klarna</c>, <c>konbini</c>,
/// <c>kr_card</c>, <c>link</c>, <c>mb_way</c>, <c>mobilepay</c>, <c>multibanco</c>,
/// <c>naver_pay</c>, <c>nz_bank_account</c>, <c>oxxo</c>, <c>p24</c>, <c>pay_by_bank</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>paypay</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>payco</c>, <c>paynow</c>, <c>paypal</c>, <c>pix</c>, <c>promptpay</c>,
/// <c>revolut_pay</c>, <c>samsung_pay</c>, <c>satispay</c>, <c>sepa_debit</c>,
/// <c>sofort</c>, <c>swish</c>, <c>twint</c>, <c>us_bank_account</c>, <c>wechat_pay</c>, or
/// <c>zip</c>.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -397,16 +397,6 @@ public class PaymentIntentPaymentMethodOptionsOptions : INestedOptions
#endif
public PaymentIntentPaymentMethodOptionsPaypalOptions Paypal { get; set; }

/// <summary>
/// If this is a <c>paypay</c> PaymentMethod, this sub-hash contains details about the
/// PayPay payment method options.
/// </summary>
[JsonProperty("paypay")]
#if NET6_0_OR_GREATER
[STJS.JsonPropertyName("paypay")]
#endif
public PaymentIntentPaymentMethodOptionsPaypayOptions Paypay { get; set; }

/// <summary>
/// If this is a <c>pix</c> PaymentMethod, this sub-hash contains details about the Pix
/// payment method options.
Expand Down
Loading
Loading