Create a Refund Request
Create a Refund Request
Use this endpoint to open a refund request for a Pix transaction.
Notes:
-
Refund requests must be associated with a valid Pix transaction.
-
Requests can optionally be linked to an infraction report.
-
The contested participant must respond within the specified timeframe.
POST
Create a Refund Request
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Refund request created successfully.
Unique identifier.
Example:
"019c96a0-0c6b-7166-8510-b262039b4838"
Original transaction ID.
Example:
"E12345678202411241430ABCDEFGHIJK"
Refund amount.
Example:
"150.00"
Current status.
Available options:
OPEN, CLOSED, CANCELLED Example:
"OPEN"
Analysis result.
Example:
"TOTALLY_ACCEPTED"
Example:
"2024-01-15T10:30:00Z"
Example:
"2024-01-15T10:30:00Z"

