Payouts

About Bonus Payouts

The payout object

Attributes

ParameterTypeNote
idstringID of the payout
objectstringalways "payout"
amountnumberAmount of payout
currencystringCurrency of paid amount, you can choose between "USD" and "EUR", by default it's "USD"
titlestringTitle of the payout
descriptionstringDescription of the payout
billing_datestringWhen did the worker perform the work
cost_center_keystringA EPAM project code for book keeping in finance. It is required if cost_center_data is not given
cost_center_dataobjectA json object containing customer details. It is required if cost_center_key is not given
reference_idstringID of the associated reference e.g. gig
reference_typestringType of the associated reference e.g. Gig
user_idstringID of the associated user

Example

{
  "id": "1",
  "object": "payout",
  "amount": 1000,
  "currency": "EUR",
  "title": "The Golden Bowl",
   "description": "Language designers want to design the perfect language. They want to be able to say, 'My language is perfect. It can do everything.' But it's just plain impossible to design a perfect language, because there are two ways to look at a language. One way is by looking at what can be done with that language. The other is by looking at how we feel using that language-how we feel while programming.",
  "billing_date": "2022-06-05",
  "cost_center_key": "EPM-CRWD",
  "cost_center_data": null,
  "reference_id": null,
  "reference_type": null,
  "user_id": "1"
}
Previous
Reset a Gig Invitation