BillingPortalServiceFactory::getServiceClass()
Method: No description found
BillingPortalServiceFactory::getServiceClass Read More »
Method: No description found
BillingPortalServiceFactory::getServiceClass Read More »
Class: When an issued card is used to make a purchase, an Issuing Authorization object is created. Authorizations must be approved for the purchase to be completed successfully.
Method: Creates a session of the customer portal.
SessionService::create 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 »
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 »