create account

STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included! by steve-walschot

View this thread on: hive.blogpeakd.comecency.com
· @steve-walschot · (edited)
$7,669.83
STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!
# Our beta is now live! Start accepting STEEM anywhere you want!

After countless hours of not sleeping to focus on Steempay, together with @cass who made an amazing UI for Steempay, we're finally able to launch our beta version.

Some parts may still be raw and not yet 100% completed, but the functionality is!

# http://steempay.io

https://sc-cdn.scaleengine.net/i/1deff02237d662af32a8948289ffeff6.png

Todo list within the next 48h

 - Add more buttons to the generator
 - Publish the Github to public
 - Start creating the shopping cart plugins (WOO first)


----------
# What's next?

Steempay is just the beginning of many projets to follow. There are still some legal aspects to cover, but Steempayments (Steempay's umbrella group) will most likely start processing transactions on it's own servers. This would make it possible for simple, clean merchant solutions like **BitPay** provides, mobile wallet solutions like **Blockchain** to increase the usability of steem worldwide, and many more.

----- 

# Raw documentation until Github is public

# Donation vs payment

When choosing to receive **donations**, the user is free to send any amount of any currency. To set the donation option, simple use `amount=0` in your parameters. Set currency to either `SBD` or `STEEM` since it's irrelevant for the end user. The user will receive a message to send any amount to your address.

For fixed amounts, called **payments**, set the `amount` and `currency` to the values required for you. 

**WARNING: Make sure to use 3 decimals!** (AMOUNT.000) when generating a payment. This has multiple reasons, including future expantion of Steempay.io.

# Button generator

https://sc-cdn.scaleengine.net/i/15a4c07dacbb7652d27f04c9d8e71a58.png

See https://steempay.io/generate 
Currently there is only 1 default button available but that will change in the next couple of hours.

The generated button looks like this (this actually works!)
<a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=www.steemit.com'>
<img src='https://steempay.io/img/steempay-sbd--button@2x.png'>
</a>


Some of the proposals by @cass

https://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/08/06/60c7b81e93d59950ebe4e27aff1a823d.png
# Requesting a new payment

A new payment is created by passing URL or DATA parameters to steempay.io. This means you could send raw HTTP requests, or stay on your own website and send the data via AJAX calls or JSON request.

Following parameters are **required**:

 - receiver 
 - amount 
 - currency

Following parameters are **optional** ***but recommended***

 - callback

## ! IMPORTANT !
Amount : **Make sure to use 3 decimals!** (AMOUNT.000) This has multiple reasons, including future expantion of Steempay.io

Callback: Get's called on success. You can use this to post a success message or handle data on your server/website if needed.

# Handle callbacks

Set the `callback` parameter with your desired url. Always use `http://` to start your url.

If a callback URL has been provided, steempay will `post`  the unique paymentID to your URL.  A simple php script can catch the the callback and verify the payment a last time (recommended). 

example.php
```
<?php
if (isset($_GET['payid'])) {
	// Payment is success, confirm once again
	
	$url = "http://steempay.io/payment/verify?payid=" . $_GET['success'] . "& receiver=YOUR_USERNAME&amount=1.000&currency=SBD";
	
	$json = file_get_contents($url);
	if (json_decode($json->status) && json_decode($json->success) == "success") 
	{
		// Payment is double verified, do whatever needed now.
	}
}else{
	// Some error occured
    echo $_GET['message'];
}
```

Verification is possible via `http://steempay.io/payment/verify?payid=XXX&receiver=XXX&amount=XXX&currency=XXX`.

The returned main parameters are

 - **success** *boolean*
 - **message** *Message about the success status*
 - **payid** *unique serverside generated ID*

The full response is given below (if success)

    {"status":"success","success":true,"message":"Payment completed with fixed amount (0.001 SBD).","block":4306279,"trx_id":"58c415fe70fe7d953e30997b78551415c7e4d190","payid":"Re3Hbl1ekAeSwVtzKS","amount":"0.001 SBD","timestamp":"2016-08-22T14:55:15"}


----
### Beta version - What this means


> Alpha version describes a development status that usually means the first complete version of a program or application, which is most likely unstable, but is useful to show what the product will do to, usually, a selected groupβ€”and is also called preview version; the beta version is usually the last version before wide release, often tested by users under real-world conditions.

Bugs could still occur, but all payments are made directly to the blockchain, so transactions are always safe from errors.

# Thank you community

I would like to pay my eternal respect to this community, and give a big applause to @cass for the amazing UI and the time he put in this project, and also @roelandp for giving me good advice on how to lower the server's load.

https://sc-cdn.scaleengine.net/i/ddc698fcd6c7c0f1c232ce3dfba514bf1.png

https://sc-cdn.scaleengine.net/i/6f1b07d917dcfa939592d2406f3cbbb3.png
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 720 others
πŸ‘Ž  , ,
properties (23)
authorsteve-walschot
permlinksteempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included
categorysteempay
json_metadata{"tags":["steempay","steemit","steem","steempayments","development"],"users":["cass","roelandp"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png","https://img1.steemit.com/0x0/https://www.steemimg.com/images/2016/08/06/60c7b81e93d59950ebe4e27aff1a823d.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=www.steemit.com","http://steempay.io/payment/verify?payid="]}
created2016-08-22 22:01:51
last_update2016-08-22 22:10:57
depth0
children138
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value7,251.647 HBD
curator_payout_value418.178 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,191
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,828
net_rshares238,636,989,049,931
author_curate_reward""
vote details (787)
@aeico ·
http://i.giphy.com/xT4uQkpdmRXh4iIxTG.gif
properties (22)
authoraeico
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t114427102z
categorysteempay
json_metadata{"tags":["steempay"],"image":["http://i.giphy.com/xT4uQkpdmRXh4iIxTG.gif"]}
created2016-08-23 11:44:36
last_update2016-08-23 11:44:36
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation3,711,649,657,534
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,332
net_rshares0
@angusleung100 ·
Congrats on going live! I'll have my e-commerce platform up with the Steem payment option when I get back to Canada! Next time, I should probably back everything up into the cloud...

Should I fit this on my website?
properties (22)
authorangusleung100
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t105008471z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 10:43:06
last_update2016-08-23 10:43:06
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length216
author_reputation1,772,572,876,586
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,763
net_rshares0
@arhag ·
$3.50
Payment verification after the callback should not be considered recommended but rather *mandatory*, since you don't know who is actually making the callback request. Furthermore, the verification URL needs to use HTTPS, otherwise a man-in-the-middle attack can be used to tell the merchant the payment was a success even when it wasn't.
πŸ‘  , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorarhag
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223256242z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:32:54
last_update2016-08-22 22:32:54
depth1
children3
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value3.212 HBD
curator_payout_value0.288 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length337
author_reputation52,490,827,205,383
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,195
net_rshares3,511,587,853,878
author_curate_reward""
vote details (21)
@abit ·
Agreed that HTTPS is better
πŸ‘  
properties (23)
authorabit
permlinkre-arhag-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223829007z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:38:33
last_update2016-08-22 22:38:33
depth2
children2
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation141,171,499,037,785
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,264
net_rshares24,409,975,497
author_curate_reward""
vote details (1)
@steve-walschot ·
$0.18
verification is using SSL but need to update my certificates since they block external requests for being selfsigned ;)

```
https://steempay.io/payment/verify?payid=Re3Hbl1ekAeSwVtzKS&receiver=steve-walschot&amount=0.001&currency=SBD
```

works just fine, but once your curl it, it's getting blocked. Should be resolved in max 24h from now.
πŸ‘  , , ,
properties (23)
authorsteve-walschot
permlinkre-abit-re-arhag-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224035661z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steempay.io/payment/verify?payid=Re3Hbl1ekAeSwVtzKS&amp;receiver=steve-walschot&amp;amount=0.001&amp;currency=SBD"]}
created2016-08-22 22:40:36
last_update2016-08-22 22:40:36
depth3
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.164 HBD
curator_payout_value0.020 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length341
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,295
net_rshares323,028,247,029
author_curate_reward""
vote details (4)
@arvydas ·
What a great thing you have done and I'm waiting for bigger things with Steem yet.
properties (22)
authorarvydas
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t055044829z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 05:50:48
last_update2016-08-23 05:50:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation317,396,369,125
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,557
net_rshares0
@bendjmiller222 ·
I'm very grateful for the effort that went into this. This opens up a lot of different ways for people to use steem with necessarily needed to blog at all. I'm excited to see what else you have in store!

<center>You have supercharged steemit!</center>
<center>https://s4.postimg.org/883kzl8b1/chains_0101.jpg</center>

This design may be my next tattoo I'm running a contest. (Maybe I can try paying out with steem pay)
[Help Me Design My Steemit Tattoo And Get 25% Of The $ SBD This Post Makes](https://steemit.com/tattoo/@bendjmiller222/help-me-design-my-steemit-tattoo-and-get-25-of-the-usd-sbd-this-post-makes)

Excited to start accepting steem payments. With people dedicated to programming like you @steve-walschot steemit is going to be around for a long time. I hope people realize what a big deal this is! I'm ecstatic.
πŸ‘  
properties (23)
authorbendjmiller222
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225141868z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot"],"image":["https://s4.postimg.org/883kzl8b1/chains_0101.jpg"],"links":["https://steemit.com/tattoo/@bendjmiller222/help-me-design-my-steemit-tattoo-and-get-25-of-the-usd-sbd-this-post-makes"]}
created2016-08-22 22:51:42
last_update2016-08-22 22:51:42
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length829
author_reputation24,513,111,975,788
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,403
net_rshares14,899,127,196
author_curate_reward""
vote details (1)
@bertolai ·
Perfectly!
Is it possible to make the payment not only STEEM currency.
But some other major cryptocurrency, direct conversion to STEEM currency?
πŸ‘  
properties (23)
authorbertolai
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225240242z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:52:42
last_update2016-08-22 22:52:42
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length144
author_reputation1,770,495,048
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,413
net_rshares51,589,136
author_curate_reward""
vote details (1)
@bigedude ·
Wow this is an awesome app!!! I can use it for some of my YouTube giveaways in the future!! GREAT WORK!! YEAH BUDDAYYY!!!

-bigedude
properties (22)
authorbigedude
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023525306z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:35:30
last_update2016-08-23 02:35:30
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation573,655,551,986
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,964
net_rshares0
@bigs21024 ·
please help and share Family in need about to loose everything  gofund.me/bigs21024
πŸ‘Ž  
properties (23)
authorbigs21024
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t222912319z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:29:24
last_update2016-08-22 22:29:24
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation-174,606,874,071
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,159
net_rshares-91,180,613,952
author_curate_reward""
vote details (1)
@bitcoindoubler · (edited)
Steempay Steem Is The Free Paypal Of The Cryptocurrency Steemit World

<p><img src="https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYXgpCSeeYyidRNq2yVroHJ2TaGdGD3v7azSEYiS1q4mn" width="378" height="654"/></p>

Why? Because users can buy more for less as Steem curreny is virtually free money that anyone can earn on Steemit.com.
Moreover, sellers can sell more to buyers that have easy Steem money.
Unlike Paypal customers who  pay with hard-earned fiat currency, Steempay  customers can very easily earn more Steem currency by simply creating more quality blogs on Steemit. 

<p><img src="https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYcSscyb8cTtspZGTBfEY8NFxTDS8GFWquPCcCxcTcqED" width="400" height="639"/></p>


Steempay is a win-win proposition for Steem buyers and sellers alike.
SteemPay is the world's easiest digital currency wallet.

![](https://steemitimages.com/DQmNT351HSj8nBvu8YSY2EemUXL3zuxS1HRSH4KppDpXxua/image.png)

With the SteemPay wallet, your passwords and money remain in your control at all times. Your keys never leave the device and the code is 100% open source.
πŸ‘  , , ,
properties (23)
authorbitcoindoubler
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20180523t120446476z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYXgpCSeeYyidRNq2yVroHJ2TaGdGD3v7azSEYiS1q4mn","https://steemit-production-imageproxy-upload.s3.amazonaws.com/DQmYcSscyb8cTtspZGTBfEY8NFxTDS8GFWquPCcCxcTcqED","https://steemitimages.com/DQmNT351HSj8nBvu8YSY2EemUXL3zuxS1HRSH4KppDpXxua/image.png"],"app":"steemit/0.1"}
created2018-05-23 12:00:33
last_update2018-05-23 17:10:12
depth1
children0
last_payout2018-05-30 12:00:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,123
author_reputation75,736,205,316
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id57,253,971
net_rshares2,191,277,043
author_curate_reward""
vote details (4)
@bitminter · (edited)
@steve-walschot Can I request a wordpress plugin please? Thanks much appreciated
πŸ‘  
properties (23)
authorbitminter
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t203513041z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot"]}
created2016-08-23 20:35:09
last_update2016-08-23 20:37:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation9,160,739,287,278
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id956,611
net_rshares5,762,318,927
author_curate_reward""
vote details (1)
@brandon-rosano ·
This is very exciting you guys great job!!!
properties (22)
authorbrandon-rosano
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t010434000z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:04:33
last_update2016-08-23 01:04:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation3,806,947,480,473
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,963
net_rshares0
@breathe3000 ·
https://img1.steemit.com/0x0/http://i.giphy.com/26ufkSznvNQHt1q2Q.gif
properties (22)
authorbreathe3000
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t073132957z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://img1.steemit.com/0x0/http://i.giphy.com/26ufkSznvNQHt1q2Q.gif"]}
created2016-08-23 07:31:33
last_update2016-08-23 07:31:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation587,163,107,963
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,239
net_rshares0
@brunopro ·
This is really nice ;) congrats to all
properties (22)
authorbrunopro
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223105502z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:31:09
last_update2016-08-22 22:31:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length38
author_reputation13,253,460,317,058
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,178
net_rshares0
@christoph3 ·
@christoryan
πŸ‘  
properties (23)
authorchristoph3
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t011325892z
categorysteempay
json_metadata{"tags":["steempay"],"users":["christoryan"]}
created2016-08-23 01:13:33
last_update2016-08-23 01:13:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation840,068,240,324
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,066
net_rshares753,502,879
author_curate_reward""
vote details (1)
@cmtzco ·
This is so cool I cant wait to use this on some stores I have.
properties (22)
authorcmtzco
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t234824734z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-24 23:48:24
last_update2016-08-24 23:48:24
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation1,876,603,009,707
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id974,900
net_rshares0
@coar ·
Step 1. Involve retailers to accept currency in shops. Status = Done.

Steem growing.
πŸ‘  , , , , , ,
πŸ‘Ž  
properties (23)
authorcoar
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t114842580z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 11:48:45
last_update2016-08-23 11:48:45
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation4,231,602,317,552
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,379
net_rshares1,741,368,470
author_curate_reward""
vote details (8)
@crowne ·
Holy Moly
<img src="http://www.gifwave.com/media/802473_reaction-happy-dose-winfrey-giveaways-oprahs-mizz.gif" width="512" height="360" alt="reaction happy dose winfrey giveaways oprahs mizz gif" />
properties (22)
authorcrowne
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t024430421z
categorysteempay
json_metadata{"tags":["steempay"],"image":["http://www.gifwave.com/media/802473_reaction-happy-dose-winfrey-giveaways-oprahs-mizz.gif"]}
created2016-08-23 02:44:36
last_update2016-08-23 02:44:36
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length198
author_reputation697,511,228,682
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,079
net_rshares0
@crowne ·
Awesome: Thanks for all you are doing
<a href='https://steempay.io/payment?&receiver=crowne&amount=0&currency=0&callback=https://steemit.com/@crowne'>
<img src='https://steempay.io/img/donate.png'>
</a>
properties (22)
authorcrowne
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t120944903z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=crowne&amount=0&currency=0&callback=https://steemit.com/@crowne"]}
created2016-08-23 12:09:51
last_update2016-08-23 12:09:51
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length202
author_reputation697,511,228,682
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,606
net_rshares0
@cryptobiker ·
A big thanks to @steve-walschot @cass @roelandp 
You three guys have done a great job, which in turn makes my investment in Steem stronger. ^_^
πŸ‘  
properties (23)
authorcryptobiker
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t022250334z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot","cass","roelandp"]}
created2016-08-23 02:22:51
last_update2016-08-23 02:22:51
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length143
author_reputation80,756,367,264
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,838
net_rshares15,454,668,697
author_curate_reward""
vote details (1)
@cryptocameo ·
Pro shit! Big time support! Hope this rockets to the front page. Steemit to the #moon :D
πŸ‘  ,
properties (23)
authorcryptocameo
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220454731z
categorysteempay
json_metadata{"tags":["moon","steempay"]}
created2016-08-22 22:04:51
last_update2016-08-22 22:04:51
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation5,855,219,094,623
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,873
net_rshares12,852,350,636
author_curate_reward""
vote details (2)
@cryptogee ·
In the words of Gil Scott Heron; *...this time around, the revolution will not be televised; the revolution will be live!

*Cg*
properties (22)
authorcryptogee
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062615473z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 06:26:15
last_update2016-08-23 06:26:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation419,387,439,147,428
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,800
net_rshares0
@cryptoiskey ·
Awesome!!!..well done:)
properties (22)
authorcryptoiskey
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220305738z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:03:06
last_update2016-08-22 22:03:06
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation12,705,614,368,854
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,854
net_rshares0
@cryptoiskey · (edited)
Maybe try and get it added to https://www.coinpayments.net/ it would definitely​ get more exposure. And be easier for non techy guys to add to there shop etc
properties (22)
authorcryptoiskey
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220734960z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://www.coinpayments.net/"]}
created2016-08-22 22:07:36
last_update2016-08-22 22:08:30
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation12,705,614,368,854
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,917
net_rshares0
@cryptojoy.com ·
We will implement it on the steemit apparel store at http://www.cryptojoy.com  thank you very much!
πŸ‘  
properties (23)
authorcryptojoy.com
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094854530z
categorysteempay
json_metadata{"tags":["steempay"],"links":["http://www.cryptojoy.com"]}
created2016-08-23 09:48:48
last_update2016-08-23 09:48:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation5,411,673,871,964
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,278
net_rshares7,216,056,403
author_curate_reward""
vote details (1)
@dana-edwards ·
Why is there an option to accept Steem? Remove that option because it's only going to encourage stupidity. Accepting SBD on the other hand makes all the sense in the world.
properties (22)
authordana-edwards
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t233416363z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 23:34:15
last_update2016-08-23 23:34:15
depth1
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation353,623,611,191,427
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id958,889
net_rshares0
@vegeta ·
You can put it right into steem power... I don't see what's wrong.
properties (22)
authorvegeta
permlinkre-dana-edwards-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t005757917z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-24 00:58:21
last_update2016-08-24 00:58:21
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length66
author_reputation1,942,378,084,099
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id959,917
net_rshares0
@darknet · (edited)
Congratulations. This looks fantastic, I will no doubt be keeping a very close eye on your project. Keep up the great work! 

Bravo!!
πŸ‘  
properties (23)
authordarknet
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221241514z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:12:42
last_update2016-08-22 22:13:00
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation3,354,530,245,153
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,988
net_rshares1,079,826,763
author_curate_reward""
vote details (1)
@darknet · (edited)
It would be nice if somehow using the button in my post, did not force the pay now button to be the thumbnail in the archive pages.

Currently, it seems that even if the button that is embedded is the final item in a post, it is set as the thumbnail for the post. Great for you guys, however, as a user, I lose my nice thumbnails, which means I get less clickthroughs, and eventually, less clicks of your button, because all users see, graphically, about my post in a preview, is a 'pay now' button... :)

Just my feedback so far, I love your work!!!

Thank you so much! Keep up the absolutely amazing work!

You can see my use of your button here:
http://steemit.com/steemit/@darknet/steemtopia-donations

Steemtopia donations accepted here:
<a href='https://steempay.io/payment?&receiver=darknet&amount=1.000&currency=SBD&callback=http://steemit.com/@darknet'>
<img src='https://steempay.io/img/steempay-sbd--button@2x.png'>
</a>
πŸ‘  
properties (23)
authordarknet
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t011746905z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steempay.io/payment?&receiver=darknet&amount=1.000&currency=SBD&callback=http://steemit.com/@darknet"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"]}
created2016-08-23 01:17:48
last_update2016-08-23 01:19:54
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length931
author_reputation3,354,530,245,153
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,115
net_rshares913,699,568
author_curate_reward""
vote details (1)
@densmirnov ·
Nice, thanks!

<a href='https://steempay.io/payment?&receiver=densmirnov&amount=0&currency=0&callback=http://steemit.com'>
<img src='https://steempay.io/img/steempay-sbd--button@2x.png'>
</a>
πŸ‘  
properties (23)
authordensmirnov
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t003509562z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=densmirnov&amount=0&currency=0&callback=http://steemit.com"]}
created2016-08-23 00:35:09
last_update2016-08-23 00:35:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length191
author_reputation1,293,888,545,969
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,587
net_rshares707,782,959
author_curate_reward""
vote details (1)
@doitvoluntarily ·
https://media4.giphy.com/media/Sb9g8EwGfrPqg/200_s.gif
πŸ‘  
properties (23)
authordoitvoluntarily
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220508368z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://media4.giphy.com/media/Sb9g8EwGfrPqg/200_s.gif"]}
created2016-08-22 22:05:09
last_update2016-08-22 22:05:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation1,412,689,148,080,496
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,876
net_rshares730,949,195
author_curate_reward""
vote details (1)
@driv3n ·
This is amazing, I'll be adding this to my website asap.
πŸ‘  
properties (23)
authordriv3n
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t015831729z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:00:21
last_update2016-08-23 02:00:21
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation4,325,141,285,328
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,564
net_rshares15,454,668,697
author_curate_reward""
vote details (1)
@eleny ·
Bravo! You did this! Now time for realization!
πŸ‘  , , , , , ,
properties (23)
authoreleny
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t135456999z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 13:55:00
last_update2016-08-23 13:55:00
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation1,406,559,229
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id951,002
net_rshares2,296,172,290
author_curate_reward""
vote details (7)
@emancipatedhuman ·
oh this is truly fantastic! thanks!!!
properties (22)
authoremancipatedhuman
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t005258473z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:52:57
last_update2016-08-23 00:52:57
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length37
author_reputation45,458,642,997,238
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,800
net_rshares0
@eric-boucher ·
$0.05
This is simply AWESOME! Thanks for sharing this great news with us, namaste   :)
πŸ‘  
properties (23)
authoreric-boucher
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t191319528z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 19:13:18
last_update2016-08-23 19:13:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.052 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation68,503,601,066,539
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id955,454
net_rshares96,071,780,159
author_curate_reward""
vote details (1)
@ervin-lemark ·
This is really great, congratulations.

I f I understand correctly the payments are already functional, beta or no beta? :)

When you finish a Woo plugin I would be interested in porting it to Wordpress.

In the meantime I'll find some use for it, I am sure.

Great job, again!
πŸ‘  
properties (23)
authorervin-lemark
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224502576z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:45:06
last_update2016-08-22 22:45:06
depth1
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation467,957,066,045,492
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,337
net_rshares11,641,008,838
author_curate_reward""
vote details (1)
@steve-walschot ·
Correct, payments are **always** processed on the blockchain, even if our systems would fail.
properties (22)
authorsteve-walschot
permlinkre-ervin-lemark-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224625696z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:46:27
last_update2016-08-22 22:46:27
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,349
net_rshares0
@etheroll · (edited)
$23.18
Hello, I am the founder of Etheroll - Ethereum based dice game.

http://steemit.com/steemit/@etheroll/hello-steem-i-am-the-founder-of-etheroll-an-ethereum-based-provably-fair-dice-game-with-50-50-odds-and-a-low-1-house-edge-this


I may be interested to port this sort of behaviour into a Steem based version of our dice game.

I will be in touch. Congratulations on the progress!
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoretheroll
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221710396z
categorysteempay
json_metadata{"tags":["steempay"],"links":["http://steemit.com/steemit/@etheroll/hello-steem-i-am-the-founder-of-etheroll-an-ethereum-based-provably-fair-dice-game-with-50-50-odds-and-a-low-1-house-edge-this"]}
created2016-08-22 22:17:12
last_update2016-08-22 22:18:18
depth1
children3
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value17.402 HBD
curator_payout_value5.781 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length380
author_reputation204,328,431,882
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,037
net_rshares11,365,129,877,650
author_curate_reward""
vote details (33)
@crowne ·
You don't have to risk gettin locked up on the street corners now for shootin dice....Fantastic...I wanna take this to every hood :-)
πŸ‘  
properties (23)
authorcrowne
permlinkre-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t121103227z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 12:11:09
last_update2016-08-23 12:11:09
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation697,511,228,682
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,629
net_rshares3,420,406,719
author_curate_reward""
vote details (1)
@fuzzyvest ·
If you do, make sure to RSVP about it on the beyondbitcoin hangout!  We are here to cover solid projects with people who care about their work [RSVP to Promote your Project Here](https://steemit.com/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-170-8-26-16-rsvp-to-friday-s-hangout-ask-q-s-suggest-topics-or-promote-your-favorite). We are the first hangout series to give the steem community the power to upvote what we cover. :)
properties (22)
authorfuzzyvest
permlinkre-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t173506238z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steemit.com/beyondbitcoin/@officialfuzzy/guest-signups-beyond-bitcoin-hangout-170-8-26-16-rsvp-to-friday-s-hangout-ask-q-s-suggest-topics-or-promote-your-favorite"]}
created2016-08-23 17:35:15
last_update2016-08-23 17:35:15
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length449
author_reputation16,076,269,237,260
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id954,109
net_rshares0
@reaction ·
http://s.quickmeme.com/img/df/dfd4e58ebe6504393463735fabf8f0d3af2142eb3a4e38c4a9b80681606eeed3.jpg
πŸ‘  , ,
properties (23)
authorreaction
permlinkre-etheroll-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t092628795z
categorysteempay
json_metadata{"tags":["steempay"],"image":["http://s.quickmeme.com/img/df/dfd4e58ebe6504393463735fabf8f0d3af2142eb3a4e38c4a9b80681606eeed3.jpg"]}
created2016-08-23 09:26:27
last_update2016-08-23 09:26:27
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation3,858,728,171,643
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,089
net_rshares390,013,447
author_curate_reward""
vote details (3)
@exitmass ·
I love when a post deserves what it earns :)
very nice
properties (22)
authorexitmass
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t032617527z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 03:26:15
last_update2016-08-23 03:26:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation3,737,464,641,083
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,483
net_rshares0
@f1111111 ·
<?php
if (isset($_GET['payid'])) {
    // Payment is success, confirm once again
    
    $url = "http://steempay.io/payment/verify?payid=" . $_GET['success'] . "& receiver=YOUR_USERNAME&amount=1.000&currency=SBD";
    
    $json = file_get_contents($url);
    if (json_decode($json->status) && json_decode($json->success) == "success") 
    {
        // Payment is double verified, do whatever needed now.
    }
}else{
    // Some error occured
    echo $_GET['message'];
}
πŸ‘  
properties (23)
authorf1111111
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160830t183744267z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-30 18:37:27
last_update2016-08-30 18:37:27
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length474
author_reputation35,747,770,521
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,059,752
net_rshares51,109,965
author_curate_reward""
vote details (1)
@f1111111 ·
https://img1.steemit.com/0x0/https://steempay.io/img/steempay-sbd--button@2x.png
properties (22)
authorf1111111
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160830t184024372z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://img1.steemit.com/0x0/https://steempay.io/img/steempay-sbd--button@2x.png"]}
created2016-08-30 18:40:06
last_update2016-08-30 18:40:06
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation35,747,770,521
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,059,798
net_rshares0
@fpcvirtual ·
I cannot wait to earn my first $ out on Steem. Just got started like 4 days ago. I guess this earning aspect for most people might not apply if they don't blog in ways that appeal. On the flip side the more popular bloggers will surely seek to benefit as well as curators.

Great job on this payment method. I love Steem already just need to research a bit more into Blockchain and Bitcoin. I admit I'm not knowledgeable on such subjects yet. Will catch up though. Thanks for hooking us all up and for the hard work you cool dudes do out here.
properties (22)
authorfpcvirtual
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t080111229z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 08:01:15
last_update2016-08-23 08:01:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length543
author_reputation80,920,831,153
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,434
net_rshares0
@frick ·
Here an Italian post where I speaks about steempay https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars
πŸ‘  
properties (23)
authorfrick
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t213714016z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars"]}
created2016-08-23 21:37:24
last_update2016-08-23 21:37:24
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation13,554,239,737,364
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id957,556
net_rshares572,300,754
author_curate_reward""
vote details (1)
@fusan ·
good job!
properties (22)
authorfusan
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t042004666z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 04:20:06
last_update2016-08-23 04:20:06
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation13,477,391,966,419
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,925
net_rshares0
@gekko ·
good work @steve-walschot and the team behind, congrats dudes 8]
πŸ‘  
properties (23)
authorgekko
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031035430z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot"]}
created2016-08-23 03:10:36
last_update2016-08-23 03:10:36
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,185,517,433,922
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,315
net_rshares2,137,374,515
author_curate_reward""
vote details (1)
@giffordde2000 ·
I'd love to see a video showing a step by step process of the implementation on this for my company's website. (Blue Water Alchemy) as I'd love to be able to implement this! This is great!
properties (22)
authorgiffordde2000
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t070010665z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 07:01:06
last_update2016-08-23 07:01:06
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation1,840,965,263,137
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,016
net_rshares0
@gord0b ·
really good going, i think the Woo plugin for Wordpress will be a major milestone. Keep it up
properties (22)
authorgord0b
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062711157z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 06:27:12
last_update2016-08-23 06:27:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation1,606,374,376,310
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,813
net_rshares0
@gregorygarcia ·
Really?
πŸ‘  
properties (23)
authorgregorygarcia
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002621328z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:26:15
last_update2016-08-23 00:26:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation39,967,971
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,475
net_rshares50,852,949
author_curate_reward""
vote details (1)
@gregorygarcia ·
I find very cool this initiative. It really helps Steemit community to grow.
πŸ‘  
properties (23)
authorgregorygarcia
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t005245862z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:52:39
last_update2016-08-23 00:52:39
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation39,967,971
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,795
net_rshares50,852,949
author_curate_reward""
vote details (1)
@gregorygarcia ·
Tem algum brasileiro aqui?
πŸ‘  
properties (23)
authorgregorygarcia
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023134726z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:31:27
last_update2016-08-23 02:31:27
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation39,967,971
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,908
net_rshares51,890,765
author_curate_reward""
vote details (1)
@halo · (edited)
This is awesome,  i have been waiting for some one to do this. This is gonna be great for steemit and for me thank you. Upvoted and followed
πŸ’‹ @halo πŸ’‹
properties (22)
authorhalo
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002947187z
categorysteempay
json_metadata{"tags":["steempay"],"users":["halo"]}
created2016-08-23 00:29:48
last_update2016-08-23 00:40:24
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length150
author_reputation289,402,421,793,942
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,519
net_rshares0
@how2steemit ·
Congratulations!Big time support!
properties (22)
authorhow2steemit
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224837628z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:48:36
last_update2016-08-22 22:48:36
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation1,485,428,161,400
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,371
net_rshares0
@jaytaylor ·
*insert big, cheesy grin* :o)
properties (22)
authorjaytaylor
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t082231042z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 08:22:30
last_update2016-08-23 08:22:30
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation14,201,726,372,569
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,615
net_rshares0
@jesta ·
$0.75
@cass & @steve-walschot we need a donate image/button :)
πŸ‘  , ,
properties (23)
authorjesta
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224223388z
categorysteempay
json_metadata{"tags":["steempay"],"users":["cass","steve-walschot"]}
created2016-08-22 22:42:24
last_update2016-08-22 22:42:24
depth1
children4
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.562 HBD
curator_payout_value0.183 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation140,605,453,893,072
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,309
net_rshares1,103,002,197,127
author_curate_reward""
vote details (3)
@steve-walschot · (edited)
There you go :-)

<a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com'>
<img src='https://steempay.io/img/steempay-sbd--button@2x.png'>
</a>

I know what you mean, a 'donate' text button. @cass is working on it.
Should be ready soon!
πŸ‘  
properties (23)
authorsteve-walschot
permlinkre-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224402883z
categorysteempay
json_metadata{"tags":["steempay"],"users":["cass"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com"]}
created2016-08-22 22:44:03
last_update2016-08-22 22:44:30
depth2
children3
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length295
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,323
net_rshares7,697,354,178
author_curate_reward""
vote details (1)
@cass ·
$1.07
shame on me .. i will do this next .. first have to finish a logo for the "abuse" group ..
πŸ‘  , , , , ,
properties (23)
authorcass
permlinkre-steve-walschot-re-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t232304160z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 23:23:03
last_update2016-08-22 23:23:03
depth3
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value1.056 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation87,554,098,144,619
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,733
net_rshares1,470,088,617,094
author_curate_reward""
vote details (6)
@oleim ·
Here's a donate button for you guys ;-)
<a href='https://steempay.io/payment?&receiver=oleim&amount=0&currency=0'>
<img src='https://upl.io/i/4y0tsi.png'>
</a>

Also, great initiative. Just a friendly reminder, you might wanna turn debug mode off on your webapp :-)
πŸ‘  , ,
properties (23)
authoroleim
permlinkre-steve-walschot-re-jesta-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t235605431z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://upl.io/i/4y0tsi.png"],"links":["https://steempay.io/payment?&receiver=oleim&amount=0&currency=0"]}
created2016-08-22 23:56:03
last_update2016-08-22 23:56:03
depth3
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length265
author_reputation8,450,404,673
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,120
net_rshares32,808,492,049
author_curate_reward""
vote details (3)
@joele ·
$0.04
" Make sure to use 3 decimals!"
I hope the code should detect and correct this kind of requirements.
πŸ‘  ,
properties (23)
authorjoele
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230550077z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 23:05:48
last_update2016-08-22 23:05:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation2,761,532,307,555
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,533
net_rshares79,577,513,078
author_curate_reward""
vote details (2)
@jrcornel ·
@jrcornel is now accepting donations :)
properties (22)
authorjrcornel
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t211626324z
categorysteempay
json_metadata{"tags":["steempay"],"users":["jrcornel"]}
created2016-08-23 21:16:27
last_update2016-08-23 21:16:27
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation2,133,450,396,741,846
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id957,270
net_rshares0
@kaykunoichi ·
What a time to be alive!
properties (22)
authorkaykunoichi
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t074318621z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 07:43:18
last_update2016-08-23 07:43:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation14,581,104,630,393
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,320
net_rshares0
@keyser ·
https://steemit.com/sega/@keyser/best-sega-classic-games
πŸ‘  
properties (23)
authorkeyser
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t103818071z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steemit.com/sega/@keyser/best-sega-classic-games"]}
created2016-08-23 10:38:48
last_update2016-08-23 10:38:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation1,954,946,872,909
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,720
net_rshares234,399,963
author_curate_reward""
vote details (1)
@kingscrown · (edited)
great and voted up but one thing - there is forced SSL missing.
this is a must this days IMO.
πŸ‘  
properties (23)
authorkingscrown
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004502533z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:45:03
last_update2016-08-23 00:45:27
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation2,113,705,347,129,712
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,689
net_rshares1,250,112,014
author_curate_reward""
vote details (1)
@knircky ·
How did you get that special icon to show for your post?
properties (22)
authorknircky
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t194808165z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 19:48:09
last_update2016-08-23 19:48:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation212,905,587,244,262
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id955,886
net_rshares0
@kuriko ·
Thats a way better looking payment processor then the previous ones I've seen. Congrats!
πŸ‘  
properties (23)
authorkuriko
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t212058892z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 21:20:18
last_update2016-08-23 21:20:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation4,662,306,021,422
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id957,321
net_rshares11,091,400,669
author_curate_reward""
vote details (1)
@linkback-bot-v0 ·
linkback bot is contemplating android sheeps
<div>  <p>  This post has been linked to from another place on Steem.  </p>  <ul>        <li>      <a href="https://steemit.com/steem/@ontofractal/top-linked-to-steem-posts-and-authors-ranking-for-august-2016"> Top linked to Steem posts and authors ranking for August 2016. </a>      by      <a href="https://steemit.com/@ontofractal">  @ontofractal </a>     </li>        <li>      <a href="https://steemit.com/steem/@ontofractal/top-100-most-linked-to-posts-on-steem"> Top 100 most linked to posts on Steem </a>      by      <a href="https://steemit.com/@ontofractal">  @ontofractal </a>     </li>        <li>      <a href="https://steemit.com/design/@cass/follow-join-my-blog-steem-blog-badges-playground-part-i"> [FOLLOW/JOIN MY BLOG] Steem blog badges (playground - part I) </a>      by      <a href="https://steemit.com/@cass">  @cass </a>     </li>        <li>      <a href="https://steemit.com/ui/@timcliff/let-s-make-steemit-better-comprehensive-list-of-suggested-ui-ux-improvements-to-make-to-the-steemit-com-website"> Let’s Make Steemit Better - Comprehensive list of suggested UI/UX improvements to make to the Steemit.com website! </a>      by      <a href="https://steemit.com/@timcliff">  @timcliff </a>     </li>        <li>      <a href="https://steemit.com/stats/@spiz0r/steem-power-top500-movers-and-shakers-4"> Steem Power TOP500 - Movers and shakers #4 </a>      by      <a href="https://steemit.com/@spiz0r">  @spiz0r </a>     </li>        <li>      <a href="https://steemit.com/steemit/@lemooljiang/6ugene-hero-s-voice-daily"> Hero's voice daily  / 每ζ—₯名言堂 </a>      by      <a href="https://steemit.com/@lemooljiang">  @lemooljiang </a>     </li>        <li>      <a href="https://steemit.com/kr/@morning/4gfzwf"> [μŠ€μ‹œ] μŠ€νŒ€λ‹¬λŸ¬μ— λŒ€ν•˜μ—¬ </a>      by      <a href="https://steemit.com/@morning">  @morning </a>     </li>        <li>      <a href="https://steemit.com/kr/@woo7739/8-20160824-steemit-digest-korean-language"> #8. 20160824 Steemit Digest (Korean Language) </a>      by      <a href="https://steemit.com/@woo7739">  @woo7739 </a>     </li>        <li>      <a href="https://steemit.com/design/@cass/ui-payable-with-steem-sbd-buttons-and-badges"> β™³ [UI] Payable with STEEM, SBD  -– Buttons & Badges - revised </a>      by      <a href="https://steemit.com/@cass">  @cass </a>     </li>        <li>      <a href="https://steemit.com/it-steem/@frick/perche-e-dove-usare-gli-steem-o-gli-steemdollars"> PerchΓ¨ e dove usare gli STEEM o gli STEEMDOLLARS </a>      by      <a href="https://steemit.com/@frick">  @frick </a>     </li>        <li>      <a href="https://steemit.com/steemit/@thebatchman/steemit-is-on-fire-and-i-am-celebrating-in-three-dimentions"> Steemit is on fire and I am celebrating... In three dimensions! </a>      by      <a href="https://steemit.com/@thebatchman">  @thebatchman </a>     </li>        <li>      <a href="https://steemit.com/introduceyourself/@steempowerwhale/i-am-steempowerwhale-and-i-am-here-to-upvote-your-lifetime-dreams"> I am steempowerwhale and I am here to upvote your lifetime dreams </a>      by      <a href="https://steemit.com/@steempowerwhale">  @steempowerwhale </a>     </li>        <li>      <a href="https://steemit.com/steem/@tracemayer/the-sweet-sound-of-cash-and-steempay"> The Sweet Sound of Cash and Steempay </a>      by      <a href="https://steemit.com/@tracemayer">  @tracemayer </a>     </li>        <li>      <a href="https://steemit.com/design/@cass/brand-design-steemcleaners-logo-concept"> ♨ [Brand-Design] STEEMCLEANERs - Logo concept </a>      by      <a href="https://steemit.com/@cass">  @cass </a>     </li>        <li>      <a href="https://steemit.com/steem/@steevc/shopping-with-steem"> Shopping with Steem </a>      by      <a href="https://steemit.com/@steevc">  @steevc </a>     </li>        <li>      <a href="https://steemit.com/steemit/@darknet/steemtopia-donations"> Steemtopia donations - towards a better future, our future. Creating a community that is our own real life self-sustainable sharing and skills based steemit exchange/community on a beautiful parcel of land </a>      by      <a href="https://steemit.com/@darknet">  @darknet </a>     </li>      </ul>  <p>  <a href="https://steemit.com/steemit/@ontofractal/steem-linkback-bot-update-v0-2-release">    About linkback bot   </a>   </p></div>
properties (22)
authorlinkback-bot-v0
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-linkbacks
categorysteempay
json_metadata{}
created2016-09-07 21:51:57
last_update2016-09-07 21:51:57
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,308
author_reputation1,915,954,976,722
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,164,440
net_rshares0
@loopholekid ·
Hi any chance this will work with woocommerce payment gateway?
properties (22)
authorloopholekid
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160828t054612360z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-28 05:46:21
last_update2016-08-28 05:46:21
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation160,096,974,082
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,022,960
net_rshares0
@lukestokes ·
$0.03
I want to integrate FoxyCart with this. :)
πŸ‘  ,
properties (23)
authorlukestokes
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004544537z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:45:45
last_update2016-08-23 00:45:45
depth1
children3
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.024 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length42
author_reputation554,601,966,217,919
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,699
net_rshares58,559,893,760
author_curate_reward""
vote details (2)
@derekareith ·
$0.13
Hey!  I've used your cart before without even knowing it at Vermont Flannel. Maybe I can buy a new hoodie with some steem dollars soon :)
πŸ‘  ,
properties (23)
authorderekareith
permlinkre-lukestokes-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013655274z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:36:57
last_update2016-08-23 01:36:57
depth2
children2
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.102 HBD
curator_payout_value0.031 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation19,582,509,873,969
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,328
net_rshares240,893,072,727
author_curate_reward""
vote details (2)
@lukestokes ·
Very cool!

