AccountService::allPersons()
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: 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: With Connect, you can create Stripe accounts for your users. To do this, you’ll first need to register your platform.
AccountService::create Read More »
Method: Create an external account for a given account.
AccountService::createExternalAccount Read More »
Method: Creates a single-use login link for an Express account to access their Stripe dashboard.
AccountService::createLoginLink Read More »
Method: Creates a new person.
AccountService::createPerson Read More »
Method: With Connect, you can delete accounts you manage.
AccountService::delete Read More »
Method: Delete a specified external account for a given account.
AccountService::deleteExternalAccount Read More »
Method: Deletes an existing person’s relationship to the account’s legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the account_opener. If your integration is using the executive parameter, you cannot delete the only verified executive on file.
AccountService::deletePerson Read More »
Method: With Connect, you may flag accounts as suspicious.
AccountService::reject Read More »
Method: Retrieves information about the specified Account Capability.
AccountService::retrieveCapability 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: 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 »