Kriptopayments API

Endpoints para Kriptopayments

Actualizar un kriptopayment

PATCH /internal/admin/kriptopayments/:kriptopayment_id

Retorna el detalle de un kriptopayment

Parameters

Name Description
next_state Nuevo estado, opciones: paying, complete, cancel

Request

Headers

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

Route

PATCH /internal/admin/kriptopayments/7

Body

{"next_state":"complete"}

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: 1f480e15-ae69-4afb-bae3-c1ff4d589b7a
X-Runtime: 0.043219
Vary: Origin
Content-Length: 0

Status

200 OK