BaseStripeClient::requestStream()
Method: Sends a request to Stripe’s API, passing chunks of the streamed response into a user-provided $readBodyChunkCallable callback.
BaseStripeClient::requestStream Read More »
Method: Sends a request to Stripe’s API, passing chunks of the streamed response into a user-provided $readBodyChunkCallable callback.
BaseStripeClient::requestStream Read More »
Method: Sends a request to Stripe’s API.
BaseStripeClient::requestCollection Read More »
Method: No description found
BaseStripeClient::apiKeyForRequest 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: With Recipient objects, you can transfer money from your Stripe account to a third-party bank account or debit card. The API allows you to create, delete, and update your recipients. You can retrieve individual recipients as well as a list of all your recipients.
Class: Refund objects allow you to refund a charge that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally charged.
Method: No description found
Subscription::getSavedNestedResources Read More »
Class: Events are our way of letting you know when something interesting happens in your account. When an interesting event occurs, we create a new Event object. For example, when a charge succeeds, we create a charge.succeeded event; and when an invoice payment attempt fails, we create an invoice.payment_failed event. Note that many API requests may cause multiple events to be created. For example, if you create a new subscription for a customer, you will receive both a customer.subscription.created event and a charge.succeeded event.