Class AccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.financialconnections.AccountService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondisconnect
(String account) Disables your access to a Financial ConnectionsAccount
.disconnect
(String account, RequestOptions options) Disables your access to a Financial ConnectionsAccount
.disconnect
(String account, AccountDisconnectParams params) Disables your access to a Financial ConnectionsAccount
.disconnect
(String account, AccountDisconnectParams params, RequestOptions options) Disables your access to a Financial ConnectionsAccount
.list()
Returns a list of Financial ConnectionsAccount
objects.list
(RequestOptions options) Returns a list of Financial ConnectionsAccount
objects.list
(AccountListParams params) Returns a list of Financial ConnectionsAccount
objects.list
(AccountListParams params, RequestOptions options) Returns a list of Financial ConnectionsAccount
objects.owners()
refresh
(String account, AccountRefreshParams params) Refreshes the data associated with a Financial ConnectionsAccount
.refresh
(String account, AccountRefreshParams params, RequestOptions options) Refreshes the data associated with a Financial ConnectionsAccount
.Retrieves the details of an Financial ConnectionsAccount
.retrieve
(String account, RequestOptions options) Retrieves the details of an Financial ConnectionsAccount
.retrieve
(String account, AccountRetrieveParams params) Retrieves the details of an Financial ConnectionsAccount
.retrieve
(String account, AccountRetrieveParams params, RequestOptions options) Retrieves the details of an Financial ConnectionsAccount
.subscribe
(String account, AccountSubscribeParams params) Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount
.subscribe
(String account, AccountSubscribeParams params, RequestOptions options) Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount
.unsubscribe
(String account, AccountUnsubscribeParams params) Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount
.unsubscribe
(String account, AccountUnsubscribeParams params, RequestOptions options) Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount
.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountService
-
-
Method Details
-
list
Returns a list of Financial ConnectionsAccount
objects.- Throws:
StripeException
-
list
Returns a list of Financial ConnectionsAccount
objects.- Throws:
StripeException
-
list
Returns a list of Financial ConnectionsAccount
objects.- Throws:
StripeException
-
list
public StripeCollection<Account> list(AccountListParams params, RequestOptions options) throws StripeException Returns a list of Financial ConnectionsAccount
objects.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount
.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount
.- Throws:
StripeException
-
retrieve
Retrieves the details of an Financial ConnectionsAccount
.- Throws:
StripeException
-
retrieve
public Account retrieve(String account, AccountRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an Financial ConnectionsAccount
.- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount
. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount
. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
Disables your access to a Financial ConnectionsAccount
. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
disconnect
public Account disconnect(String account, AccountDisconnectParams params, RequestOptions options) throws StripeException Disables your access to a Financial ConnectionsAccount
. You will no longer be able to access data associated with the account (e.g. balances, transactions).- Throws:
StripeException
-
refresh
Refreshes the data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
refresh
public Account refresh(String account, AccountRefreshParams params, RequestOptions options) throws StripeException Refreshes the data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
subscribe
Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
subscribe
public Account subscribe(String account, AccountSubscribeParams params, RequestOptions options) throws StripeException Subscribes to periodic refreshes of data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
unsubscribe
Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
unsubscribe
public Account unsubscribe(String account, AccountUnsubscribeParams params, RequestOptions options) throws StripeException Unsubscribes from periodic refreshes of data associated with a Financial ConnectionsAccount
.- Throws:
StripeException
-
owners
-