As I've talked about before in various comments, the biggest problem is getting merchants onboard to accept currencies their customers are not asking to pay them with. We integrated Bitpay back in 2013 so thousands of Foxy stores could use it, and almost none of them did. Same thing with our Coinbase integration. I've blogged about it many times, but stores don't care until their customers demand it. It's the customer that drives what the merchants do.
πŸ‘  
properties (23)
authorlukestokes
permlinkre-derekareith-re-lukestokes-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t020222924z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:02:24
last_update2016-08-23 02:02:24
depth3
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length468
author_reputation554,601,966,217,919
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,584
net_rshares5,028,811,010
author_curate_reward""
vote details (1)
@masterinvestor ·
This is fantastic! Your contributions keep rolling out and I greatly appreciate them. Thanks!
properties (22)
authormasterinvestor
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t222311635z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:23:12
last_update2016-08-22 22:23:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation147,373,199,177
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,088
net_rshares0
@meteor78 ·
Nice idea and nice button generator, that's easy to use for pay with steem dollar
properties (22)
authormeteor78
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t101205570z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 10:12:12
last_update2016-08-23 10:12:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length81
author_reputation184,361,553,890
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,480
net_rshares0
@mindfreak · (edited)
The payout of this post will be more than what will i earn in a year though.
properties (22)
authormindfreak
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094842672z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 09:48:45
last_update2016-08-23 09:49:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation49,428,636,991,518
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,276
net_rshares0
@mobilebestdeal ·
Thank you very much for the valuable information
properties (22)
authormobilebestdeal
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t121254188z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 12:12:57
last_update2016-08-23 12:12:57
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation26,649,862,790
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,649
net_rshares0
@mrgrey ·
That is so cool steve well done
properties (22)
authormrgrey
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t075406735z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 07:54:03
last_update2016-08-23 07:54:03
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation3,805,658,080,500
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,377
net_rshares0
@nathanbrown ·
@steve-walschot Thank you so much for putting this together! I'm a professional internet marketer (http://www.integrationprofits.com/) and the founder of Really American (http://www.reallyamerican.com) and I'm excited to use this payment button in my marketing and political activities. This rocks!

