AccountService::allCapabilities()
Method: Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
AccountService::allCapabilities Read More »
Method: Returns a list of capabilities associated with the account. The capabilities are returned sorted by creation date, with the most recent capability appearing first.
AccountService::allCapabilities Read More »
Method: Returns a list of accounts connected to your platform via Connect. If you’re not a platform, the list is empty.
AccountService::all Read More »
Method: Updates properties on a PaymentIntent object without confirming.
Method: Retrieves the details of a PaymentIntent that has previously been created.
Method: Confirm that your customer intends to pay with current or provided payment method. Upon confirmation, the PaymentIntent will attempt to initiate a payment.
Method: Capture the funds of an existing uncaptured PaymentIntent when its status is requires_capture.
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.
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 »