cURL
curl --request GET \ --url https://api-sandbox.rinne.com.br/core/v1/transactions/{id}/receipt \ --header 'x-api-key: <api-key>'
{ "receipts": [ { "type": "PAYMENT", "transaction_id": "507f1f77bcf86cd799439011", "refund_id": null, "amount": 5000, "currency": "BRL", "identification": "E13935893202601271529YV9B1m6o2Ih", "created_at": "2026-01-27T12:29:21.000Z", "payer": { "name": "WALTER NOBRE DA SILVA CONCEICAO", "document": "XXX.588.782-XX", "bank_name": "BCO SANTANDER (BRASIL) S.A.", "ispb": "90400888", "branch": "2305", "account": "010227424" }, "receiver": { "name": "WALTER NOBRE DA SILVA CONCEICAO", "document": "XXX.588.782-XX", "bank_name": "BCO SANTANDER (BRASIL) S.A.", "ispb": "90400888", "branch": "2305", "account": "010227424" }, "pdf_file_base64": "JVBERi0xLjQKJeLjz9MKMSAwIG9iago8PAovVHlwZSAvQ2F0YWxvZwo..." } ] }
Generates receipts for a transaction. Returns a list of receipts including:
Each receipt includes JSON with account information and a base64-encoded PDF.
Requirements:
Company API key for authentication
The transaction ID
Receipts generated successfully
Transaction receipts response with list of receipts (payment + refunds)
List of receipts for the transaction
Show child attributes