1. V3 - Transaction
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
          GET
        • Search transactions
          GET
        • Make a transfer
          POST
        • Confirm a transaction
          PUT
        • Reverse a deposit transaction
          POST
        • Get transaction receipt
          GET
      • V3 - BankAddress
        • Get Address
      • V3 - CompanyFeature
        • Get Company Features
        • Update Feature Enabled State
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
        • Create Deposit Address
      • V3 - Invoice
        • Create Invoices
        • Read Invoices
      • V3 - Partner
        • Search partner transactions
      • V3 - User Address
        • Create or get User Address
      • V3 - Auth
        • V3 - Balance
          • Get all wallets for Company
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Signature Request
        • Create Signature Request
        • Update Signature Request
      • V3 - Payment
        • Create Payments
        • Read Payments
      • Webhooks
        • Auth Information for Webhooks
        • Transactions Events Examples - DEPOSIT
  1. V3 - Transaction

Get transaction receipt

GET
/v3/transaction/receipt/{id}
Genera y devuelve el comprobante (receipt) de una transaccion en formato base64.

Parametros#

id (path): ID numerico de la transaccion

Respuesta#

Retorna un string en formato base64 que representa el comprobante PDF de la transaccion.
El partner debe decodificar el base64 para obtener el archivo PDF.

Errores posibles#

NOT_FOUND: La transaccion no existe
NOT_OWNER: La company no es duena de la transaccion

Request

Path Params

Responses

🟢200
application/json
Successful response
Body

🟠400
🟠401
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.develop.cresium.app/v3/transaction/receipt/'
Response Response Example
200 - Example 1
{
    "data": "string"
}
Modified at 2026-03-16 21:47:01
Previous
Reverse a deposit transaction
Next
Get Address
Built with