Owner of Entities
How IF platform separates the data that belongs to you and your clients
As a customer of IF, you can manage both your operations and your clients' operations seamlessly. This distinction is managed using the owner
field, which can have a value of either organization
or client
. Refer to the APIs listed below for more detailed information:
- Accounts
- Incoming Transfers
- Beneficiaries
- Beneficiary Bank Accounts
- Outgoing Transfers
- Exchange Transactions
- Generic Transactions
If the owner of an entity is set to organization
, you can expect the clientId
to always be null
across all these APIs. The clientId
parameter is only valid when the owner is set to client
.
Updated 11 days ago