Skip to content

Releases: stripe/openapi

v603

16 Oct 19:53
Compare
Choose a tag to compare
  • Add support for legal_guardian on Account#persons.relationship and Token#create.person.relationship
  • Add support for new values invalid_address_highway_contract_box, invalid_address_private_mailbox, invalid_business_profile_name_denylisted, invalid_business_profile_name, invalid_company_name_denylisted, invalid_dob_age_over_maximum, invalid_product_description_length, invalid_product_description_url_match, invalid_statement_descriptor_business_mismatch, invalid_statement_descriptor_denylisted, invalid_statement_descriptor_length, invalid_statement_descriptor_prefix_denylisted, invalid_statement_descriptor_prefix_mismatch, invalid_tax_id_format, invalid_tax_id, invalid_url_denylisted, invalid_url_format, invalid_url_length, invalid_url_web_presence_detected, invalid_url_website_business_information_mismatch, invalid_url_website_empty, invalid_url_website_inaccessible_geoblocked, invalid_url_website_inaccessible_password_protected, invalid_url_website_inaccessible, invalid_url_website_incomplete_cancellation_policy, invalid_url_website_incomplete_customer_service_details, invalid_url_website_incomplete_legal_restrictions, invalid_url_website_incomplete_refund_policy, invalid_url_website_incomplete_return_policy, invalid_url_website_incomplete_terms_and_conditions, invalid_url_website_incomplete_under_construction, invalid_url_website_incomplete, and invalid_url_website_other on enums Account.future_requirements.errors[].code, Account.requirements.errors[].code, BankAccount.future_requirements.errors[].code, and BankAccount.requirements.errors[].code
  • Add support for additional_tos_acceptances on Token#create.person
  • Add support for new value 2023-10-16 on enum WebhookEndpoint#create.api_version

v602

13 Oct 22:01
Compare
Choose a tag to compare
  • Release specs are identical.

v601

13 Oct 21:12
Compare
Choose a tag to compare
  • Release specs are identical.

v600

12 Oct 18:58
Compare
Choose a tag to compare
  • Add support for new values issuing_token.created and issuing_token.updated on enum Event.type
  • Add support for new values issuing_token.created and issuing_token.updated on enums WebhookEndpoint#create.enabled_events[] and WebhookEndpoint#update.enabled_events[]

v599

12 Oct 02:41
Compare
Choose a tag to compare
  • Release specs are identical.

v598

11 Oct 22:02
Compare
Choose a tag to compare

Release specs are identical.

v597

11 Oct 14:45
Compare
Choose a tag to compare

Release specs are identical.

v596

10 Oct 21:37
Compare
Choose a tag to compare
  • Add support for offline on Terminal.Configuration#create, Terminal.Configuration#update, and Terminal.Configuration

v595

10 Oct 14:33
Compare
Choose a tag to compare
  • Release specs are identical.

v594

10 Oct 14:30
Compare
Choose a tag to compare
  • Change type of Checkout.Session.custom_fields[].dropdown from nullable(PaymentPagesCheckoutSessionCustomFieldsDropdown) to PaymentPagesCheckoutSessionCustomFieldsDropdown
  • Change type of Checkout.Session.custom_fields[].numeric and Checkout.Session.custom_fields[].text from nullable(PaymentPagesCheckoutSessionCustomFieldsNumeric) to PaymentPagesCheckoutSessionCustomFieldsNumeric
  • Change Checkout.Session.custom_fields[].dropdown, Checkout.Session.custom_fields[].numeric, Checkout.Session.custom_fields[].text, PaymentLink.custom_fields[].dropdown, PaymentLink.custom_fields[].numeric, and PaymentLink.custom_fields[].text to be optional
  • Change type of PaymentLink.custom_fields[].dropdown from nullable(PaymentLinksResourceCustomFieldsDropdown) to PaymentLinksResourceCustomFieldsDropdown
  • Change type of PaymentLink.custom_fields[].numeric and PaymentLink.custom_fields[].text from nullable(PaymentLinksResourceCustomFieldsNumeric) to PaymentLinksResourceCustomFieldsNumeric