Package com.stripe.service
Class BalanceTransferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.BalanceTransferService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(BalanceTransferCreateParams params) Creates a balance transfer.create(BalanceTransferCreateParams params, RequestOptions options) Creates a balance transfer.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
BalanceTransferService
-
-
Method Details
-
create
Creates a balance transfer. For Issuing use cases, funds will be debited immediately from the source balance and credited to the destination balance immediately (if your account is based in the US) or next-business-day (if your account is based in the EU). For Segregated Separate Charges and Transfers use cases, funds will be debited immediately from the source balance and credited immediately to the destination balance.- Throws:
StripeException
-
create
public BalanceTransfer create(BalanceTransferCreateParams params, RequestOptions options) throws StripeException Creates a balance transfer. For Issuing use cases, funds will be debited immediately from the source balance and credited to the destination balance immediately (if your account is based in the US) or next-business-day (if your account is based in the EU). For Segregated Separate Charges and Transfers use cases, funds will be debited immediately from the source balance and credited immediately to the destination balance.- Throws:
StripeException
-