Package com.stripe.service.v2.core.vault
Class UsBankAccountService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.core.vault.UsBankAccountService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionArchive a USBankAccount object.archive(String id, RequestOptions options) Archive a USBankAccount object.Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request.confirmMicrodeposits(String id, RequestOptions options) Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request.Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request.confirmMicrodeposits(String id, UsBankAccountConfirmMicrodepositsParams params, RequestOptions options) Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request.create(UsBankAccountCreateParams params) Create a USBankAccount object.create(UsBankAccountCreateParams params, RequestOptions options) Create a USBankAccount object.list()List USBankAccount objects.list(RequestOptions options) List USBankAccount objects.list(UsBankAccountListParams params) List USBankAccount objects.list(UsBankAccountListParams params, RequestOptions options) List USBankAccount objects.Retrieve a USBankAccount object.retrieve(String id, RequestOptions options) Retrieve a USBankAccount object.Send microdeposits in order to verify your US Bank Account so it is eligible to transfer funds.sendMicrodeposits(String id, RequestOptions options) Send microdeposits in order to verify your US Bank Account so it is eligible to transfer funds.Update a USBankAccount object.update(String id, RequestOptions options) Update a USBankAccount object.update(String id, UsBankAccountUpdateParams params) Update a USBankAccount object.update(String id, UsBankAccountUpdateParams params, RequestOptions options) Update a USBankAccount object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
UsBankAccountService
-
-
Method Details
-
list
List USBankAccount objects. Optionally filter by verification status.- Throws:
StripeException
-
list
List USBankAccount objects. Optionally filter by verification status.- Throws:
StripeException
-
list
List USBankAccount objects. Optionally filter by verification status.- Throws:
StripeException
-
list
public StripeCollection<UsBankAccount> list(UsBankAccountListParams params, RequestOptions options) throws StripeException List USBankAccount objects. Optionally filter by verification status.- Throws:
StripeException
-
create
public UsBankAccount create(UsBankAccountCreateParams params) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Create a USBankAccount object. -
create
public UsBankAccount create(UsBankAccountCreateParams params, RequestOptions options) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Create a USBankAccount object. -
retrieve
Retrieve a USBankAccount object.- Throws:
StripeException
-
retrieve
Retrieve a USBankAccount object.- Throws:
StripeException
-
update
public UsBankAccount update(String id, UsBankAccountUpdateParams params) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Update a USBankAccount object. This is limited to supplying a previously empty routing_number field. -
update
public UsBankAccount update(String id, RequestOptions options) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Update a USBankAccount object. This is limited to supplying a previously empty routing_number field. -
update
public UsBankAccount update(String id) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Update a USBankAccount object. This is limited to supplying a previously empty routing_number field. -
update
public UsBankAccount update(String id, UsBankAccountUpdateParams params, RequestOptions options) throws StripeException, BlockedByStripeException, InvalidPaymentMethodException, QuotaExceededException Update a USBankAccount object. This is limited to supplying a previously empty routing_number field. -
archive
Archive a USBankAccount object. USBankAccount objects will not be automatically archived by Stripe. Archived USBankAccount objects cannot be used as outbound destinations and will not appear in the outbound destination list. -
archive
public UsBankAccount archive(String id, RequestOptions options) throws StripeException, ControlledByDashboardException Archive a USBankAccount object. USBankAccount objects will not be automatically archived by Stripe. Archived USBankAccount objects cannot be used as outbound destinations and will not appear in the outbound destination list. -
confirmMicrodeposits
public UsBankAccount confirmMicrodeposits(String id, UsBankAccountConfirmMicrodepositsParams params) throws StripeException Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request. Once you correctly confirm this, this US Bank Account will be verified and eligible to transfer funds with.- Throws:
StripeException
-
confirmMicrodeposits
Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request. Once you correctly confirm this, this US Bank Account will be verified and eligible to transfer funds with.- Throws:
StripeException
-
confirmMicrodeposits
Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request. Once you correctly confirm this, this US Bank Account will be verified and eligible to transfer funds with.- Throws:
StripeException
-
confirmMicrodeposits
public UsBankAccount confirmMicrodeposits(String id, UsBankAccountConfirmMicrodepositsParams params, RequestOptions options) throws StripeException Confirm microdeposits amounts or descriptor code that you have received from the Send Microdeposits request. Once you correctly confirm this, this US Bank Account will be verified and eligible to transfer funds with.- Throws:
StripeException
-
sendMicrodeposits
Send microdeposits in order to verify your US Bank Account so it is eligible to transfer funds. This will start the verification process and you must Confirm Microdeposits to successfully verify your US Bank Account.- Throws:
StripeException
-
sendMicrodeposits
Send microdeposits in order to verify your US Bank Account so it is eligible to transfer funds. This will start the verification process and you must Confirm Microdeposits to successfully verify your US Bank Account.- Throws:
StripeException
-