Pular para o conteúdo principal
GET
/
payouts
/
{id}
cURL
curl --request GET \
  --url https://public-api.kiwify.com/v1/payouts/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-kiwify-account-id: <api-key>'
{
  "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"
}

Autorizações

x-kiwify-account-id
string
header
obrigatório
Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de caminho

id
string
obrigatório

Resposta

Payout data

id
string
Exemplo:

"8606aae0-e036-4e55-998a-e0a8de7bf54f"

amount
number
Exemplo:

49633

status
string
Exemplo:

"pending_review"

Exemplo:

"d644de3d-9a02-46b1-aed4-72785fe8828f"

created_at
string
Exemplo:

"2023-11-29T14:38:08.740Z"

updated_at
string
Exemplo:

"2023-11-29T14:38:08.740Z"