Skip to main content

Verify a printed receipt (Public)

GET 

/api/v1/public/verify-receipt

Verify a receipt from the two things printed on it: the invoice reference and the total charged. No authentication.

Both are required, deliberately. An invoice reference is sequential โ€” BR-007-882032 sits between 882031 and 882033 โ€” so accepting a bare reference would let anyone walk the range and read other customers' invoices: names, amounts, remittance corridors. Requiring the total as well costs the customer holding the receipt nothing and makes enumeration useless.

Returns only what is already on the customer's receipt. Nothing new is disclosed to someone who has it, and nothing at all to someone who does not.

Requestโ€‹

Responsesโ€‹

Successful Response