ApiErrorException::getError()
Method: Gets the Stripe error object.
ApiErrorException::getError 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 »
Method: Gets the JSON deserialized body.
ApiErrorException::getJsonBody 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.
Method: Creates a new API error exception.
ApiErrorException::factory Read More »
Class: SignatureVerificationException is thrown when the signature verification for a webhook fails.
SignatureVerificationException Read More »