api-hub.ch
← All APIs

Payment References

Validate and generate Swiss QR (QRR) and ISO 11649 (SCOR) payment references.

First 1000 calls/month free, then CHF 0.001 per call

Example request

curl -H "Authorization: Bearer ah_live_…" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"reference":"210000000003139471430009017"}' \
  "https://api.api-hub.ch/v1/ref/validate"

Replace the placeholder key with your live key from checkout.

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