Skip to main content

fetchBusinessTypes


ApiScope: payment.ach.fetch.business.types
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
Responses

OK


Schema
    businessTypes object[]
  • Array [
  • id int64
    reference string
    name string
    businessSubTypes object[]
  • Array [
  • id int64
    reference string
    name 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/fetchBusinessTypes

Request

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