Endpoints para operaciones de tipo cash-in
Modificacion
| Name | Description |
|---|---|
| next_state | Nuevo estado, opciones: confirm, complete, cancel |
| tx_hash | Token de la transaccion (tx hash) *solo enviar en complete* |
Content-Type: application/json Authorization: Bearer <token> Host: example.org Cookie:
PATCH /internal/admin/cash_ins/100
{"next_state":"complete","tx_hash":"A3a3AFasUYTYU76766"}
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: da839edd-fb74-4652-85c7-a7d5279c2c45 X-Runtime: 0.226911 Vary: Origin Content-Length: 0
200 OK