Do you have any plans to try and figure out how to make it easier for people to purchase Steem without having to go through bitcoins?
properties (22)
authornathanbrown
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013648897z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot"],"links":["http://www.integrationprofits.com/"]}
created2016-08-23 01:36:48
last_update2016-08-23 01:36:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length433
author_reputation2,103,445,647,020
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,325
net_rshares0
@nelyp ·
Awesome. Good job! Followed :)
properties (22)
authornelyp
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t122503347z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 12:25:03
last_update2016-08-23 12:25:03
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation258,605,913,011,246
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,811
net_rshares0
@oaldamster · (edited)
Nice job, will give it a try!

If you want to use some of my SBD symbol ideas, be free to do so:
https://dl.dropboxusercontent.com/u/84666869/steem/sbd_symbol.png

For the SVG file: [CLICK HERE](https://app.box.com/s/yk1rbel1rx5g3gpi0x5qrdcd495lhxtc)

Font use is KhanD by the way.

... Works like a charm!
properties (22)
authoroaldamster
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t074624481z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://dl.dropboxusercontent.com/u/84666869/steem/sbd_symbol.png"]}
created2016-08-23 07:46:27
last_update2016-08-23 07:55:39
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length306
author_reputation114,576,445,738,151
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,335
net_rshares0
@ozzy-vega ·
Wow im thinking to do some guitar lessons for Steem Power!
properties (22)
authorozzy-vega
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t023827477z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:38:33
last_update2016-08-23 02:38:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation13,346,145,639,350
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,008
net_rshares0
@peace9 ·
good job ; hope all futur stuff can be lunshed .
properties (22)
authorpeace9
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t193102233z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 19:31:03
last_update2016-08-23 19:31:03
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation-176,583,081
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id955,665
net_rshares0
@quant01 ·
Tnx for your work!!!!
properties (22)
authorquant01
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t171533015z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 17:15:33
last_update2016-08-23 17:15:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation152,354,141,988
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id953,833
net_rshares0
@radioactivities ·
That certainly is a beautiful UI!
properties (22)
authorradioactivities
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t025215962z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:52:18
last_update2016-08-23 02:52:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation12,328,337,528,865
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,141
net_rshares0
@randyclemens ·
This is awesome @steve-walschot & @cass! I'd love to figure out how to allow for donations on my [new free custom URL shortener: <b>http://st33m.it!!</b>](http://st33m.it/launch) It's a tool I just launched that also provides stats & analytics exclusively for Steemit posts! Cheers!
πŸ‘  
properties (23)
authorrandyclemens
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t035423520z
categorysteempay
json_metadata{"tags":["steempay"],"links":["http://st33m.it","http://st33m.it/launch"]}
created2016-08-23 03:54:24
last_update2016-08-23 03:54:24
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length282
author_reputation12,025,835,317,574
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,720
net_rshares7,494,792,226
author_curate_reward""
vote details (1)
@ranko-k ·
[![Foo](https://steempay.io/img/steempay-sbd--button@2x.png)](https://steempay.io/payment?&receiver=ranko-k&amount=0&currency=0&callback=http://steemit.com/@ranko-k)
πŸ‘  
properties (23)
authorranko-k
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t233324036z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"]}
created2016-08-22 23:33:33
last_update2016-08-22 23:33:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length165
author_reputation6,755,527,628,023
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,878
net_rshares29,641,316,955
author_curate_reward""
vote details (1)
@revulv ·
I know it's beta software but why are some links in this post http instead of https ?

eg: http://steempay.io
properties (22)
authorrevulv
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t223908885z
categorysteempay
json_metadata{"tags":["steempay"],"links":["http://steempay.io"]}
created2016-08-23 22:39:09
last_update2016-08-23 22:39:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation132,739,789,855
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id958,291
net_rshares0
@richardjuckes ·
Wow! Things are happening so quickly. Thanks y'all.
properties (22)
authorrichardjuckes
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t024249115z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 02:42:54
last_update2016-08-23 02:42:54
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation34,384,684,876,528
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,056
net_rshares0
@roelandp ·
$1.11
congrats @steve-walschot great work (and also @cass for the beautiful design) and thanks for the mention :) I'm going to see how I can implement this in future projects!

a few quick tips since it's now out in the open: 

- in the payment page's .js : uncomment <code>console.log</code>, it's unfortunately not a web standard: https://developer.mozilla.org/en-US/docs/Web/API/Console/log I think you forgot one :)
- Maybe a <code>&lt;title/&gt; </code> on the payment page
- Maybe an instruction for people on how to make the payment on Steemit.com could be nice, hidden under an '?'
- And/or store their 'username' in a cookie so you can auto-generate the 'transfers' page for future visits: <code> https://steemit.com/@USERNAME/transfers</code>

Looking forward to the github / open sourcing! 

thx dude keep up the good work... Let the payments begin!
πŸ‘  , , , , , , ,
properties (23)
authorroelandp
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230312707z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://developer.mozilla.org/en-US/docs/Web/API/Console/log"]}
created2016-08-22 23:03:12
last_update2016-08-22 23:03:12
depth1
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value1.095 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length854
author_reputation662,936,810,561,284
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,507
net_rshares1,515,323,327,142
author_curate_reward""
vote details (8)
@steve-walschot ·
$0.02
Thanks @roelandp, the log's are leftovers from debugging, removed now.
There will be an option to go straight to the wallet in a popup, but this is planned for the next update.
πŸ‘  
properties (23)
authorsteve-walschot
permlinkre-roelandp-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t230546159z
categorysteempay
json_metadata{"tags":["steempay"],"users":["roelandp"]}
created2016-08-22 23:05:45
last_update2016-08-22 23:05:45
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length176
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,532
net_rshares43,660,685,377
author_curate_reward""
vote details (1)
@romanskv ·
https://steemit.com/steemit/@romanskv/boosters-time-on-steemit
I have a suggestion for acceleration limits
πŸ‘  
properties (23)
authorromanskv
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t151312842z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://steemit.com/steemit/@romanskv/boosters-time-on-steemit"]}
created2016-08-23 15:13:15
last_update2016-08-23 15:13:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length106
author_reputation131,670,789,764,978
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id952,138
net_rshares3,201,066,866
author_curate_reward""
vote details (1)
@royalmacro ·
many many thanks.
I've added a donation button at end of my recent post.......
properties (22)
authorroyalmacro
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t183221419z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 18:32:18
last_update2016-08-23 18:32:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation181,020,262,458,461
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id954,844
net_rshares0
@rwgunderson ·
wow!
properties (22)
authorrwgunderson
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031014704z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 03:10:12
last_update2016-08-23 03:10:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation716,390,377,150
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,309
net_rshares0
@rwgunderson ·
oh my god -- we are going to take over the web!
properties (22)
authorrwgunderson
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t123748856z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 12:37:48
last_update2016-08-23 12:37:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation716,390,377,150
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id949,973
net_rshares0
@ryno ·
Amazing work Steve! The payment page itself looks beautiful. I honestly think the creation of this service is a milestone for the Steemit community! You should definitely be proud of what you've done here.
properties (22)
authorryno
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t221654090z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:16:54
last_update2016-08-22 22:16:54
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length205
author_reputation217,622,810,430
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,035
net_rshares0
@salinapate011714 ·
Nice article. Nice to see I'm not the only one who thinks like this. The popularity of the cryptos is currently determined by the biggest group of uneducated investors in man kind. It's an interesting world we live in.  Besides coinmarketcap.com there is:  https://www.coincheckup.com Supposingly they researched every crypto coin in the scene based on: the team, the product, advisors, community, the business and the business model. They even score the coins stengths.  Check for example:  https://www.coincheckup.com/coins/Etheroll#analysis For a complete Etheroll Report.
properties (22)
authorsalinapate011714
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20170923t144353581z
categorysteempay
json_metadata{"tags":["steempay"],"links":["https://www.coincheckup.com"],"app":"steemit/0.1"}
created2017-09-23 14:43:51
last_update2017-09-23 14:43:51
depth1
children0
last_payout2017-09-30 14:43:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length575
author_reputation-58,558,914,751
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,713,265
net_rshares0
@shadowspub ·
I don't know a lot about the technical aspects of this.. in fact I know squat. But I'm really impressed with your initiative and the possibilities this opens up. Well done @steve-walschot and @cass
properties (22)
authorshadowspub
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t232057412z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot","cass"]}
created2016-08-22 23:21:03
last_update2016-08-22 23:21:03
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation624,479,696,249,713
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,708
net_rshares0
@shootetxd ·
WOW, what a nice news!

Steem getting ur place!

Lets grow up steem!
And nice job dude, keep working!
properties (22)
authorshootetxd
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t152312471z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 15:23:15
last_update2016-08-23 15:23:15
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length101
author_reputation18,321,827,912
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id952,307
net_rshares0
@smooth ·
Congratulation on the release guys!
properties (22)
authorsmooth
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t031246900z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 03:12:48
last_update2016-08-23 03:12:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation253,602,537,834,068
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id945,344
net_rshares0
@sompitonov ·
>STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!

This is exactly what I wanted, thank you!

http://images.vfl.ru/ii/1471945156/39b4264a/13842580_m.jpg
properties (22)
authorsompitonov
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t094011457z
categorysteempay
json_metadata{"tags":["steempay"],"image":["http://images.vfl.ru/ii/1471945156/39b4264a/13842580_m.jpg"]}
created2016-08-23 09:40:12
last_update2016-08-23 09:40:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length182
author_reputation7,884,205,652,521
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id948,207
net_rshares0
@steemitqa ·
Once again you've done it!
properties (22)
authorsteemitqa
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t232538683z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 23:25:39
last_update2016-08-23 23:25:39
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation22,135,803,163,402
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id958,791
net_rshares0
@steempower ·
Nice work Steve, this looks really great; clean simple payment interface :)
properties (22)
authorsteempower
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t223036253z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:30:39
last_update2016-08-22 22:30:39
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length75
author_reputation258,723,926,062,198
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,173
net_rshares0
@stephenfrost ·
Awesome news indeed!! Will look at integrating this with my website if I can get the cart facility to do so!
properties (22)
authorstephenfrost
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t010532441z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:05:33
last_update2016-08-23 01:05:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length108
author_reputation9,969,442,529
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,974
net_rshares0
@steve-walschot · (edited)
$2.94
Support the dev :)

<a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com'>
<img src='https://steempay.io/img/steempay-sbd--button@2x.png'>
</a>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorsteve-walschot
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t220222790z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/steempay-sbd--button@2x.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com"]}
created2016-08-22 22:02:24
last_update2016-08-22 22:44:15
depth1
children14
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value2.714 HBD
curator_payout_value0.230 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id941,841
net_rshares3,138,384,765,063
author_curate_reward""
vote details (44)
@abit · (edited)
```
Please follow the instructions carefully
New donation to steve-walschot
send any amount
Using following memo code

mTv41AjYsDQmubqQ2A
Awaiting your payment 
```
Send to whom?

After sent some to `steve-walschot` the progress bar is still running and "Awaiting your payment"
πŸ‘  , ,
properties (23)
authorabit
permlinkre-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225227707z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:52:39
last_update2016-08-22 22:54:51
depth2
children11
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length277
author_reputation141,171,499,037,785
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,412
net_rshares18,401,236,515
author_curate_reward""
vote details (3)
@steve-walschot ·
New donation **to** steve-walschot

:-)
properties (22)
authorsteve-walschot
permlinkre-abit-re-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t225433252z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:54:33
last_update2016-08-22 22:54:33
depth3
children10
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,432
net_rshares0
@bellphorion ·
Thank you for this!
properties (22)
authorbellphorion
permlinkre-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t002813603z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:28:12
last_update2016-08-23 00:28:12
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation7,370,152,734
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,496
net_rshares0
@steemrollin ·
Hey @steve-walschot.  Great job! I was trying to test out the button right now and not sure why it's not working for me or my dev.   Transactions do register on the blockchain but doesn't show the success screen.  Any common issue we could be having?  Thanks!
πŸ‘  
properties (23)
authorsteemrollin
permlinkre-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160905t215041452z
categorysteempay
json_metadata{"tags":["steempay"],"users":["steve-walschot"]}
created2016-09-05 21:50:42
last_update2016-09-05 21:50:42
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length259
author_reputation85,821,573,953,798
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id1,139,878
net_rshares16,335,810,516
author_curate_reward""
vote details (1)
@steve-walschot ·
## Donation button available

The button switches to donation, well, if donation is selected in the generator. More buttons will be added ASAP.

<a href='https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com'>
<img src='https://steempay.io/img/donate.png'>
</a>
πŸ‘  
properties (23)
authorsteve-walschot
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t054500993z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=steve-walschot&amount=0&currency=0&callback=http://www.steemit.com"]}
created2016-08-23 05:45:00
last_update2016-08-23 05:45:00
depth1
children1
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length312
author_reputation67,732,836,345,004
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,520
net_rshares15,454,668,697
author_curate_reward""
vote details (1)
@anduweb ·
I used the button in your post to send you a test amount and it worked :) Indeed, the redirect to merchant didn't work but still. Great job man!!
properties (22)
authoranduweb
permlinkre-steve-walschot-re-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t062111379z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 06:21:12
last_update2016-08-23 06:21:12
depth2
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation11,311,191,021,706
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,762
net_rshares0
@stevescoins ·
Excellent.  This is the kind of innovation that will tie Steemit into the larger market.
properties (22)
authorstevescoins
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t013711220z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:37:12
last_update2016-08-23 01:37:12
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation96,661,038,698,119
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,332
net_rshares0
@suprsape ·
This is awesome! I think that this would definitely give SteemIt a jump start.
properties (22)
authorsuprsape
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t175809972z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 17:57:42
last_update2016-08-23 17:57:42
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation-8,127,159,134
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id954,401
net_rshares0
@team101 ·
Congratulations.  Good job!
properties (22)
authorteam101
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160822t224823802z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-22 22:49:18
last_update2016-08-22 22:49:18
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation12,700,047,182,916
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id942,378
net_rshares0
@tee-em ·
Sounds great! Im definitely checking this out! Upvoted and following
πŸ‘  ,
properties (23)
authortee-em
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t004748866z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 00:47:48
last_update2016-08-23 00:47:48
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation12,706,667,096,470
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id943,732
net_rshares2,018,238,916
author_curate_reward""
vote details (2)
@tom77 ·
Very exciting stuff thanks!
properties (22)
authortom77
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t090938756z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 09:09:39
last_update2016-08-23 09:09:39
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation4,881,403,451
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,977
net_rshares0
@uceph ·
thank you for helping steemit move forward you truly deserve the recognition
properties (22)
authoruceph
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t111913570z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:20:03
last_update2016-08-23 01:20:03
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation2,155,952,931,095
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,138
net_rshares0
@vegeta ·
I dare you to try it out!

http://66.media.tumblr.com/37fe594b60c58c9538c8ed117b094b15/tumblr_mkee6dXRcA1s0soqwo1_500.gif

<a href='https://steempay.io/payment?&receiver=vegeta&amount=0&currency=0'>
<img src='https://steempay.io/img/donate.png'>
</a>
properties (22)
authorvegeta
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160824t005634520z
categorysteempay
json_metadata{"tags":["steempay"],"image":["https://steempay.io/img/donate.png"],"links":["https://steempay.io/payment?&receiver=vegeta&amount=0&currency=0"]}
created2016-08-24 00:56:57
last_update2016-08-24 00:56:57
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length250
author_reputation1,942,378,084,099
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id959,897
net_rshares0
@viktorw ·
Danke fΓΌr diesen Beitrag
properties (22)
authorviktorw
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t143943981z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 14:39:45
last_update2016-08-23 14:39:45
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation573,054,186
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id951,629
net_rshares0
@virtualgrowth ·
@ steve-walschot Great job! Look forward to checking out and using this!
properties (22)
authorvirtualgrowth
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t015248716z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 01:52:51
last_update2016-08-23 01:52:51
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation194,175,762,808,337
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id944,494
net_rshares0
@wisdomx44 ·
Many Stories gonna had payment/donation button brace your self guys its a trap
πŸ‘  
properties (23)
authorwisdomx44
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t125350489z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 12:53:54
last_update2016-08-23 12:53:54
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation754,971,430
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id950,180
net_rshares52,040,150
author_curate_reward""
vote details (1)
@wisehammer ·
This is finally a good idea, well done. now, I'm gonna wait for the generated buttons!
properties (22)
authorwisehammer
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t064537685z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 06:45:36
last_update2016-08-23 06:45:36
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation2,502,745,411,790
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id946,935
net_rshares0
@wisehammer ·
Btw I have an idea: if as callback I use a javascript alert box? would it work?
properties (22)
authorwisehammer
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t065852102z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 06:58:51
last_update2016-08-23 06:58:51
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation2,502,745,411,790
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,003
net_rshares0
@xeroc ·
$1.04
wow ... this is soooo cool
πŸ‘  ,
properties (23)
authorxeroc
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t081134648z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 08:11:33
last_update2016-08-23 08:11:33
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value1.042 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation118,819,064,085,695
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,522
net_rshares1,442,921,715,839
author_curate_reward""
vote details (2)
@yuthavithi ·
Hmm, Something BIG is coming!!! Great work Steempay!!!
properties (22)
authoryuthavithi
permlinkre-steve-walschot-steempay-io-v1-0-1-live-accept-steem-sbd-anywhere-button-generator-included-20160823t071302612z
categorysteempay
json_metadata{"tags":["steempay"]}
created2016-08-23 07:13:09
last_update2016-08-23 07:13:09
depth1
children0
last_payout2016-09-23 01:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation49,126,087
root_title"STEEMPAY.IO v1.0.1 LIVE! Accept Steem/SBD anywhere! Button generator included!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id947,104
net_rshares0