Buyer Lens PayBito Payments

Buyer Lens

Privacy

Buyer Lens reads a merchant's own PayBito payment data and shows it back to them. It is read-only, it stores almost nothing, and what it does store it forgets quickly.

What it reads

Only what the merchant grants at the PayBito consent screen, and only these scopes:

In practice that is the merchant's transaction ledger — the customer id, name and email recorded against each order, the amount, currency, date, status and items — plus their refund records and their payment-history summary. This is the merchant's own data about their own customers. Buyer Lens does not read any other merchant's data, and PayBito would not permit it to: an app can only read the merchant that authorized it.

What it cannot do

Every operation on PayBito's App Store surface is read-only, and Buyer Lens asks for no exception. It cannot move money, take a payment, issue a refund, change a price, or alter a customer record. It has no ability to write anything, anywhere, in a merchant's PayBito account.

What it stores, and for how long

Nothing is stored in the browser except one opaque session identifier in an httpOnly cookie. It carries no personal data and cannot be read by JavaScript. Access tokens never touch the browser.

On the server, held in Redis:

There is no other database. Buyer Lens keeps no long-term record of a merchant's customers, builds no profile that outlives the session, and does not retain data after a merchant disconnects.

What it never does

How to make it forget

Click Disconnect in the header. That revokes the token with PayBito and immediately deletes the session and the cached buyer table. Uninstalling the app from the PayBito App Store has the same effect: without a token there is nothing left to read, and what was held has already expired.

Security

Tokens and the client secret live only on the server and are never sent to a browser. The session cookie is httpOnly and, in production, secure. Traffic to PayBito is over HTTPS.

Contact

Questions about this policy, or a request to delete anything, go to support@hashcashconsultants.com.