Class BalanceTransferService

java.lang.Object
com.stripe.net.ApiService
com.stripe.service.BalanceTransferService

public final class BalanceTransferService extends ApiService
  • Constructor Details

  • 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

      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