DisputeService
Class: No description found
Method: Closing the dispute for a charge indicates that you do not have any evidence to submit and are essentially dismissing the dispute, acknowledging it as lost.
DisputeService::close Read More »
Method: Retrieves the dispute with the given ID.
DisputeService::retrieve Read More »
Method: When you get a dispute, contacting your customer is always the best first step.
DisputeService::update Read More »
Method: Returns a list of PaymentIntents.
PaymentIntentService::all Read More »
Method: A PaymentIntent object can be canceled when it is in one of these statuses: requires_payment_method, requires_capture, requires_confirmation, requires_action, or processing.
PaymentIntentService::cancel Read More »
Method: Sends a request to Stripe’s Connect API.
OAuthService::requestConnect Read More »
Method: Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
PaymentIntentService::capture Read More »
Method: Generates a URL to Stripe’s OAuth form.
OAuthService::authorizeUrl Read More »
Method: Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, the PaymentIntent will attempt to initiate a payment.
PaymentIntentService::confirm Read More »
Method: Updates the metadata of a top-up. Other top-up details are not editable by design.
TopupService::update Read More »
Method: Creates a new price for an existing product. The price can be recurring or one-time.
PriceService::create Read More »
Method: Retrieves the price with the given ID.
PriceService::retrieve Read More »
Method: Updates the specified price by setting the values of the parameters passed. Any parameters not provided are left unchanged.
PriceService::update Read More »
Method: Returns a list of your orders. The orders are returned sorted by creation date, with the most recently created orders appearing first.