AccountService::retrieveExternalAccount()
Method: Retrieve a specified external account for a given account.
AccountService::retrieveExternalAccount Read More »
Method: Retrieve a specified external account for a given account.
AccountService::retrieveExternalAccount Read More »
Method: Updates properties on a PaymentIntent object without confirming.
PaymentIntentService::update Read More »
Method: Retrieves an existing person.
AccountService::retrievePerson Read More »
Method: Updates a connected account by setting the values of the parameters passed. Any parameters not provided are left unchanged.
AccountService::update 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 an existing Account Capability.
AccountService::updateCapability 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: Updates the metadata, account holder name, account holder type of a bank account belonging to a Custom account, and optionally sets it as the default for its currency. Other bank account details are not editable by design.
AccountService::updateExternalAccount Read More »
Method: List external accounts for an account.
AccountService::allExternalAccounts Read More »
Method: Updates an existing person.
AccountService::updatePerson Read More »
Method: Returns a list of people associated with the account’s legal entity. The people are returned sorted by creation date, with the most recent people appearing first.
AccountService::allPersons 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: 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 »