SignatureVerificationException::factory()
Method: Creates a new SignatureVerificationException exception.
SignatureVerificationException::factory Read More »
Method: Creates a new SignatureVerificationException exception.
SignatureVerificationException::factory Read More »
Method: Gets the HTTP body as a string.
SignatureVerificationException::getHttpBody Read More »
Method: Sets the HTTP body as a string.
SignatureVerificationException::setHttpBody Read More »
Method: Gets the `Stripe-Signature` HTTP header.
SignatureVerificationException::getSigHeader 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: A Checkout Session represents your customer’s session as they pay for one-time purchases or subscriptions through Checkout or Payment Links. We recommend creating a new Session each time your customer attempts to pay.
Class: UnsupportedResponseTypeException is thrown when an unsupported response type parameter is specified.
UnsupportedResponseTypeException Read More »
Class: UnknownApiErrorException is thrown when the client library receives an error from the OAuth API it doesn’t know about. Receiving this error usually means that your client library is outdated and should be upgraded.
UnknownOAuthErrorException Read More »
Class: InvalidClientException is thrown when the client_id does not belong to you, the stripe_user_id does not exist or is not connected to your application, or the API key mode (live or test mode) does not match the client_id mode.
InvalidClientException Read More »
Class: InvalidScopeException is thrown when an invalid scope parameter is provided.
InvalidScopeException Read More »
Class: UnsupportedGrantTypeException is thrown when an unuspported grant type parameter is specified.
UnsupportedGrantTypeException Read More »