Skip to content

adding four fields into the sdk#52

Merged
Haakam21 merged 1 commit intomainfrom
harry/eng-232-add-stripe-billing-into-sdk
Feb 9, 2026
Merged

adding four fields into the sdk#52
Haakam21 merged 1 commit intomainfrom
harry/eng-232-add-stripe-billing-into-sdk

Conversation

@duharry0915
Copy link
Contributor

@duharry0915 duharry0915 commented Feb 9, 2026

Adding five variable fields into the SDK

  1. billing_id (string, optional)
  2. billing_type (string, optional)
  3. billing_subscription_id (string, optional)
  4. authentication_id (string, optional)
  5. authentication_type (string, optional)

Summary by cubic

Added five optional fields to the Organization schema to support Stripe billing and external auth, aligning with ENG-232.

  • New Features
    • Billing: billing_id, billing_type, billing_subscription_id
    • Authentication: authentication_id, authentication_type

Written for commit 4f62fd0. Summary will update on new commits.

@duharry0915 duharry0915 requested a review from Haakam21 February 9, 2026 22:51
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

✨ API Changes

# API Changelog n/a vs. n/a

## GET /v0/organizations
-  added the optional property 'authentication_id' to the response with the '200' status
-  added the optional property 'authentication_type' to the response with the '200' status
-  added the optional property 'billing_id' to the response with the '200' status
-  added the optional property 'billing_subscription_id' to the response with the '200' status
-  added the optional property 'billing_type' to the response with the '200' status

💡 Download api-changelog-diff artifact or tag @fern Writer in #github-prs for changelog.

@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@Haakam21 Haakam21 merged commit e1accb8 into main Feb 9, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants