Earnings (gig economy)
A worker's earnings information contains information about the income he has generated working on the applications. For example: The income she has generated at Uber.
You can access this information by making a GET request to /accounts/:account_id/earnings/search .
Data | Description | Type | Example |
---|---|---|---|
amount | Amount | float | 345.45 |
currency | Currency | string | MXN |
earning_date | Day to which the profits correspond | string | 2020-01-20 |
cash_amount | Cash amount | float | 123.10 |
count_trips | Number of trips | int | 2 |
Days we recover per platform
The following table shows the average number of days of profits we recover per platform:
Platform | Days |
---|---|
Rappi | 50 days |
Uber | 60 days |
Didi | 50 days |
99 Biker | 50 days |
Indriver | 20 days |
Cabify | 70 days |
Orders Now | 50 days |
Urban Messengers | 20 days |
Cornershop | 20 days |
Data we recover by platform
The following table shows the data we recover for the main platforms:
DATA | Data type | Description | UBER | DIDI | CABIFY | inDriver | 99 Biker |
---|---|---|---|---|---|---|---|
account_id | string | Palenca internal identifier of the worker's account | YES | YES | YES | YES | YES |
amount | float | Worker's income during that day. | YES | YES | YES | YES | YES |
cash_amount | float | Total cash receipts during that day. Ex: When Didi is paid with cash. | YES | YES | YES | NO | YES |
count_trips | int | Number of total trips/deliveries that the worker made during that day. | YES | YES | YES | YES | YES |
currency | string | Currency in which the income is expressed | YES | YES | YES | YES | YES |
earning_date | string | Date to which the income record corresponds in YYYY-MM-DD format | YES | YES | YES | YES | YES |
items_per_page | int | Maximum number of earnings per page | YES | YES | YES | YES | YES |
page | int | Corresponding page | YES | YES | YES | YES | YES |
total_items | int | Earnings array size | YES | YES | YES | YES | YES |
total_pages | int | Total pages for that worker's earnings. | YES | YES | YES | YES | YES |