Skip to content
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

Api calls failing below api level 23 #621

Closed
SShaw1985 opened this issue Oct 5, 2016 · 2 comments
Closed

Api calls failing below api level 23 #621

SShaw1985 opened this issue Oct 5, 2016 · 2 comments

Comments

@SShaw1985
Copy link

Hello

I am attampting to use the ListAsync method to get a list of customers from stripe.

This works perfectly on my Galaxy 6 with an os of API level 23.

However if i use a device with and api level < 23 i get a 401 response back from stripe.

the request content is the same for both so im wondering if there might be a bug somewhere or perhaps something im not seeing

Thanks
Stephen

@SShaw1985
Copy link
Author

SShaw1985 commented Oct 5, 2016

This was all happening because of the tls support for android.

@SShaw1985 SShaw1985 reopened this Oct 5, 2016
@jaymedavis
Copy link
Contributor

That was going to be my guess - they were telling you unauthorized because of that. Stripe.net has an undocumented feature where you can set StripeConfiguration.HttpMessageHandler to another handler - you can read more about this on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants