Receiver Overview
A Receiver represents an entity that receives payments or payment splits. Each receiver is associated with a company and can have bank account information for receiving transfers.
Receiver Schema
| Field | Description | Type |
|---|---|---|
| id | Unique identifier (UUID) | String |
| company_id | Identifier of the company associated with this receiver | String |
| company | Company object containing company details | Object |
| bank_account | Bank account information for receiving transfers | Object |