Skip to content
PesaGuard Docs

API

Request validation Live

Schema, currency, amount and reference are validated before anything is trusted.

  • Malformed input returns 400 or 422 with the offending field named.
  • Validation runs before matching, so bad data never reaches reconciliation.
  • Invalid records are never silently converted into plausible successes.

Related