CashOut API

Endpoints para cash-out

Permite actualizar un cash-out

PATCH /internal/clients/cash_outs/:cash_out_id

Actualiza un cash-out.

Parameters

Name Description
tx_hash Token de la transaccion (tx hash)

Request

Headers

Content-Type: application/json
Authorization: Bearer <token>
Host: example.org
Cookie: 

Route

PATCH /internal/clients/cash_outs/110

Body

{"tx_hash":"k5zrafafpg8jljthosr1379j3jw3vxog"}

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json
Cache-Control: no-cache
X-Request-Id: 30105855-6941-4100-9e7c-cd4ff6c003dc
X-Runtime: 0.068815
Vary: Origin
Content-Length: 0

Status

200 OK