Exception | Description |
---|---|
APIConnectionException |
An
Exception that represents a failure to connect to Stripe's API. |
APIException |
An
Exception that represents an internal problem with Stripe's servers. |
AuthenticationException |
An
Exception that represents a failure to authenticate yourself to the server. |
CardException |
An
Exception indicating that there is a problem with a Card used for a request. |
InvalidRequestException |
An
Exception indicating that invalid parameters were used in a request. |
PermissionException |
A type of
AuthenticationException resulting from incorrect permissions
to perform the requested action. |
RateLimitException |
An
Exception indicating that too many requests have hit the API too quickly. |
StripeException |
A base class for Stripe-related
Exceptions . |