Skip to main content
GET
/
v1
/
transactions
/
{id}
/
receipt
Get transaction receipts
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..."
    }
  ]
}

Authorizations

x-api-key
string
header
required

Company API key for authentication

Path Parameters

id
string
required

The transaction ID

Response

Receipts generated successfully

Transaction receipts response with list of receipts (payment + refunds)

receipts
object[]
required

List of receipts for the transaction