In order for the GW operator to pay channel directly, a member payment remark can be used. It can be executed via CLI. Below are the example of commands to make the payment and attribute it to channel (1), or a specific video (2).
When the payment is made, by default CLI will prompt to choose the *membership* from which the payment must be made, or it can be specified with a special param `--useMemberId ***`, like it is shown in example (1)
NB:The payment is made from the member’s *controller account*.
Example CLI commands for payments:
1. `joystream-cli content:directChannelPayment --rationale "abcd" --channelId 1 --amount 10 --useMemberId 133`
NB: (default `payment_context` is assumed to be channel)
2. `joystream-cli content:directChannelPayment --rationale "abcd" --channelId 1 --amount 10 --videoId 1`
NB: (payment_context is video 1)
Context
☝️ link to Direct payments implementation:
Link to design issue:
LInk to Figma>
Scope