-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get customer by email / Check if email is already used #1156
Comments
@aboulinguez You can use the List Customers API and filter with the At the moment, the library does not support this filter but I'll add this now! |
Hi @remi-stripe Thanks for your answser. I was already using the "List" method and I will now wait for your update to use the Any idea of the delay before seeing the parameter to be available? Thanks again! Antoine. |
@aboulinguez The code is ready and needs to be reviewed and deployed so I'd say a few days! |
@remi-stripe It sounds great. Thanks! |
@aboulinguez we just released 15.5.0 with the fix: https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#1550---2018-04-16 |
@remi-stripe I'm very thankful for your fix for this as I need the ability to do this now... however I can see that the fix went into 15.5.0, but I have 16.3.0 and the fix isn't in that version. Is there some way I can get the fix? Thanks! (sorry if it's considered bad practice to comment on a closed bug, but I thought this may be preferrable to opening another ticket on the same topic) |
@bronthulke That is really strange, it's like that PR was never merged in the end. We'll investigate and likely release a new version tomorrow or early next week. cc @ob-stripe this was merged in #1157 do you know what's going on and why it never made it to master after all? Master has no |
@remi-stripe The PR's target branch was |
Released in 16.4.0, which should appear on NuGet soon. |
Thanks so much for resolving this so quickly, guys! |
Hi,
Is there a way to check if an email address is already used by an existing user, or maybe get a customer by just passing its email address ?
Thanks for your help.
Best regards,
Antoine Boulinguez.
The text was updated successfully, but these errors were encountered: