Nexus API
Check Balances
Use this endpoint to gather account balance information for all accounts associated with the member. This endpoint operates much like the aggregate member endpoint except that it gathers only account balance information; it does not gather any transaction data. You must use the read member endpoint to check on the status of the balance process, and the list member accounts endpoint to actually retrieve the data that has been gathered by the process.
POST
/members/{member_guid}/check_balance
Path Parameters
| Field | Required | Type |
|---|---|---|
member_guid The unique identifier for the member. Defined by MX. | Required | String |
Loading...