ApiErrorException::setRequestId()
Method: Sets the Stripe request ID.
ApiErrorException::setRequestId Read More »
Method: Sets the Stripe request ID.
ApiErrorException::setRequestId Read More »
Method: Gets the Stripe error code.
ApiErrorException::getStripeCode Read More »
Method: Sets the Stripe error code.
ApiErrorException::setStripeCode Read More »
Method: Returns the string representation of the exception.
ApiErrorException::__toString Read More »
Method: No description found
ApiErrorException::constructErrorObject Read More »
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.
ApiConnectionException Read More »
Class: CardException is thrown when a user enters a card that can’t be charged for some reason.
Method: Creates a new CardException exception.
CardException::factory Read More »
Method: Gets the decline code.
CardException::getDeclineCode Read More »
Method: Sets the decline code.
CardException::setDeclineCode Read More »
Method: Gets the parameter related to the error.
CardException::getStripeParam Read More »
Method: Sets the parameter related to the error.
CardException::setStripeParam Read More »
Class: AuthenticationException is thrown when invalid credentials are used to connect to Stripe’s servers.
AuthenticationException Read More »
Method: Sets the JSON deserialized body.
ApiErrorException::setJsonBody Read More »
Class: InvalidRequestException is thrown when a request is initiated with invalid parameters.
InvalidRequestException Read More »
Method: Gets the Stripe request ID.
ApiErrorException::getRequestId Read More »
Method: Creates a new InvalidRequestException exception.
InvalidRequestException::factory Read More »
Method: Gets the parameter related to the error.
InvalidRequestException::getStripeParam Read More »
Method: Sets the parameter related to the error.
InvalidRequestException::setStripeParam Read More »
Class: Implements properties and methods common to all (non-SPL) Stripe exceptions.