ApiErrorException::setRequestId()
Method: Sets the Stripe request ID.
Method: Sets the Stripe request ID.
Method: Gets the Stripe error code.
Method: Sets the Stripe error code.
Method: Returns the string representation of the exception.
Method: No description found
Class: ApiConnection is thrown in the event that the SDK can’t connect to Stripe’s servers. That can be for a variety of different reasons from a downed network to a bad TLS certificate.
Class: CardException is thrown when a user enters a card that can’t be charged for some reason.
Method: Creates a new CardException exception.
Method: Gets the decline code.
Method: Sets the decline code.
Method: Gets the parameter related to the error.
Method: Sets the parameter related to the error.
Method: Sets the HTTP status code.
Method: Gets the JSON deserialized body.
Class: AuthenticationException is thrown when invalid credentials are used to connect to Stripe’s servers.
Method: Sets the JSON deserialized body.
Class: InvalidRequestException is thrown when a request is initiated with invalid parameters.
Method: Gets the Stripe request ID.
Method: Creates a new InvalidRequestException exception.
Method: Gets the parameter related to the error.