Details account
Get details for sub account
Endpoint
Endpoint: GET /api/me/account
This endpoint gives you a detail list for an individual account according to the response data type below.
Response data type
{ "Key": "string", "Parent": "string", "Type": "string", "Balance": 0.0, "Currency": "string", "ID": "string", "Name" : "string" }
Key
An individual account's API key.
Parents
An individual account's parent account.
Type
An individual account's account type.
Balance
An individual account's balance level. Can consist of a negative number or positive number depending on the payment model linked to the account.
Currency
An individual account's currency.
ID
An individual account's ID, consists of the prefix ip1- followed by a number of numbers.
Name
An individual account's marking. For example, department or reference to the purpose of the account.