api-hub.ch
← All APIs

Swiss Bank Statement Parser (camt)

Parse ISO 20022 camt.052/053/054 bank statements into clean JSON bookings with QRR/SCOR validation.

First 100 files/month free, then CHF 0.01 per file

Example request

curl -H "Authorization: Bearer ah_live_…" \
  -X POST \
  -H "Content-Type: application/xml" \
  --data-binary @statement.xml \
  "https://api.api-hub.ch/v1/camt/bookings"

Replace the placeholder key with your live key from checkout.

Full request and response schemas are in the interactive API reference.