ApiResource::refresh()
Method: No description found
ApiResource::refresh Read More »
Class: A PaymentIntent guides you through the process of collecting a payment from your customer. We recommend that you create exactly one PaymentIntent for each order or customer session in your system. You can reference the PaymentIntent later to see the history of payment attempts for a particular session.
Class: A SetupAttempt describes one attempted confirmation of a SetupIntent, whether that confirmation was successful or unsuccessful. You can use SetupAttempts to inspect details of a specific attempt at setting up a payment method using a SetupIntent.
Method: Initializes a new instance of the {@link BaseStripeClient} class.
BaseStripeClient::__construct Read More »
Method: Gets the API key used by the client to send requests.
BaseStripeClient::getApiKey Read More »
Method: Gets the client ID used by the client in OAuth requests.
BaseStripeClient::getClientId Read More »
Method: Gets the base URL for Stripe’s API.
BaseStripeClient::getApiBase Read More »