Kimon
Kimon
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
yeah 😅
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
exactly like in the docs
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
const { data: subscriptions } = await authClient.subscription.list({
query: {
referenceId: "3FVlQZ66Hky46WdpgWs9vSn4bfHwqOgD",
}
});
console.dir(subscriptions);
const { data: subscriptions } = await authClient.subscription.list({
query: {
referenceId: "3FVlQZ66Hky46WdpgWs9vSn4bfHwqOgD",
}
});
console.dir(subscriptions);
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
its working now!! :) thank you for your help!!!
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
im gonna try that
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
but i just saw that the docs got changed, there is now a query wrapper around referenceId
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
if you call
const { data: subscriptions } = await authClient.subscription.list({
referenceId: "TwaTAtP11GPvf3hrlumtNzkgJsBN8DPf",
});
console.dir(subscriptions);
const { data: subscriptions } = await authClient.subscription.list({
referenceId: "TwaTAtP11GPvf3hrlumtNzkgJsBN8DPf",
});
console.dir(subscriptions);
20 replies
BABetter Auth
Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
im on the latest version (1.2.7) does getting a subscirption via a reference id works for you?
20 replies
BABetter Auth
Created by Lionvsx on 3/18/2025 in #help
Stripe: how can we renew a cancelled subscription
I have the same question
3 replies