Search Transaction Using Transaction Code
GET/v3/transactions/:code
Retrieves detailed information about a transaction processed by PagSeguro using the provided code
. This endpoint allows merchants to check the status, payment details, and refund history of a specific transaction.
Request
Responses
- 200
- 400
- 401
- 404
Transaction details retrieved successfully.
Bad Request - The request was malformed or contained invalid data.
Unauthorized - Authentication failed due to missing or invalid credentials.
Not Found - The requested resource was not found.