v1

latestOpenAPI 3.0.02026-07-26224386470.0 KB
EndUserIntegrations

Update PDF currency

Update the currency for a PDF and all its statement summaries. The PDF must be in transactions_unloaded status.

post/api/integrations/pdfs/{heron_id}/update_currency

Path parameters

heron_idstring required

heron_id of the PDF

Request body

currency'USD' | 'GBP' | 'EUR' | 'SEK' | 'AED' | 'AUD' | 'SGD' | 'CAD' | 'NOK' | 'IDR' | 'CHF' | 'DKK' | 'MXN' | 'PLN' | 'MYR' | 'VND' | 'RON' | 'TRY' | 'CZK' | 'BGN' | 'HKD' | 'PHP' | 'HUF' | 'NZD' | 'BRL' | 'ILS' | 'COP' | 'RUB' | 'INR' | 'ZAR' | 'THB' | 'JPY' | 'CLP' | 'MAD' | 'RSD' | 'SLE' required

ISO 4217 currency code to update for PDF and all statements

Example request

{
  "currency": "EUR"
}

Response

PDF currency updated successfully

okboolean
request_idstring

Unique UUID per request

Example response

{
  "pdf": {
    "account_id": "checking_account_202348",
    "created": "2026-07-23T19:53:47.257444",
    "currency": "USD",
    "end_user": {
      "heron_id": "eus_WAcrEUnGkmMjYoRJBRbpwc"
    },
    "filename": "my-favourite.pdf",
    "heron_id": "pdf_kfwFjLM8PT5LyGvnJdXL8H",
    "last_updated": "2026-07-23T19:53:47.257489",
    "notes": "failed to send to external OCR provider",
    "reference_id": "my-favourite-pdf",
    "status": "processed"
  }
}