PaymentIntentService::create()
Method: Creates a PaymentIntent object.
PaymentIntentService::create Read More »
Method: Creates a PaymentIntent object.
PaymentIntentService::create Read More »
Method: Disconnects an account from your platform.
OAuthService::deauthorize Read More »
Method: Retrieves the details of a PaymentIntent that has previously been created.
PaymentIntentService::retrieve Read More »
Method: No description found
OAuthService::_getClientSecret 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: 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: Retrieves the details of a top-up that has previously been created. Supply the unique top-up ID that was returned from your previous request, and Stripe will return the corresponding top-up information.
TopupService::retrieve Read More »
Method: Updates the metadata of a top-up. Other top-up details are not editable by design.
TopupService::update Read More »