Skip to content

Commit

Permalink
Update OpenAPI for e23b8a8f6b5dd16e0b8b8eda1ed7970e39d7f6e3
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 8, 2025
1 parent 8b8d5da commit 89b4f2d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -183822,6 +183822,10 @@
"explode": true,
"style": "deepObject"
},
"phone_number_collection": {
"explode": true,
"style": "deepObject"
},
"restrictions": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -184670,6 +184674,23 @@
],
"description": "The list of payment method types that customers can use. Pass an empty string to enable dynamic payment methods that use your [payment method settings](https://dashboard.stripe.com/settings/payment_methods)."
},
"phone_number_collection": {
"description": "Controls phone number collection settings during checkout.\n\nWe recommend that you review your privacy policy and check with your legal contacts.",
"properties": {
"enabled": {
"description": "Set to `true` to enable phone number collection.",
"type": "boolean"
}
},
"required": [
"enabled"
],
"title": "phone_number_collection_params",
"type": "object",
"x-stripeMostCommon": [
"enabled"
]
},
"restrictions": {
"anyOf": [
{
Expand Down

0 comments on commit 89b4f2d

Please sign in to comment.