Skip to content

Commit

Permalink
OpenAPI Update (#463)
Browse files Browse the repository at this point in the history
Update OpenAPI for abd4f86b36c8c765d8e45a642710d2f343af8494

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Sep 21, 2023
1 parent c74cd9f commit 8a1b760
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -25667,7 +25667,8 @@
}
},
"required": [
"billing_agreement_id"
"billing_agreement_id",
"payer_id"
],
"title": "mandate_paypal",
"type": "object",
Expand Down Expand Up @@ -34632,6 +34633,13 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id",
"payer_name",
"seller_protection",
"transaction_id"
],
"title": "payment_method_details_paypal",
"type": "object",
"x-expandableFields": [
Expand Down Expand Up @@ -36272,7 +36280,8 @@
}
},
"required": [
"preferred_locale"
"preferred_locale",
"reference"
],
"title": "payment_method_options_paypal",
"type": "object",
Expand Down Expand Up @@ -36528,6 +36537,10 @@
"type": "string"
}
},
"required": [
"payer_email",
"payer_id"
],
"title": "payment_method_paypal",
"type": "object",
"x-expandableFields": [],
Expand Down

0 comments on commit 8a1b760

Please sign in to comment.