Skip to main content
POST
Create a Refund Request

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
transactionId
string
obrigatório

Original Pix transaction ID.

Exemplo:

"E12345678202411241430ABCDEFGHIJK"

amount
string
obrigatório

Refund amount.

Exemplo:

"150.00"

infractionId
string

Related infraction report ID.

Exemplo:

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

Resposta

Refund request created successfully.

id
string

Unique identifier.

Exemplo:

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

transactionId
string

Original transaction ID.

Exemplo:

"E12345678202411241430ABCDEFGHIJK"

amount
string

Refund amount.

Exemplo:

"150.00"

status
enum<string>

Current status.

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

"OPEN"

analysisResult
string

Analysis result.

Exemplo:

"TOTALLY_ACCEPTED"

createdAt
string<date-time>
Exemplo:

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

updatedAt
string<date-time>
Exemplo:

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