AccountService::retrieveCapability()
Method: Retrieves information about the specified Account Capability.
AccountService::retrieveCapability Read More »
Method: Retrieves information about the specified Account Capability.
AccountService::retrieveCapability Read More »
Method: With Connect, you may flag accounts as suspicious.
AccountService::reject 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: Delete a specified external account for a given account.
AccountService::deleteExternalAccount Read More »
Method: With Connect, you can delete accounts you manage.
AccountService::delete Read More »
Method: Creates a new person.
AccountService::createPerson Read More »
Method: Creates a single-use login link for an Express account to access their Stripe dashboard.
AccountService::createLoginLink Read More »
Method: Create an external account for a given account.
AccountService::createExternalAccount 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: 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: List external accounts for an account.
AccountService::allExternalAccounts 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.