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
  • ]
GET /kpayment/v1/:departmentUuid/achCustomer/bankBalance

Request

Base URL
/payment
departmentUuid — path required
customerBankUuid — query required
curl / cURL
curl -L -X GET '/payment/kpayment/v1/:departmentUuid/achCustomer/bankBalance' \
-H 'Accept: application/json'