Get transaction receipts for a specific merchant
Transactions
Get transaction receipts for a specific merchant
Requires the merchant.transaction.view permission.
Generates receipts for a specific merchant’s transaction. Only accessible by the organization that owns the merchant. Returns a list of receipts including:
- The original payment receipt (if transaction was approved)
- Refund receipts (one per completed refund with provider identification)
Each receipt includes JSON with account information and a base64-encoded PDF.
Requirements:
- Transaction status must be APPROVED, REFUNDED, or PARTIALLY_REFUNDED
- Only PIX payment method transactions are currently supported
- Transaction must have payer information (pix_payer)
- Transaction must have an end-to-end ID for the payment receipt
- Refunds must have provider_refund_identification for refund receipts
GET
Get transaction receipts for a specific merchant
Authorizations
Company API key for authentication
Path Parameters
The merchant ID
The transaction ID
Response
Receipts generated successfully
Transaction receipts response with list of receipts (payment + refunds)
List of receipts for the transaction

