Get Account List

  • Allows for retrieval of a list of all child accounts of an account or list all account of provided customer id.
  • A simple list of all child account id’s and their names, descriptions and billing currencies are returned.
  • "ac_id" or "cu_id" any one of the parameter needs to be provided. If both fields are provided than "ac_id" will have precedence and response will return the details of account mentioned in "ac_id" and all accounts where "ac_id" is a parent account
Body Params

This web service retrieves a list available accounts under a parent account or customer ID. If both ac_id and cu_id is passed in request ac_id is given priority.

string
required
length between 1 and 40

Unique number that must be passed at each API request. Identifier to make each API request unique

int32
required
≥ 1

Unique identifier for the client which Paymentology will provide at outset

string
length between 0 and 50

User Id of the Customer who triggered the API request.

string
length between 0 and 200

Remarks for API request

int64

Customer Id to list account of the provided customer.

string
length between 0 and 50

Customer Reference

int64

Parent account number

Conditional : If any other parameter values are passed, ac_id is optional. Otherwise ac_id is mandatory

string

Account external reference

Responses

404

Webservices does not exist

500

Internal Server error

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json