Skip to main content

getAccountBalance


ApiScope: payment.ach.fetch.account.balance
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
Query Parameters
    customerBankUuid string required
Responses

OK


Schema
    balance object
    accountId string
    name string
    bankAccountType string
    accountNumber string
    availableBalance int64
    currencyCode string
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
Loading...