Theme

Payouts

Payout

Possible errors: see here

The payout object

AttributeTypeNote
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
user_idstringID of the associated user
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
descriptionstringDescription of the payout
billing_datestring%Y-%m-%d format; When did the worker perform the work
reference_idstringID of the associated reference e.g. gig
reference_typestringType of the associated reference e.g. Gig
{
  "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-29",
  "cost_center_key": "EPM-CRWD",
  "cost_center_data": null,
  "reference_id": null,
  "reference_type": null,
  "user_id": "1"
}
Previous
Reset