Skip to content

Commit

Permalink
Update OpenAPI specification for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 7, 2025
1 parent bb6608c commit b8e63b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -50270,7 +50270,7 @@
"$ref": "#/components/schemas/payment_method_details_twint"
},
"type": {
"description": "The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.\nAn additional hash is included on `payment_method_details` with a name matching this value.\nIt contains information specific to the payment method.",
"description": "The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type) for the full list of possible types.\nAn additional hash is included on `payment_method_details` with a name matching this value.\nIt contains information specific to the payment method.",
"maxLength": 5000,
"type": "string"
},
Expand Down
7 changes: 3 additions & 4 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45506,10 +45506,9 @@ components:
type:
description: >-
The type of transaction-specific details of the payment method used
in the payment, one of `ach_credit_transfer`, `ach_debit`,
`acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`,
`card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`,
`p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.
in the payment. See
[PaymentMethod.type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type)
for the full list of possible types.

An additional hash is included on `payment_method_details` with a
name matching this value.
Expand Down

0 comments on commit b8e63b8

Please sign in to comment.