Get customer account

Retrieve an account details

SecurityoAuth2
Request
path Parameters
customerUID
required
string

Customer Id

accountUID
required
integer

Account Id

Example: 2156
query Parameters
includeAccountBalance
boolean

Pass this as true if to pull in account balance as well, false otherwise

Responses
200

OK

400

Bad request

401

You are not authorized to access the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

500

Internal server error

503

Service unavailable

default

Successful

get/v2/customers/{customerUID}/accounts/{accountUID}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "code": "string",
  • "message": "string",
  • "data": {
    }
}