CardDetails
Class: Class CardDetails.
Class: Class CardDetails.
Class: Any use of an issued card that results in funds entering or leaving your Stripe account, such as a completed purchase or refund, is represented by an Issuing Transaction object.
Class: You can create physical or virtual cards that are issued to cardholders.
Class: A VerificationReport is the result of an attempt to collect and verify data from a user. The collection of verification checks performed is determined from the type and options parameters used. You can find the result of each verification check performed in the appropriate sub-resource: document, id_number, selfie.
Class: A VerificationSession guides you through the process of collecting and verifying the identities of your users. It contains details about the type of verification, such as what verification check to perform.
Class: No description found
Class: CardException is thrown when a user enters a card that can’t be charged for some reason.
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.
Class: Implements properties and methods common to all (non-SPL) Stripe exceptions.
Class: InvalidRequestException is thrown when a request is initiated with invalid parameters.
Class: AuthenticationException is thrown when invalid credentials are used to connect to Stripe’s servers.
Class: IdempotencyException is thrown in cases where an idempotency key was used improperly.
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).
Class: SignatureVerificationException is thrown when the signature verification for a webhook fails.
Class: PermissionException is thrown in cases where access was attempted on a resource that wasn’t allowed.
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.
Class: Implements properties and methods common to all (non-SPL) Stripe OAuth exceptions.