Skip to content

Commit

Permalink
OpenAPI Update (#988)
Browse files Browse the repository at this point in the history
Update OpenAPI for 90562cb4a4974c272f4f063c92e7f901e99c1775

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Nov 12, 2024
1 parent 8b7f504 commit d0fdd87
Show file tree
Hide file tree
Showing 2 changed files with 797 additions and 102 deletions.
18 changes: 12 additions & 6 deletions embedded/openapi/fixtures3.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,15 @@
"account_management": {
"enabled": false,
"features": {
"external_account_collection": true
"external_account_collection": true,
"disable_stripe_user_authentication": true
}
},
"account_onboarding": {
"enabled": false,
"features": {
"external_account_collection": true
"external_account_collection": true,
"disable_stripe_user_authentication": true
}
},
"balances": {
Expand All @@ -156,7 +158,8 @@
"edit_payout_schedule": false,
"external_account_collection": true,
"instant_payouts": false,
"standard_payouts": false
"standard_payouts": false,
"disable_stripe_user_authentication": true
}
},
"documents": {
Expand All @@ -166,7 +169,8 @@
"notification_banner": {
"enabled": false,
"features": {
"external_account_collection": true
"external_account_collection": true,
"disable_stripe_user_authentication": true
}
},
"payment_details": {
Expand All @@ -193,7 +197,8 @@
"edit_payout_schedule": false,
"external_account_collection": true,
"instant_payouts": false,
"standard_payouts": false
"standard_payouts": false,
"disable_stripe_user_authentication": true
}
},
"payouts_list": {
Expand Down Expand Up @@ -673,7 +678,8 @@
"total_details": null,
"ui_mode": "hosted",
"url": "https://checkout.stripe.com/pay/c/cs_test_a1YS1URlnyQCN5fUUduORoQ7Pw41PJqDWkIVQCpJPqkfIhd6tVY8XB1OLY",
"shipping_details": null
"shipping_details": null,
"adaptive_pricing": null
},
"climate.order": {
"amount_fees": 300,
Expand Down
Loading

0 comments on commit d0fdd87

Please sign in to comment.