FeatureFuel
2

Support connected accounts in the Stripe fdw

Source: supabase/supabase#23174 · opened by @chatch
There is currently no way to show objects related to [connected accounts]( in the fdw tables. For example the customers table will show only customers associated with the main account and any connected account customers are effectively hidden.

The stripe api supports querying connected account objects by the Stripe-Account header as described on this page:

One way of supporting this might be via options on the create foreign table statement. That would allow one table to show all customers for a single connected account. For example a dedicated table customers_connect_account_1 with a stripe_account option:

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests