-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-Approved Payments (Direct Debit) #89
Comments
I completely missed this - sorry for not responding. Bad news is that currently with the way that the wallets are encrypted - this is impossible. Automatic payments cannot be made because the keys are encrypted in Vessel until the user prompts and enters their password. It's decrypted only to sign that single transaction and then never stored unencrypted. I'm not sure how you'd do the automatic portion without leaving the users keys unencrypted. One alternative would be to build some sort of UI into the wallet with "Payment Reminders" or something. It would act more like an "address book" in a traditional wallet, but be there to help users remember to pay a reoccurring charge. I'll keep this use case in mind while working on the new wallet and see if I can come up with a solution. |
Yeah, this would be a great feature. We're looking for auto-renewal solutions too. There's not a lot in the cryptosphere. |
woahhh you can get a deal with BITPAY and BITPAY now is launching a bitcoin
purchase reload card at 711 where you dont even need to scan ID because the
money goes on a card which is yours and they already have your id!
If we SIMPLY had a BITPAY APP function which amazon and coinbase have, its
just a little button it would look like THIS
…On Thu, Aug 2, 2018 at 7:36 AM, Another Joe ***@***.***> wrote:
Yeah, this would be a great feature. We're looking for auto-renewal
solutions too. There's not a lot in the cryptosphere.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#89 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AfeyTun-ILShtZUAwIQPGvmgVpyjjqA-ks5uMw5mgaJpZM4S3M8I>
.
|
As the CEO of Privex, one of the largest STEEM businesses, I've found that users often fail to see their invoices in their emails for whatever reason, and we have to chase them up about it.
A possibly useful feature would be Pre-Approved payments (similar to Direct Debit in the UK and EU, or PayPal's similarly named feature).
How would it be used?
Using the URI transaction feature, a site could request a pre-approved payment for a maximum USD, STEEM, or SBD value.
Example Dialog:
How does it work behind the scenes?
To allow it to integrate with invoice systems, a service link would be passed to Vessel
Example:
Vessel would connect to Bittrex (or other exchanges) and verify that the STEEM (or SBD) amount is below the maximum USD value. If it is above the maximum USD value, it should alert the user that the payment could not be completed automatically, and ask them to review it.
Each month, Vessel would connect to the service URL to obtain the amount to send, and automatically send
amount
currency
to theto_user
fromfrom_user
with the memomemo
. It would checkstatus
to verify whether this service is active or not, so that we could simply change it to 'cancelled' and Vessel would automatically cancel the automated payment.To avoid paying for a service which was already paid outside of Vessel, the
paid
flag is used. Ifpaid
is already true, then Vessel will mark the current pending monthly payment as completed.End note
Should this be implemented, Privex would be happy to be the first service provider to use it :)
This is much safer than something like SteemConnect, as the user remains in control of their active key via Vessel.
The text was updated successfully, but these errors were encountered: