#라이트브링어
1 messages · Page 1 of 1 (latest)
Hi there, so you want to create a login url for your connected account to log in, not for your customer, am I right?
To clarify, this will be for the customers of the connect account
OK, is it about using custom domain? (https://stripe.com/docs/payments/checkout/custom-domains)
Ah no so what I mean is that I want the login_page url so that the customers of a connected account can have more control of their subscriptions
As an example, I called a post for this in postman:
The main issue I have is that I see that the login_page[enabled] field does not exist in the .NET SDK while it works perfectly fine in postman
Got it, thanks for the clarification. Are you using the latest .NET SDK? https://github.com/stripe/stripe-dotnet
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - GitHub - stripe/stripe-dotnet: Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class libr...
If you are already at the latest version and the param is not available. you can use the AddExtraParam function to enable login_page https://github.com/stripe/stripe-dotnet#parameters
Ill see if my current version works and then try the latest version if it doesn't
BTW https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#4050---2022-08-26 LoginPage is added in version 40.5.0
Oh I see
That's why
Thank you so much for that clarification
Ill bump up my package as a start
No problem. If you don't want to update the version you can also use the AddExtraParam function.