Skip to main content
POST
Cancelar uma solicitação de devolução

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

refund_id
string
obrigatório

Identificador único da solicitação de reembolso (formato UUID).

Resposta

Solicitação de devolução cancelada com sucesso.

id
string

Identificador único.

Exemplo:

"019c96a0-0c6b-7166-8510-b262039b4838"

transactionId
string

ID da transação original.

Exemplo:

"E12345678202411241430ABCDEFGHIJK"

amount
string

Valor do reembolso.

Exemplo:

"150.00"

status
enum<string>

Status atual.

Opções disponíveis:
OPEN,
CLOSED,
CANCELLED
Exemplo:

"OPEN"

analysisResult
string

Resultado da análise.

Exemplo:

"TOTALLY_ACCEPTED"

createdAt
string<date-time>
Exemplo:

"2024-01-15T10:30:00Z"

updatedAt
string<date-time>
Exemplo:

"2024-01-15T10:30:00Z"