Get Unique Refund
Refund
Get Unique Refund
Returns the refund using its unique identifier
GET
Get Unique Refund
Get Unique Refund
Returns the refund using its unique identifier.Path Parameters
The unique ID of the refund to retrieve.Example:
1234Response
Refund ID.
ID of the payin (payin) that was refunded.
Current status of the refund.Status codes:
2: REQUESTED4: PAID (refund completed)5: ERROR
User object.
Refund status ID.
Refund status name.
Notification message.
Creation date time.
End-to-end ID (Pix transaction identifier).
Reason for the refund.
Wallet error code (if applicable).
Payin where notification will be sent.
Creation date time.
Update date time.
Refund value in cents.
Array of status history.
Request Example
Use Cases
Check Refund Status
Check Refund Status
Monitor the status of a refund:
Track Refund History
Track Refund History
View the complete history of a refund:
Verify Refund Completion
Verify Refund Completion
Check if a refund has been completed:
Get Refund Details for Reconciliation
Get Refund Details for Reconciliation
Retrieve refund details for accounting reconciliation:
Monitor Multiple Refunds
Monitor Multiple Refunds
Check status of multiple refunds:
Status Codes
| Status ID | Status Name | Description |
|---|---|---|
| 2 | REQUESTED | Refund has been requested and is being processed |
| 4 | PAID | Refund has been completed successfully |
| 5 | ERROR | Refund has failed |
Best Practices
Status History: Use the
status_history array to track the complete timeline of the refund process.
