1
Stripe Sync Engine, how to implement custom schemas?
Source: supabase/supabase#37195 · opened by @raky291
For example, if I want to use this Stripe version 2025-03-31.basil, I know I can modify the migrations, install an specific version of stripe, and change the stripeApiVersion.
But it's not very clear how I can update the table schemas. I reviewed the code, and it doesn't seem possible.
For example, in the version I want to use, some fields were moved from the Subscription schema to SubscriptionItem.
So what can I do?
That's just an example; there may be more cases in Stripe's changelog.
But it's not very clear how I can update the table schemas. I reviewed the code, and it doesn't seem possible.
For example, in the version I want to use, some fields were moved from the Subscription schema to SubscriptionItem.
So what can I do?
That's just an example; there may be more cases in Stripe's changelog.
No pledges yet. Be the first to back this.
Comments
Similar requests
First class stripe integration
4 votes · 0 comments
Filter on custom schemas in the schema selector
1 vote · 0 comments
Consider implementing supabase / stripe-sync-engine with RPC inside directly in Postgres DB
2 votes · 0 comments
Expose Supabase-Admin-API to Kong
2 votes · 0 comments
Add "status" column in subscriptions stripe to where filter "status" works outside of attrs
2 votes · 0 comments
No comments yet.