Endpoints
To retrieve a finance object, call GET/v1/finances/{id}.
To list all finance objects, call GET /v1/finances.
Example finance object
Attributes
id (string) — Unique ID of the finance object associated with a user’s data partner account.
account (string) — ID of the account associated with the finance object.
employer (string) — The name of the company or entity that employs the user.
balance (string) — Current balance.
balance_currency (string) — Currency of current balance.
payout_method (string) — Denotes the payout method chosen by the user. Payroll platforms might have different names for payout methods (e.g. direct deposit, instant cashout, check).