Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajones committed Apr 25, 2023
1 parent f526d1e commit 8bf8711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions value/value.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,11 +506,11 @@ the `customKey` and `customValue` attributes.
There are currently 3 payment "actions" that are defined in the BLIP-10 TLV extension that is embedded in the payment
payload: "stream", "boost" and "auto".

* "stream" - This means the payment is a timed interval payment (i.e. - every minute) that is sent or queued while the
* `stream` - This means the payment is a timed interval payment (i.e. - every minute) that is sent or queued while the
user is engaged in active listening/viewing of the content.
* "boost" - This means the payment is a user generated one-time payment that happens in response to a user initiated
* `boost` - This means the payment is a user generated one-time payment that happens in response to a user initiated
action like a "Boost" button push, or some other clearly labeled payment initiation function. These
types of payments can contain textual messages (i.e. - a boostagram).
* "auto" - This means the payment was an app initiated payment that recurs at a specific long-form interval such as
* `auto` - This means the payment was an app initiated payment that recurs at a specific long-form interval such as
weekly, monthly, yearly, etc. The user configures an interval and payment amount in the app and the app
then sends that amount at the specified time when each interval passes.

0 comments on commit 8bf8711

Please sign in to comment.