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:
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.
Comments
Similar requests
Can Wasm FDW be used with Supabase cloud?
1 vote · 0 comments
Add Entitlements to the Stripe FDW
1 vote · 0 comments
Build a FDW for Google Sheets
1 vote · 0 comments
First class stripe integration
4 votes · 0 comments
Add frequently-used advanced data type support in wrapper framework of FDW
1 vote · 0 comments
No comments yet.