EarlyFraudWarning
Class: An early fraud warning indicates that the card issuer has notified us that a charge may be fraudulent.
Class: An early fraud warning indicates that the card issuer has notified us that a charge may be fraudulent.
Class: The Report Run object represents an instance of a report type generated with specific run parameters. Once the object is created, Stripe begins processing the report. When the report has finished running, it will give you a reference to a file where you can retrieve your results. For an overview, see API Access to Reports.
Class: The Report Type resource corresponds to a particular type of report, such as the "Activity summary" or "Itemized payouts" reports. These objects are identified by an ID belonging to a set of enumerated values. See API Access to Reports documentation for those Report Type IDs, along with required and optional parameters.
Method: Returns a list of configurations that describe the functionality of the customer portal.
ConfigurationService::all Read More »
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: As a card issuer, you can dispute transactions that the cardholder does not recognize, suspects to be fraudulent, or has other issues with.
Class: An Issuing Cardholder object represents an individual or business entity who is issued cards.
Method: Closes the curl handle if initialized. Do nothing if already closed.
CurlClient::closeCurlHandle Read More »
Method: Resets the curl handle. If the handle is not already initialized, or if persistent connections are disabled, the handle is reinitialized instead.
CurlClient::resetCurlHandle Read More »
Method: Indicates whether it is safe to use HTTP/2 or not.
CurlClient::canSafelyUseHttp2 Read More »
Method: Checks if a list of headers contains a specific header name.
CurlClient::hasHeader Read More »
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.
VerificationSession Read More »
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.
VerificationReport Read More »