ConfigurationService::all()
Method: Returns a list of configurations that describe the functionality of the customer portal.
ConfigurationService::all Read More »
Method: Returns a list of configurations that describe the functionality of the customer portal.
ConfigurationService::all Read More »
Method: Creates a configuration that describes the functionality and behavior of a PortalSession.
ConfigurationService::create Read More »
Method: Retrieves a configuration that describes the functionality of the customer portal.
ConfigurationService::retrieve Read More »
Method: Updates a configuration that describes the functionality of the customer portal.
ConfigurationService::update Read More »
Class: Service factory class for API resources in the BillingPortal namespace.
BillingPortalServiceFactory Read More »
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 »
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.