Skip to main content
POST
Create a Refund Request

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
transactionId
string
requerido

Original Pix transaction ID.

Ejemplo:

"E12345678202411241430ABCDEFGHIJK"

amount
string
requerido

Refund amount.

Ejemplo:

"150.00"

infractionId
string

Related infraction report ID.

Ejemplo:

"019c96a0-0c98-799e-9135-4613ca469ad8"

Respuesta

Refund request created successfully.

id
string

Unique identifier.

Ejemplo:

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

transactionId
string

Original transaction ID.

Ejemplo:

"E12345678202411241430ABCDEFGHIJK"

amount
string

Refund amount.

Ejemplo:

"150.00"

status
enum<string>

Current status.

Opciones disponibles:
OPEN,
CLOSED,
CANCELLED
Ejemplo:

"OPEN"

analysisResult
string

Analysis result.

Ejemplo:

"TOTALLY_ACCEPTED"

createdAt
string<date-time>
Ejemplo:

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

updatedAt
string<date-time>
Ejemplo:

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