VerificationReportService::all()
Method: List all verification reports.
VerificationReportService::all Read More »
Method: List all verification reports.
VerificationReportService::all Read More »
Method: Returns a list of Issuing Transaction objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
TransactionService::all Read More »
Method: Retrieves an existing VerificationReport.
VerificationReportService::retrieve Read More »
Method: Retrieves an Issuing Transaction object.
TransactionService::retrieve Read More »
Method: Updates the specified Issuing Transaction object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
TransactionService::update Read More »
Method: Returns a list of Issuing Dispute objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
DisputeService::all Read More »
Method: Creates an Issuing Dispute object. Individual pieces of evidence within the evidence object are optional at this point. Stripe only validates that required evidence is present during submission. Refer to Dispute reasons and evidence for more details about evidence requirements.
DisputeService::create Read More »
Method: Retrieves an Issuing Dispute object.
DisputeService::retrieve Read More »
Method: Submits an Issuing Dispute to the card network. Stripe validates that all evidence fields required for the dispute’s reason are present. For more details, see Dispute reasons and evidence.
DisputeService::submit Read More »
Method: Returns a list of VerificationSessions.
VerificationSessionService::all Read More »
Method: A VerificationSession object can be canceled when it is in requires_input status.
VerificationSessionService::cancel Read More »
Method: Creates a VerificationSession object.
VerificationSessionService::create Read More »
Method: Redact a VerificationSession to remove all collected information from Stripe.
VerificationSessionService::redact Read More »
Method: Retrieves the details of a VerificationSession that was previously created.
VerificationSessionService::retrieve Read More »
Method: Updates a VerificationSession object.
VerificationSessionService::update Read More »
Class: Service factory class for API resources in the Identity namespace.
IdentityServiceFactory Read More »
Method: No description found
IdentityServiceFactory::getServiceClass Read More »