CardService
Class: No description found
Method: Returns a list of Issuing Card objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.
Method: Updates the specified Issuing Card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
CardService::update Read More »
Class: Service factory class for API resources in the Issuing namespace.
IssuingServiceFactory Read More »
Method: No description found
IssuingServiceFactory::getServiceClass 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: List all verification reports.
VerificationReportService::all Read More »
Method: A Session can be expired when it is in one of these statuses: open.
SessionService::expire Read More »
Class: Service factory class for API resources in the Checkout namespace.
CheckoutServiceFactory Read More »
Method: No description found
CheckoutServiceFactory::getServiceClass 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 »