InvalidRequestException::getStripeParam()
Method: Gets the parameter related to the error.
InvalidRequestException::getStripeParam 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 »
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: Sets the `Stripe-Signature` HTTP header.
SignatureVerificationException::setSigHeader Read More »
Class: RateLimitException is thrown in cases where an account is putting too much load on Stripe’s API servers (usually by performing too many requests).
RateLimitException Read More »
Class: IdempotencyException is thrown in cases where an idempotency key was used improperly.
IdempotencyException Read More »
Method: No description found
OAuthErrorException::constructErrorObject Read More »
Class: UnknownApiErrorException is thrown when the client library receives an error from the API it doesn’t know about. Receiving this error usually means that your client library is outdated and should be upgraded.
UnknownApiErrorException Read More »
Class: PermissionException is thrown in cases where access was attempted on a resource that wasn’t allowed.
PermissionException Read More »
Class: SignatureVerificationException is thrown when the signature verification for a webhook fails.
SignatureVerificationException Read More »