Difr is a web application that facilitates creating, paying, and managing XLM invoices. Users create invoices, represented as URLs, that can be shared with their clients. Opening the invoice takes the client to Difr, where they can pay the invoice with XLM. Anyone involved in the transaction can check on the status of the invoice at any time.
Seller Features
- No trust needed. Users only need provide their public key
- Users can optionally save a Record Book to organize their past transactions
- With the Record Book, a user can see which invoices have been paid or are outstanding
- Record Books can be saved automatically through Google Drive, or manually saved and uploaded by the user
- Users can attach extra information to their invoices, such as the client’s name, or a description of the invoice
Paying Invoices
- There are a number of ways to pay invoices.
- A client can pay invoices by loading a wallet file in a recognized format
- Clients can enter their public and private keys
- If clients don’t trust Difr, that’s okay! We provide them with instructions on how to pay the invoice themselves (A specific string needs to occupy the metadata field in the transaction to associate the payment with the invoice)
Bonus
Difr has no backend! No information is ever shared with Difr; everything happens through the XLM Network.
Current State
We’re currently in the middle of the development process, and are looking forward to giving an update soon.