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.create
(UsBankAccountCreateParams params) Create a USBankAccount object.create
(UsBankAccountCreateParams params, RequestOptions options) Create a USBankAccount object.Retrieve a USBankAccount object.retrieve
(String id, RequestOptions options) Retrieve a USBankAccount object.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
-
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.
-