Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 1, 2023
1 parent d351db8 commit 00c8db4
Show file tree
Hide file tree
Showing 6 changed files with 182 additions and 8 deletions.
57 changes: 55 additions & 2 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -11977,6 +11977,15 @@
"billing_portal.configuration.updated",
"billing_portal.session.created",
"capability.updated",
"capital.financing_offer.accepted",
"capital.financing_offer.canceled",
"capital.financing_offer.created",
"capital.financing_offer.expired",
"capital.financing_offer.fully_repaid",
"capital.financing_offer.paid_out",
"capital.financing_offer.rejected",
"capital.financing_offer.replacement_created",
"capital.financing_transaction.created",
"cash_balance.funds_available",
"charge.captured",
"charge.dispute.closed",
Expand Down Expand Up @@ -12010,6 +12019,8 @@
"customer.source.deleted",
"customer.source.expiring",
"customer.source.updated",
"customer.subscription.collection_paused",
"customer.subscription.collection_resumed",
"customer.subscription.created",
"customer.subscription.deleted",
"customer.subscription.paused",
Expand All @@ -12029,6 +12040,10 @@
"financial_connections.account.disconnected",
"financial_connections.account.reactivated",
"financial_connections.account.refreshed_balance",
"financial_connections.account.refreshed_inferred_balances",
"financial_connections.account.refreshed_ownership",
"financial_connections.account.refreshed_transactions",
"financial_connections.session.updated",
"identity.verification_session.canceled",
"identity.verification_session.created",
"identity.verification_session.processing",
Expand Down Expand Up @@ -12056,6 +12071,9 @@
"issuing_authorization.updated",
"issuing_card.created",
"issuing_card.updated",
"issuing_card_design.activated",
"issuing_card_design.deactivated",
"issuing_card_design.updated",
"issuing_cardholder.created",
"issuing_cardholder.updated",
"issuing_dispute.closed",
Expand Down Expand Up @@ -12101,10 +12119,15 @@
"product.updated",
"promotion_code.created",
"promotion_code.updated",
"quote.accept_failed",
"quote.accepted",
"quote.accepting",
"quote.canceled",
"quote.created",
"quote.draft",
"quote.finalized",
"quote.reestimated",
"quote.stale",
"radar.early_fraud_warning.created",
"radar.early_fraud_warning.updated",
"recipient.created",
Expand Down Expand Up @@ -12140,11 +12163,13 @@
"subscription_schedule.expiring",
"subscription_schedule.released",
"subscription_schedule.updated",
"tax.form.updated",
"tax.settings.updated",
"tax_rate.created",
"tax_rate.updated",
"terminal.reader.action_failed",
"terminal.reader.action_succeeded",
"terminal.reader.action_updated",
"test_helpers.test_clock.advancing",
"test_helpers.test_clock.created",
"test_helpers.test_clock.deleted",
Expand All @@ -12157,7 +12182,35 @@
"topup.succeeded",
"transfer.created",
"transfer.reversed",
"transfer.updated"
"transfer.updated",
"treasury.credit_reversal.created",
"treasury.credit_reversal.posted",
"treasury.debit_reversal.completed",
"treasury.debit_reversal.created",
"treasury.debit_reversal.initial_credit_granted",
"treasury.financial_account.closed",
"treasury.financial_account.created",
"treasury.financial_account.features_status_updated",
"treasury.inbound_transfer.canceled",
"treasury.inbound_transfer.created",
"treasury.inbound_transfer.failed",
"treasury.inbound_transfer.succeeded",
"treasury.outbound_payment.canceled",
"treasury.outbound_payment.created",
"treasury.outbound_payment.expected_arrival_date_updated",
"treasury.outbound_payment.failed",
"treasury.outbound_payment.posted",
"treasury.outbound_payment.returned",
"treasury.outbound_transfer.canceled",
"treasury.outbound_transfer.created",
"treasury.outbound_transfer.expected_arrival_date_updated",
"treasury.outbound_transfer.failed",
"treasury.outbound_transfer.posted",
"treasury.outbound_transfer.returned",
"treasury.received_credit.created",
"treasury.received_credit.failed",
"treasury.received_credit.succeeded",
"treasury.received_debit.created"
],
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -37529,7 +37582,7 @@
"type": "string"
},
"id_number_provided": {
"description": "Whether the person's `id_number` was provided.",
"description": "Whether the person's `id_number` was provided. True if either the full ID number was provided or if only the required part of the ID number was provided (ex. last four of an individual's SSN for the US indicated by `ssn_last_4_provided`).",
"type": "boolean"
},
"id_number_secondary_provided": {
Expand Down
59 changes: 58 additions & 1 deletion openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11291,6 +11291,15 @@ components:
- billing_portal.configuration.updated
- billing_portal.session.created
- capability.updated
- capital.financing_offer.accepted
- capital.financing_offer.canceled
- capital.financing_offer.created
- capital.financing_offer.expired
- capital.financing_offer.fully_repaid
- capital.financing_offer.paid_out
- capital.financing_offer.rejected
- capital.financing_offer.replacement_created
- capital.financing_transaction.created
- cash_balance.funds_available
- charge.captured
- charge.dispute.closed
Expand Down Expand Up @@ -11324,6 +11333,8 @@ components:
- customer.source.deleted
- customer.source.expiring
- customer.source.updated
- customer.subscription.collection_paused
- customer.subscription.collection_resumed
- customer.subscription.created
- customer.subscription.deleted
- customer.subscription.paused
Expand All @@ -11343,6 +11354,10 @@ components:
- financial_connections.account.disconnected
- financial_connections.account.reactivated
- financial_connections.account.refreshed_balance
- financial_connections.account.refreshed_inferred_balances
- financial_connections.account.refreshed_ownership
- financial_connections.account.refreshed_transactions
- financial_connections.session.updated
- identity.verification_session.canceled
- identity.verification_session.created
- identity.verification_session.processing
Expand Down Expand Up @@ -11370,6 +11385,9 @@ components:
- issuing_authorization.updated
- issuing_card.created
- issuing_card.updated
- issuing_card_design.activated
- issuing_card_design.deactivated
- issuing_card_design.updated
- issuing_cardholder.created
- issuing_cardholder.updated
- issuing_dispute.closed
Expand Down Expand Up @@ -11415,10 +11433,15 @@ components:
- product.updated
- promotion_code.created
- promotion_code.updated
- quote.accept_failed
- quote.accepted
- quote.accepting
- quote.canceled
- quote.created
- quote.draft
- quote.finalized
- quote.reestimated
- quote.stale
- radar.early_fraud_warning.created
- radar.early_fraud_warning.updated
- recipient.created
Expand Down Expand Up @@ -11454,11 +11477,13 @@ components:
- subscription_schedule.expiring
- subscription_schedule.released
- subscription_schedule.updated
- tax.form.updated
- tax.settings.updated
- tax_rate.created
- tax_rate.updated
- terminal.reader.action_failed
- terminal.reader.action_succeeded
- terminal.reader.action_updated
- test_helpers.test_clock.advancing
- test_helpers.test_clock.created
- test_helpers.test_clock.deleted
Expand All @@ -11472,6 +11497,34 @@ components:
- transfer.created
- transfer.reversed
- transfer.updated
- treasury.credit_reversal.created
- treasury.credit_reversal.posted
- treasury.debit_reversal.completed
- treasury.debit_reversal.created
- treasury.debit_reversal.initial_credit_granted
- treasury.financial_account.closed
- treasury.financial_account.created
- treasury.financial_account.features_status_updated
- treasury.inbound_transfer.canceled
- treasury.inbound_transfer.created
- treasury.inbound_transfer.failed
- treasury.inbound_transfer.succeeded
- treasury.outbound_payment.canceled
- treasury.outbound_payment.created
- treasury.outbound_payment.expected_arrival_date_updated
- treasury.outbound_payment.failed
- treasury.outbound_payment.posted
- treasury.outbound_payment.returned
- treasury.outbound_transfer.canceled
- treasury.outbound_transfer.created
- treasury.outbound_transfer.expected_arrival_date_updated
- treasury.outbound_transfer.failed
- treasury.outbound_transfer.posted
- treasury.outbound_transfer.returned
- treasury.received_credit.created
- treasury.received_credit.failed
- treasury.received_credit.succeeded
- treasury.received_debit.created
maxLength: 5000
type: string
required:
Expand Down Expand Up @@ -34630,7 +34683,11 @@ components:
maxLength: 5000
type: string
id_number_provided:
description: Whether the person's `id_number` was provided.
description: >-
Whether the person's `id_number` was provided. True if either the
full ID number was provided or if only the required part of the ID
number was provided (ex. last four of an individual's SSN for the US
indicated by `ssn_last_4_provided`).
type: boolean
id_number_secondary_provided:
description: Whether the person's `id_number_secondary` was provided.
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -27986,7 +27986,7 @@
"type": "string"
},
"id_number_provided": {
"description": "Whether the person's `id_number` was provided.",
"description": "Whether the person's `id_number` was provided. True if either the full ID number was provided or if only the required part of the ID number was provided (ex. last four of an individual's SSN for the US indicated by `ssn_last_4_provided`).",
"type": "boolean"
},
"id_number_secondary_provided": {
Expand Down
32 changes: 30 additions & 2 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -11087,7 +11087,35 @@
"topup.succeeded",
"transfer.created",
"transfer.reversed",
"transfer.updated"
"transfer.updated",
"treasury.credit_reversal.created",
"treasury.credit_reversal.posted",
"treasury.debit_reversal.completed",
"treasury.debit_reversal.created",
"treasury.debit_reversal.initial_credit_granted",
"treasury.financial_account.closed",
"treasury.financial_account.created",
"treasury.financial_account.features_status_updated",
"treasury.inbound_transfer.canceled",
"treasury.inbound_transfer.created",
"treasury.inbound_transfer.failed",
"treasury.inbound_transfer.succeeded",
"treasury.outbound_payment.canceled",
"treasury.outbound_payment.created",
"treasury.outbound_payment.expected_arrival_date_updated",
"treasury.outbound_payment.failed",
"treasury.outbound_payment.posted",
"treasury.outbound_payment.returned",
"treasury.outbound_transfer.canceled",
"treasury.outbound_transfer.created",
"treasury.outbound_transfer.expected_arrival_date_updated",
"treasury.outbound_transfer.failed",
"treasury.outbound_transfer.posted",
"treasury.outbound_transfer.returned",
"treasury.received_credit.created",
"treasury.received_credit.failed",
"treasury.received_credit.succeeded",
"treasury.received_debit.created"
],
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -33514,7 +33542,7 @@
"type": "string"
},
"id_number_provided": {
"description": "Whether the person's `id_number` was provided.",
"description": "Whether the person's `id_number` was provided. True if either the full ID number was provided or if only the required part of the ID number was provided (ex. last four of an individual's SSN for the US indicated by `ssn_last_4_provided`).",
"type": "boolean"
},
"id_number_secondary_provided": {
Expand Down
34 changes: 33 additions & 1 deletion openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10507,6 +10507,34 @@ components:
- transfer.created
- transfer.reversed
- transfer.updated
- treasury.credit_reversal.created
- treasury.credit_reversal.posted
- treasury.debit_reversal.completed
- treasury.debit_reversal.created
- treasury.debit_reversal.initial_credit_granted
- treasury.financial_account.closed
- treasury.financial_account.created
- treasury.financial_account.features_status_updated
- treasury.inbound_transfer.canceled
- treasury.inbound_transfer.created
- treasury.inbound_transfer.failed
- treasury.inbound_transfer.succeeded
- treasury.outbound_payment.canceled
- treasury.outbound_payment.created
- treasury.outbound_payment.expected_arrival_date_updated
- treasury.outbound_payment.failed
- treasury.outbound_payment.posted
- treasury.outbound_payment.returned
- treasury.outbound_transfer.canceled
- treasury.outbound_transfer.created
- treasury.outbound_transfer.expected_arrival_date_updated
- treasury.outbound_transfer.failed
- treasury.outbound_transfer.posted
- treasury.outbound_transfer.returned
- treasury.received_credit.created
- treasury.received_credit.failed
- treasury.received_credit.succeeded
- treasury.received_debit.created
maxLength: 5000
type: string
required:
Expand Down Expand Up @@ -31038,7 +31066,11 @@ components:
maxLength: 5000
type: string
id_number_provided:
description: Whether the person's `id_number` was provided.
description: >-
Whether the person's `id_number` was provided. True if either the
full ID number was provided or if only the required part of the ID
number was provided (ex. last four of an individual's SSN for the US
indicated by `ssn_last_4_provided`).
type: boolean
id_number_secondary_provided:
description: Whether the person's `id_number_secondary` was provided.
Expand Down
6 changes: 5 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26534,7 +26534,11 @@ components:
maxLength: 5000
type: string
id_number_provided:
description: Whether the person's `id_number` was provided.
description: >-
Whether the person's `id_number` was provided. True if either the
full ID number was provided or if only the required part of the ID
number was provided (ex. last four of an individual's SSN for the US
indicated by `ssn_last_4_provided`).
type: boolean
id_number_secondary_provided:
description: Whether the person's `id_number_secondary` was provided.
Expand Down

0 comments on commit 00c8db4

Please sign in to comment.