DisputeService::update()
Method: When you get a dispute, contacting your customer is always the best first step.
DisputeService::update Read More »
Method: When you get a dispute, contacting your customer is always the best first step.
DisputeService::update Read More »
Method: Retrieves the dispute with the given ID.
DisputeService::retrieve Read More »
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: Returns a list of your disputes.
DisputeService::all Read More »
Method: No description found
OAuthService::_getBase Read More »
Method: No description found
OAuthService::_parseOpts Read More »
Method: No description found
OAuthService::_getClientSecret Read More »
Method: No description found
OAuthService::_getClientId Read More »
Method: Disconnects an account from your platform.
OAuthService::deauthorize Read More »
Method: Use an authoriztion code to connect an account to your platform and fetch the user’s credentials.
OAuthService::token Read More »
Method: Generates a URL to Stripe’s OAuth form.
OAuthService::authorizeUrl Read More »
Method: Sends a request to Stripe’s Connect API.
OAuthService::requestConnect Read More »
Method: Updates the specific order by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
OrderService::update Read More »
Method: Return all or part of an order. The order must have a status of paid or fulfilled before it can be returned. Once all items have been returned, the order will become canceled or returned depending on which status the order started in.
OrderService::returnOrder Read More »
Method: Retrieves the details of an existing order. Supply the unique order ID from either an order creation request or the order list, and Stripe will return the corresponding order information.
OrderService::retrieve Read More »
Method: Pay an order by providing a source to create a payment.
Method: Creates a new order object.
OrderService::create 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.
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: Retrieves the price with the given ID.
PriceService::retrieve Read More »