DefaultLogger::error()
Method: No description found
DefaultLogger::error Read More »
Method: Unpacks an options array and merges it into the existing RequestOptions object.
RequestOptions::merge Read More »
Method: Updates a PaymentMethod object. A PaymentMethod must be attached a customer to be updated.
PaymentMethodService::update Read More »
Method: Discards all headers that we don’t want to persist across requests.
RequestOptions::discardNonPersistentHeaders Read More »
Method: Retrieves the details of an existing SKU. Supply the unique SKU identifier from either a SKU creation request or from the product, and Stripe will return the corresponding SKU information.
SkuService::retrieve Read More »
Method: Updates the specific SKU by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
SkuService::update Read More »
Method: Returns a list of existing payouts sent to third-party bank accounts or that Stripe has sent you. The payouts are returned in sorted order, with the most recently created payouts appearing first.
PayoutService::all Read More »
Method: A previously created payout can be canceled if it has not yet been paid out.
PayoutService::cancel Read More »
Method: To send funds to your own bank account, you create a new payout object. Your Stripe balance must be able to cover the payout amount, or you’ll receive an “Insufficient Funds” error.
PayoutService::create Read More »
Method: Retrieves the details of an existing payout. Supply the unique payout ID from either a payout creation request or the payout list, and Stripe will return the corresponding payout information.
PayoutService::retrieve Read More »
Method: Reverses a payout by debiting the destination bank account. Only payouts for connected accounts to US bank accounts may be reversed at this time. If the payout is in the pending status, /v1/payouts/:id/cancel should be used instead.
PayoutService::reverse Read More »
Method: Updates the specified payout by setting the values of the parameters passed. Any parameters not provided will be left unchanged. This request accepts only the metadata as arguments.
PayoutService::update Read More »
Method: Returns a list of PaymentMethods. For listing a customer’s payment methods, you should use List a Customer’s PaymentMethods.
PaymentMethodService::all Read More »
Method: Updates the specified charge by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
ChargeService::update Read More »
Method: Attaches a PaymentMethod object to a Customer.
PaymentMethodService::attach Read More »