The Interledger Community 🌱

Discussion on: Payment verification

Collapse
 
wilsonianb profile image
Brandon Wilson

The receipt verifier implementation doesn't currently support that type of balance tracking. By default, it discards all records of a session's payment stream after 5 minutes.
A previous iteration did have some additional balance tracking functionality.

You could have the backend that's submitting receipts to the verifier service use the response of the /verify request to update a dedicated balance store.