ApiConnectionException
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: 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 »
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 »
Method: Gets the Stripe error object.
ApiErrorException::getError Read More »
Method: Sets the Stripe error object.
ApiErrorException::setError Read More »
Method: Gets the HTTP body as a string.
ApiErrorException::getHttpBody Read More »
Method: Sets the HTTP body as a string.
ApiErrorException::setHttpBody Read More »
Method: Gets the HTTP headers array.
ApiErrorException::getHttpHeaders Read More »
Method: Sets the HTTP headers array.
ApiErrorException::setHttpHeaders Read More »
Method: Gets the HTTP status code.
ApiErrorException::getHttpStatus Read More »
Method: Sets the HTTP status code.
ApiErrorException::setHttpStatus Read More »