REST API for Oracle Banking Virtual Account Management

Retrieves the core accounts by providing array of account numbers

get

/service/coreaccounts/getAccounts

This endpoint is used to retrieve the core accounts by providing array of account numbers.

Request

Supported Media Types
  • application/json
  • application/xml
Query Parameters
  • Minimum Number of Items: 1
    Maximum Number of Items: 100
    array of accountNos with minimum 1 and maximum 1000
    • [0]: string
Header Parameters
Back to Top

Response

Supported Media Types
  • application/json
  • application/xml

200 Response

Returns the coreaccount based on given accountNos.
Body (
  1. CoreAccountServiceCollection
)
Root Schema : CoreAccountServiceCollection
Type: object
Collection of coreaccount.
Show Source
  • data(optional): array data
Nested Schema : data
Type: array
Show Source
Nested Schema : CoreAccountDTO
Type: object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : CoreAccountDTO-allOf[1]
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top