v1

latestOpenAPI 3.1.02026-07-26223346.1 KB
Financeiro

get/payouts/{id}

Path parameters

idstring required

Response

Payout data

idstring
amountnumber
statusstring
legal_entity_idstring
created_atstring
updated_atstring

Example response

{
  "id": "8606aae0-e036-4e55-998a-e0a8de7bf54f",
  "amount": 49633,
  "status": "pending_review",
  "legal_entity_id": "d644de3d-9a02-46b1-aed4-72785fe8828f",
  "created_at": "2023-11-29T14:38:08.740Z",
  "updated_at": "2023-11-29T14:38:08.740Z"
}