https://github.com/soenneker/soenneker.stripe.enums.errorcodes
A strongly-typed list of known Stripe error codes returned in API responses, used for handling and categorizing Stripe errors programmatically.
https://github.com/soenneker/soenneker.stripe.enums.errorcodes
card cards code credit csharp debit dotnet enum enums error errorcodes method methods payment processing stripe stripeerrorcode
Last synced: 3 months ago
JSON representation
A strongly-typed list of known Stripe error codes returned in API responses, used for handling and categorizing Stripe errors programmatically.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.stripe.enums.errorcodes
- Owner: soenneker
- License: mit
- Created: 2025-05-04T23:45:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-10T01:46:39.000Z (3 months ago)
- Last Synced: 2026-03-10T01:57:17.330Z (3 months ago)
- Topics: card, cards, code, credit, csharp, debit, dotnet, enum, enums, error, errorcodes, method, methods, payment, processing, stripe, stripeerrorcode
- Language: C#
- Homepage: https://soenneker.com
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.stripe.enums.errorcodes/)
[](https://github.com/soenneker/soenneker.stripe.enums.errorcodes/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.stripe.enums.errorcodes/)
[](https://github.com/soenneker/soenneker.stripe.enums.errorcodes/actions/workflows/codeql.yml)
#  Soenneker.Stripe.Enums.ErrorCodes
### A strongly-typed list of known Stripe error codes returned in API responses, used for handling and categorizing Stripe errors programmatically.
## Installation
```
dotnet add package Soenneker.Stripe.Enums.ErrorCodes
```