From 00c8db47f8ed4c2a87e062367ca872a96f347f4f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:58:51 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 57 +++++++++++++++++++++++++++++++++-- openapi/spec3.beta.sdk.yaml | 59 ++++++++++++++++++++++++++++++++++++- openapi/spec3.json | 2 +- openapi/spec3.sdk.json | 32 ++++++++++++++++++-- openapi/spec3.sdk.yaml | 34 ++++++++++++++++++++- openapi/spec3.yaml | 6 +++- 6 files changed, 182 insertions(+), 8 deletions(-) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 6c4c2f38..2827c819 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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" @@ -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": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index b24dac6b..dc5a5601 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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. diff --git a/openapi/spec3.json b/openapi/spec3.json index e7f3b217..da9bffe2 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -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": { diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index a82be9cb..f1f25718 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -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" @@ -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": { diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index b3a6ece7..5a823296 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -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: @@ -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. diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 6a3ce728..bb5990f8 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -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.