create account

STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly! by steve-walschot

View this thread on: hive.blogpeakd.comecency.com
· @steve-walschot · (edited)
$1,876.83
STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!
# The moment we've all been waiting for has finaly arrived. SteemPayments is live!


I've called this first version beta because i still need to make some code cleanups and complete the full documentation.<br><br>

http://steempayments.com/accepted.png

![enter image description here](http://steempayments.com/logo_medium.png)
## Opensource payment gateway for everyone!

# Todo the following hours and days

 - Further complete the documentation
 - **Increase the number of working examples**
 - Prettify the code
 - Add more nodes
 - **Community contest for some nice buttons/logo**
 - Improve the overall topic and SteemPayments website
- **Shopping cart plugins** (WooCommerce first)
- **Donation button generator**
- GUI update by @cass (see https://steemit.com/ui/@cass/steem-pay-ment-button-design-concept-and-design-process-part-1)

This topic will be updated continuously until i'm satisfied and no longer call SteemPayments a beta version. Make sure to **follow** this topic to keep updated! Git cloners, make sure to update the Git as there are some more changes to come soon.

# From highend to lowend code
This project started as a very complex, laravel based module for myself. Then i figured that Steemit is full of highly skilled developers (take a look at steemtools.com) but we all forgot what could be the most important slice of the pie: *PHP only users*

I assume that most of the websites out there are running on shared hosts, having no console access, or programming skills to start compiling code. They have simple PHP based websites running a shopping cart if lucky, or just offering items in HTML table shape.

I started downgrading my code to run on even the most basic webhost, needing nothing more than PHP/Ajax.

This process was like taking a step in a timemachine, eliminating all the good things frameworks give us today, and going back to POST parameters like in the good old days (hello 1998!).

You'll notice some of that 'oldstyle' code around, just so you know, it's intended that way (Note to fellow dev's).

# Using steempayments as frontend.

## Let's start by rolling out the service most requested - PHP buttons!

Want to start accepting a payment or donation? Good! Here's how:

<table border="0"><tr><td width=30%>
<a href="http://steempayments.com/payment/static?receiver=steempayments&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample">
<img src="http://steempayments.com/img/button/d01.jpg">
</a></td><td>
<a href="http://steempayments.com/payment/static?receiver=steempayments&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample">
<img src="http://steempayments.com/img/button/d02.jpg"></a>
</td><td>
<a href="http://steempayments.com/payment/static?receiver=steempayments&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample">
<img src="http://steempayments.com/img/button/steem01.jpg"></a>
</td></tr></table>


Yup. That's it. Click on it to see for yourself (and feel free to donate) :-) 


### Breakdown:

The default URL to start a payment is http://www.steempayments.com/payment

**Update** use http://steempayments.com/payment/static from inside comments and posts!

Every request needs the following parameters

    $data = array(
				'paymentID' => Input::get('paymentID'), 	
				'receiver' => Input::get('receiver'),  	
				'amount' => Input::get('amount'),
				'callback' => Input::get('callback'),	
		);

You can send it both in json or URL parameters. So to create a payment/donation button, all you need to do is fill in the needed parameters, and you're good to go. The above button for example uses URL parameters.

http://steempayments.com/payment?receiver=XXX&amount=0&paymentID=XXX&callback=XXX

This could easely be poured into a button style by creating a href with some nice image.

    <a href="YOUR_URL"><img src=http://steempayments.com/img/button/steem01.jpg></a>

Alternatively, the same goes to HTML forms. Just name your inputs as the required parameter ID's.


More examples can be found at http://steempayments.com/example/ on how to create a payment request from your website. Make sure to read the  [Github docs](https://github.com/steempayments/steempayments-PHP/docs) as well.


----------
# IMPORTANT !
### Required parameter details

**PaymentID** Generate a new ID by calling the SteemHelper PHP class, or generate in JS ([Github code](https://github.com/steempayments/steempayments-PHP/blob/master/core/classes/SteemHelper.php#L22)).

**Receiver** Plaintext receiving account ([or global variable in PHP](https://github.com/steempayments/steempayments-PHP/blob/master/core/.env.php#L10)).

**Amount** Plaintext amount needed. **Requires 3 decimals [space] SBD or STEEM ( "0.001 STEEM").** 

**Callback** urlencoded URL to return after a successfull payment.


# Using the PHP files to host everything yourself
All the files can be found on the [SteemPayments Github](https://github.com/steempayments/steempayments-PHP). Documentation resided inside the docs folder.

# Public RPC-API servers to connect
This list will be updated as more nodes will be setup. You can find the list [inside the github folder](https://github.com/steempayments/steempayments-PHP/blob/master/core/nodelist.md).


# Question/feedback/bugs/suggestions
Feel free to join me on https://steemit.chat/channel/steempayments

# 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.

# Keep on Steeming!
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 292 others
properties (23)
authorsteve-walschot
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata{"tags":["steemit","steempay","steempayments"],"image":["http://steempayments.com/accepted.png","http://steempayments.com/img/button/d01.jpg","http://steempayments.com/img/button/d02.jpg","http://steempayments.com/img/button/steem01.jpg"],"links":["http://steempayments.com/payment/static?receiver=steempayments&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample","http://www.steempayments.com/payment","YOUR_URL","http://steempayments.com/example/"],"users":["cass"]}
created2016-08-05 06:54:57
last_update2016-08-05 16:14:30
depth0
children78
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value1,607.852 HBD
curator_payout_value268.980 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,917
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,287
net_rshares87,693,327,776,977
author_curate_reward""
vote details (356)
@angevel ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorangevel
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 11:48:06
last_update2016-08-05 11:48:06
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-545,964,216,146
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id622,397
net_rshares178,678,235
author_curate_reward""
vote details (43)
@angusleung100 · (edited)
Awesome! Can't wait to see it be used by e-commerce! Is it still in-dev or you are starting to release it as a finished product?
properties (22)
authorangusleung100
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160806t183113196z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-06 18:31:09
last_update2016-08-06 18:31:45
depth1
children0
last_payout2016-09-05 00:15:36
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_length128
author_reputation1,772,572,876,586
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id648,236
net_rshares0
@artakan · (edited)
It would be nice is someone would put up a video, so we can understand the whole process .... so I am not sure to understand the concept fully, this is how I understand it so far:
1) you press the pay button
2) you go manually to your own wallet, where you make the actual payment
3) the  http://www.steempayments.com site monitor if the payment went into the blockhain, 
4) if yes, display it and the go back to callback url.

If so there should be some kind of message that you have to make the actual payment from the steemit waller, after your press the 'donate/pay' button, otherwise people will just wait, because it's not really clear what you have to do next.

Maybe I misunderstood the concept .... Your thoughts on that ?
πŸ‘  
properties (23)
authorartakan
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t172345348z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://www.steempayments.com"]}
created2016-08-05 17:23:42
last_update2016-08-05 17:48:45
depth1
children0
last_payout2016-09-05 00:15:36
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_length731
author_reputation2,351,335,125,519
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id629,580
net_rshares56,385,226
author_curate_reward""
vote details (1)
@bignastywhale ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  ,
properties (23)
authorbignastywhale
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 14:43:45
last_update2016-08-05 14:43:45
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-634,210,742,757
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id625,851
net_rshares156,904,421
author_curate_reward""
vote details (45)
@cfredditz ·
When will a sandbox be implemented?
properties (22)
authorcfredditz
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t204107960z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 20:41:09
last_update2016-08-05 20:41:09
depth1
children2
last_payout2016-09-05 00:15:36
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_reputation8,457,766,961
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id634,184
net_rshares0
@steve-walschot ·
Γ€ sandbox???  What for?
properties (22)
authorsteve-walschot
permlinkre-cfredditz-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t205036617z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 20:50:39
last_update2016-08-05 20:50:39
depth2
children1
last_payout2016-09-05 00:15:36
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_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id634,350
net_rshares0
@cfredditz ·
So we can test our implementations before we go to production.
properties (22)
authorcfredditz
permlinkre-steve-walschot-re-cfredditz-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160811t172618387z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-11 17:26:18
last_update2016-08-11 17:26:18
depth3
children0
last_payout2016-09-05 00:15:36
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_reputation8,457,766,961
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id748,908
net_rshares0
@cheremet ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  , , , , , , ,
properties (23)
authorcheremet
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 08:47:54
last_update2016-08-05 08:47:54
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-269,345,517,998
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id619,920
net_rshares-436,579,799
author_curate_reward""
vote details (33)
@crumaner ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorcrumaner
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 07:21:51
last_update2016-08-05 07:21:51
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-832,613,042,101
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,669
net_rshares173,833,107
author_curate_reward""
vote details (42)
@cryptomental · (edited)
This is an excellent news! Thank you for making it OpenSource!

But does it mean that anyone who clicks for example on the animated picture below

<a href="http://steempayments.com/payment/static?receiver=cryptomental&amount=0&paymentID=0xSTEEMME&callback=http://steemit.com/@cryptomental"><img src=http://i.imgsafe.org/4766893898.gif></a>

will be automatically allowed to donate? I did a small test to verify this. This sounds too good to be true.
πŸ‘  
properties (23)
authorcryptomental
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t112516192z
categorysteemit
json_metadata{"tags":["steemit"],"image":["http://i.imgsafe.org/4766893898.gif"],"links":["http://steempayments.com/payment/static?receiver=cryptomental&amount=0&paymentID=0xSTEEMME&callback=http://steemit.com/@cryptomental"]}
created2016-08-05 11:25:15
last_update2016-08-05 11:55:42
depth1
children7
last_payout2016-09-05 00:15:36
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_reputation6,756,831,217,523
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id622,077
net_rshares104,600,804
author_curate_reward""
vote details (1)
@cryptomental ·
Hmm @steve-walschot I tried with payment/static as suggested but the solution does not seem to work. The wheel is spinning all the time. Could you please have a look at the image link in the picture from the above comment and help to find the root cause? All suggestions are welcomed!
πŸ‘  
properties (23)
authorcryptomental
permlinkre-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t113546597z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steve-walschot"]}
created2016-08-05 11:35:45
last_update2016-08-05 11:35:45
depth2
children0
last_payout2016-09-05 00:15:36
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_length284
author_reputation6,756,831,217,523
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id622,220
net_rshares2,953,917,363
author_curate_reward""
vote details (1)
@steve-walschot ·
Yes! But you need to set your amount correctly. Like documented in the post:

**Amount Plaintext amount needed. Requires 3 decimals [space] SBD or STEEM ( "0.001 STEEM").**

You used 1 STEEM, that will not do it. To accept a **donation** that the user can send whatever he likes, just set **amount=0**,  anything but 0 is considered a payment instead of a donation :)
properties (22)
authorsteve-walschot
permlinkre-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t114607006z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 11:46:06
last_update2016-08-05 11:46:06
depth2
children5
last_payout2016-09-05 00:15:36
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_length367
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id622,364
net_rshares0
@cryptomental ·
Thank you for the help. I modified the amount to 0 but it is still spinning for me.  I tried also to send a custom donation to my account directly from steempayments website but the wheel keeps spinning. Is it because I wanted to send a payment to my own account?
properties (22)
authorcryptomental
permlinkre-steve-walschot-re-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t120629101z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 12:06:27
last_update2016-08-05 12:06:27
depth3
children4
last_payout2016-09-05 00:15:36
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_length263
author_reputation6,756,831,217,523
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id622,681
net_rshares0
@daysmega ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authordaysmega
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 06:55:39
last_update2016-08-05 06:55:39
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-513,060,008,757
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,294
net_rshares181,319,756
author_curate_reward""
vote details (44)
@dcryptogold ·
This is so AWESOME!  You better believe I am going to put this on my site!!!
πŸ‘  
properties (23)
authordcryptogold
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t073601353z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:35:51
last_update2016-08-05 07:35:51
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation255,587,113,635
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,908
net_rshares3,274,148,857
author_curate_reward""
vote details (1)
@fallenfal ·
Noob here:).Does it require laravel or some other program to be instaled on the server or it can be implemented directly in a page or wp site?
πŸ‘  
properties (23)
authorfallenfal
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t103853924z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 10:38:54
last_update2016-08-05 10:38:54
depth1
children1
last_payout2016-09-05 00:15:36
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_length142
author_reputation5,048,089,514
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id621,427
net_rshares84,740,511
author_curate_reward""
vote details (1)
@steve-walschot ·
You can implement it any way you want, no need for laravel
properties (22)
authorsteve-walschot
permlinkre-fallenfal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t124242674z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 12:42:45
last_update2016-08-05 12:42:45
depth2
children0
last_payout2016-09-05 00:15:36
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_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id623,330
net_rshares0
@full-steem-ahead ·
This is the type of interface I was looking for in BitShares 2.0 but never materialized. I'll begin studying your docs with the intent to begin accepting donations for [O.N.E.'s](http://www.ozarksneighborlyexchange.com/) sorghum cook house I wrote about [here](https://steemit.com/community/@full-steem-ahead/2s95sn-o-n-e-group-returns-to-local-food-sovereignty). Great work Steve!
properties (22)
authorfull-steem-ahead
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160824t200618389z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://www.ozarksneighborlyexchange.com/"]}
created2016-08-24 20:06:27
last_update2016-08-24 20:06:27
depth1
children0
last_payout2016-09-05 00:15:36
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_length381
author_reputation30,177,498,572,933
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id971,971
net_rshares0
@fusan ·
very easy & simple!
I will want to use it on my site.
thank you!
πŸ‘  
properties (23)
authorfusan
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t091501151z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 09:15:00
last_update2016-08-05 09:15:00
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation13,477,391,966,419
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id620,294
net_rshares14,745,806,768
author_curate_reward""
vote details (1)
@future24 ·
Cool!
properties (22)
authorfuture24
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t201225619z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 20:12:27
last_update2016-08-05 20:12:27
depth1
children0
last_payout2016-09-05 00:15:36
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_length5
author_reputation394,809,599,345,877
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id633,706
net_rshares0
@gekko ·
testing : 
[![gekko donate](http://steempayments.com/img/button/d02.jpg)](http://www.steempayments.com/payment?receiver=gekko&amount=0&paymentID=WnHyLVE3pbQQBah4Q7&callback=steempayments.com%2Fexample)

nice work, keep it up @steve-walschot 8]
πŸ‘  
properties (23)
authorgekko
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t164455597z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steve-walschot"],"image":["http://steempayments.com/img/button/d02.jpg"]}
created2016-08-05 16:44:54
last_update2016-08-05 16:44:54
depth1
children1
last_payout2016-09-05 00:15:36
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_length243
author_reputation1,185,517,433,922
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id628,644
net_rshares1,234,618,661
author_curate_reward""
vote details (1)
@steve-walschot ·
Thx!
πŸ‘  
properties (23)
authorsteve-walschot
permlinkre-gekko-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t164519013z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 16:45:24
last_update2016-08-05 16:45:24
depth2
children0
last_payout2016-09-05 00:15:36
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_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id628,660
net_rshares1,192,045,604
author_curate_reward""
vote details (1)
@good-karma ·
Good work, keep them coming!
properties (22)
authorgood-karma
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t085804680z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 08:58:06
last_update2016-08-05 08:58:06
depth1
children0
last_payout2016-09-05 00:15:36
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_length28
author_reputation656,210,817,936,836
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id620,076
net_rshares0
@gunpower ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorgunpower
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 07:10:27
last_update2016-08-05 07:10:27
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-1,328,386,749,651
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,474
net_rshares173,833,107
author_curate_reward""
vote details (42)
@hasherfromhell ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorhasherfromhell
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 07:14:03
last_update2016-08-05 07:14:03
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-519,397,696,897
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,547
net_rshares171,352,517
author_curate_reward""
vote details (40)
@java1959 ·
Thanks for this.  Lots of possibilities!
properties (22)
authorjava1959
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070518089z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:05:18
last_update2016-08-05 07:05:18
depth1
children0
last_payout2016-09-05 00:15:36
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_length40
author_reputation2,291,826,563,282
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,406
net_rshares0
@jeison ·
Revelando fallas
properties (22)
authorjeison
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070241499z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:02:39
last_update2016-08-05 07:02:39
depth1
children0
last_payout2016-09-05 00:15:36
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_length16
author_reputation515,676,095,794
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,376
net_rshares0
@johnnyyash ·
Sweet, since Steem doesn't pay me now I can atleast accept Steem from other people.
properties (22)
authorjohnnyyash
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t065804362z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 06:58:03
last_update2016-08-05 06:58:03
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation16,860,783,213,618
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,319
net_rshares0
@joujou666 ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  
properties (23)
authorjoujou666
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 14:44:06
last_update2016-08-05 14:44:06
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-675,488,625,034
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id625,863
net_rshares168,919,513
author_curate_reward""
vote details (44)
@karnal ·
$0.03
Any plans to add SteemUSD?
πŸ‘  
properties (23)
authorkarnal
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t102444500z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 10:24:45
last_update2016-08-05 10:24:45
depth1
children2
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation19,869,197,162,216
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id621,234
net_rshares30,118,649,639
author_curate_reward""
vote details (1)
@steve-walschot ·
$0.15
You can send whatever you like. To accept a fixed amount just enter "1.00. SBD" or "1.000 STEEM". As far as donations go, the donator can send whatever he likes. SBD or STEEM.
πŸ‘  ,
properties (23)
authorsteve-walschot
permlinkre-karnal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t102745411z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 10:27:45
last_update2016-08-05 10:27:45
depth2
children1
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.122 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length175
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id621,266
net_rshares155,486,607,084
author_curate_reward""
vote details (2)
@karnal ·
$0.03
Awesome!
πŸ‘  
properties (23)
authorkarnal
permlinkre-steve-walschot-re-karnal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t103529000z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 10:35:27
last_update2016-08-05 10:35:27
depth3
children0
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation19,869,197,162,216
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id621,373
net_rshares30,118,649,639
author_curate_reward""
vote details (1)
@koolaidssss ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
πŸ‘Ž  
properties (23)
authorkoolaidssss
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 16:15:12
last_update2016-08-05 16:15:12
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-567,482,524,125
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id627,932
net_rshares112,722,227
author_curate_reward""
vote details (41)
@kus-knee ·
$0.03
Wow amazing initiative and work done here! This will add further value and credibility to the network and I really look forward to using it. It's members like you that benefit us all!
πŸ‘  , ,
properties (23)
authorkus-knee
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070239836z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:02:39
last_update2016-08-05 07:02:39
depth1
children0
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation307,925,583,264,282
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,375
net_rshares35,601,687,510
author_curate_reward""
vote details (3)
@liberosist ·
Fantastic work. I'm amazed you executed it so rapidly. Hope this finds wide adoption. :)
properties (22)
authorliberosist
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071254328z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:12:57
last_update2016-08-05 07:12:57
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation177,167,275,265,899
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,517
net_rshares0
@lukestokes ·
$1.17
I've been following this, and I'm pretty excited about it. I'd love to see a version added to the Omnipay PHP library. Hopefully I can play with it myself soon. I'd love to add this to FoxyCart (we support around 100 gateways including Coinbase and BitPay) and have thousands of stores using the platform. I've been discouraged the last few years by how few people turned on bitcoin payment options. Hopefully it will be different with SBD.
πŸ‘  , , , , , , , , , , , , ,
properties (23)
authorlukestokes
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t132843022z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 13:28:45
last_update2016-08-05 13:28:45
depth1
children7
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.958 HBD
curator_payout_value0.216 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length440
author_reputation554,601,966,217,919
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id624,191
net_rshares1,000,646,113,022
author_curate_reward""
vote details (14)
@blakemiles84 ·
$0.03
> I've been discouraged the last few years by how few people turned on bitcoin payment options.

What do you think has been the primary cause behind that ?
πŸ‘  ,
properties (23)
authorblakemiles84
permlinkre-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t140611004z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 14:06:09
last_update2016-08-05 14:06:09
depth2
children6
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation51,861,865,663,185
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id624,984
net_rshares39,111,405,712
author_curate_reward""
vote details (2)
@bacchist ·
$0.12
I know this isn't directed at me, and I think Luke might have some more insights that I'd like to hear. That being said, I think the main reason for it is that really the only people that want Bitcoin payment options are people who have Bitcoin. And that's a very thin slice of the population overall. The barriers for Bitcoin's success as a payment option are the same as Bitcoin as a whole... Perhaps the most relevant here is that for most people it represents the solution to a problem that doesn't exist. They can buy things online with their VISA or PayPal, so what is the advantage for the average consumer?
πŸ‘  ,
properties (23)
authorbacchist
permlinkre-blakemiles84-re-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t143410521z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 14:34:09
last_update2016-08-05 14:34:09
depth3
children2
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length614
author_reputation85,392,357,715,964
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id625,623
net_rshares125,425,493,390
author_curate_reward""
vote details (2)
@lukestokes ·
$0.59
I don't know, but I have some ideas. I've blogged about bitcoin many times, including on our company blog here:

http://www.foxycart.com/blog/why-does-foxycart-support-bitcoin
http://www.foxycart.com/blog/why-shouldnt-you-accept-bitcoin
http://www.foxycart.com/blog/integrating-foxycart-coinbase

We saw very little interest. I think many merchants only do what their customers demand for them to do. It makes no sense to add a payment method your customers aren't demanding. The number of sales they are potentially losing by not offering it is near zero and they don't think they'll get enough new customers with it to justify the perceived risks.

What are those risks?

Well, many just hear the mainstream media headlines when it comes to bitcoin and those are usually filled with scare stories of theft, drug dealing, child trafficking, hackers, and those "evil anarchists." Yes, I know, it's sad what passes for "news" and "journalism" these days. Few, if any, listen to experts like Andreas Antonopoulos or do real research to figure out how little bitcoin is used for crime compared to cash. So the risks include:

1. Having your brand associated with something scary.
1. Not understanding the complexities of how coinbase/bitpay convert to USD for you.
1. No chargebacks
1. Adding confusing steps to checkout which might cause cart abandonment ("Hey, what's this bitcoin thing? I'm going to go research that...").

Ultimately though, I think it's a chicken/egg problem. If enough customers demand a bitcoin/SBD payment system, merchants will add them. When they do, we'll be there to help.

**Moral of the story:** Every time you buy something, ask the merchant if you can pay with SBD or bitcoin. If they look at you funny, explain it quickly and succinctly and move on.
πŸ‘  , , , , , ,
properties (23)
authorlukestokes
permlinkre-blakemiles84-re-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t143414223z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://www.foxycart.com/blog/why-does-foxycart-support-bitcoin"]}
created2016-08-05 14:34:15
last_update2016-08-05 14:34:15
depth3
children2
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.517 HBD
curator_payout_value0.076 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,780
author_reputation554,601,966,217,919
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id625,624
net_rshares556,162,320,681
author_curate_reward""
vote details (7)
@lynda-j-leonard ·
Awesome new addition to Steemit, thanks. Have been away from computer for awhile taking care of house/yard/life stuff and so many wonderful new developments to discover ;-) ~ljl~
properties (22)
authorlynda-j-leonard
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t173114063z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 17:31:15
last_update2016-08-05 17:31:15
depth1
children0
last_payout2016-09-05 00:15:36
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_length178
author_reputation2,050,361,390,392
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id629,754
net_rshares0
@meesterboom ·
I don't even pretend to understand this but this looks like a cracking achievement!! Well done for promoting the steem and helping push this platform further!!!!
properties (22)
authormeesterboom
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t085844883z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 08:58:45
last_update2016-08-05 08:58:45
depth1
children0
last_payout2016-09-05 00:15:36
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_length161
author_reputation1,788,007,274,442,009
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id620,082
net_rshares0
@meteor78 ·
πŸ‘nice post and info @steve-walcshot
properties (22)
authormeteor78
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071338624z
categorysteemit
json_metadata{"tags":["steemit"],"users":["steve-walcshot"]}
created2016-08-05 07:13:45
last_update2016-08-05 07:13:45
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation184,361,553,890
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,536
net_rshares0
@mguy808 ·
Excellent! Keep up the applications and useful innovations and steem should skyrocket once again! I'll be throwing a giant steemit mixer at the beach when it does...BYOB!
properties (22)
authormguy808
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t090849897z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 09:09:42
last_update2016-08-05 09:09:42
depth1
children0
last_payout2016-09-05 00:15:36
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_length170
author_reputation657,552,887,015
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id620,254
net_rshares0
@miketr ·
Great work!
This is what we need!
If users with a low Votingpower find a Post very good now they can make a donation!
properties (22)
authormiketr
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145915416z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 14:59:09
last_update2016-08-05 14:59:09
depth1
children0
last_payout2016-09-05 00:15:36
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_length117
author_reputation216,014,849,038,476
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id626,241
net_rshares0
@moonguy ·
Fantastic work. I was looking for something like this. Could you please clarify whether an user must visit steempayments.com for the payment or I can get the values through callback and show in my own application? Moreover, how does the SBD thing work here? Is not SBD specific to steemit.com? Or is it free like Steem? 

Thanks again for the awesome work...
properties (22)
authormoonguy
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t231153634z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 23:11:48
last_update2016-08-05 23:11:48
depth1
children0
last_payout2016-09-05 00:15:36
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_length358
author_reputation355,338,083,472
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id636,669
net_rshares0
@msjennifer · (edited)
Excellent post!
πŸ‘  
πŸ‘Ž  ,
properties (23)
authormsjennifer
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 06:55:42
last_update2016-08-05 16:15:15
depth1
children0
last_payout2016-09-05 00:15:36
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_length15
author_reputation-1,468,839,175,006
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,295
net_rshares-15,739,613
author_curate_reward""
vote details (3)
@olivb ·
great
properties (22)
authorolivb
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t220025106z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 21:59:45
last_update2016-08-05 21:59:45
depth1
children0
last_payout2016-09-05 00:15:36
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_length5
author_reputation1,117,894,423,113
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id635,476
net_rshares0
@penambang · (edited)
$0.17
donation button generator would be great!!

Edit: added to @bhuz  [Find&Reward](https://steemit.com/findandreward/@bhuz/let-s-find-and-reward-steem-s-contributors) post, hopefully this great tools  got more attention..
πŸ‘  , ,
properties (23)
authorpenambang
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t074143938z
categorysteemit
json_metadata{"tags":["steemit"],"users":["bhuz"],"links":["https://steemit.com/findandreward/@bhuz/let-s-find-and-reward-steem-s-contributors"]}
created2016-08-05 07:41:45
last_update2016-08-05 08:03:39
depth1
children1
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.160 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation318,567,971,593
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id619,006
net_rshares177,835,215,529
author_curate_reward""
vote details (3)
@steve-walschot ·
$0.12
Added to ToDo! Great idea!
πŸ‘  ,
properties (23)
authorsteve-walschot
permlinkre-penambang-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t084732474z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 08:47:33
last_update2016-08-05 08:47:33
depth2
children0
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.093 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id619,915
net_rshares126,921,131,085
author_curate_reward""
vote details (2)
@professorx ·
This is transformative. Finally, a blockchain payment that the everyday person can use, because they also have easy access and understanding of the platform. I feel like I did when Paypal first started.... OMG smack this on an EBAY listing and go!
πŸ‘  ,
properties (23)
authorprofessorx
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145353817z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 14:53:54
last_update2016-08-05 14:53:54
depth1
children0
last_payout2016-09-05 00:15:36
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_length247
author_reputation2,328,048,423,342
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id626,121
net_rshares107,081,604
author_curate_reward""
vote details (2)
@random-potato ·
Great work! I guess I could come up with a site selling potatoes for Steem! Any interest in potatoes? I could autograph them, put them in a safe place and when I finally get famous they'll be worth millions...or not.
properties (22)
authorrandom-potato
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t081758355z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 08:18:00
last_update2016-08-05 08:18:00
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation112,358,983,053
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id619,493
net_rshares0
@redddet ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorredddet
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 07:19:15
last_update2016-08-05 07:19:15
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-747,117,499,780
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,625
net_rshares163,463,621
author_curate_reward""
vote details (34)
@rittr ·
Great!
Looks like this is what many have waited for. 
Will this work like here on Steemit where everything is upvoting a Post or a Comment? On Wordpress for example will every Post have an upvote Button?
properties (22)
authorrittr
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071905263z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:19:24
last_update2016-08-05 07:19:24
depth1
children0
last_payout2016-09-05 00:15:36
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_length203
author_reputation1,228,277,364,481
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,627
net_rshares0
@roelandp · (edited)
$0.29
Thanks for this, it's great! I will be implementing this in the future for sure.

I have one remark about the payment window... It would be great if we don't have to manually go to the @username/transfers page... 

For example if a user can fill in their own username once, then the payment page remembers this with a cookie... 

Then follow up visits can retrieve this cookie and offer a method to open the transfer window page without having to type it..
<h3><a href="http://steempayments.com/payment/static?receiver=roelandp&amount=1 STEEM&paymentID=my%20comment%20OMG&callback=http://steemit.com/@roelandp">Like my comment? Donate!</a></h3>
πŸ‘  , , , , ,
properties (23)
authorroelandp
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071030597z
categorysteemit
json_metadata"{"tags":["steemit"],"links":["http://steempayments.com/payment/static?receiver=roelandp&amount=1 STEEM&paymentID=my%20comment%20OMG&callback=http://steemit.com/@roelandp"]}"
created2016-08-05 07:10:30
last_update2016-08-05 07:26:51
depth1
children3
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.294 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length644
author_reputation662,936,810,561,284
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,475
net_rshares304,754,609,849
author_curate_reward""
vote details (6)
@professorx ·
Thanks for showing us this jump page!
properties (22)
authorprofessorx
permlinkre-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145503752z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 14:55:03
last_update2016-08-05 14:55:03
depth2
children0
last_payout2016-09-05 00:15:36
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_reputation2,328,048,423,342
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id626,141
net_rshares0
@steve-walschot ·
$0.12
Will implement it! Thank you
πŸ‘  ,
properties (23)
authorsteve-walschot
permlinkre-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071521512z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:15:27
last_update2016-08-05 07:15:27
depth2
children0
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.093 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,579
net_rshares126,952,194,558
author_curate_reward""
vote details (2)
@steve-walschot ·
For donation you need to set amount=0 ;-)
properties (22)
authorsteve-walschot
permlinkre-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t073853008z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:38:54
last_update2016-08-05 07:38:54
depth2
children0
last_payout2016-09-05 00:15:36
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_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,969
net_rshares0
@steemitqa ·
Wow, time flies! I remember we did our [Q & A post](https://steemit.com/steemit/@steemitqa/q-and-a-today-we-interview-steempayments-com-steve-walschot#@rainchen/re-steemitqa-q-and-a-today-we-interview-steempayments-com-steve-walschot-20160731t161926314z) and now where here .Congrads!
properties (22)
authorsteemitqa
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071535679z
categorysteemit
json_metadata{"tags":["steemit"],"links":["https://steemit.com/steemit/@steemitqa/q-and-a-today-we-interview-steempayments-com-steve-walschot#@rainchen/re-steemitqa-q-and-a-today-we-interview-steempayments-com-steve-walschot-20160731t161926314z"]}
created2016-08-05 07:15:54
last_update2016-08-05 07:15:54
depth1
children0
last_payout2016-09-05 00:15:36
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_length284
author_reputation22,135,803,163,402
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,582
net_rshares0
@stellabelle ·
$0.54
wow, cool. great work steve.
πŸ‘  ,
properties (23)
authorstellabelle
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t154600807z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 15:46:00
last_update2016-08-05 15:46:00
depth1
children1
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.540 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation516,061,669,130,124
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id627,232
net_rshares1,063,205,836,231
author_curate_reward""
vote details (2)
@steve-walschot ·
Thanks @stellabelle !
properties (22)
authorsteve-walschot
permlinkre-stellabelle-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t155000653z
categorysteemit
json_metadata{"tags":["steemit"],"users":["stellabelle"]}
created2016-08-05 15:50:06
last_update2016-08-05 15:50:06
depth2
children0
last_payout2016-09-05 00:15:36
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_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id627,320
net_rshares0
@steve-walschot · (edited)
$0.08
Testing to see if you can accept a donation in the comments

<a href="http://steempayments.com/payment/static?receiver=steve-walschot&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample">
<img src="http://steempayments.com/img/button/d02.jpg"></a>

**edit** No way to generate a new ID for every call inside a comment. Need to brainstorm about that one :)
**UPDATE** use http://steempayments.com/payment/static as URL from inside comments :-)
πŸ‘  ,
properties (23)
authorsteve-walschot
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070229664z
categorysteemit
json_metadata{"tags":["steemit"],"image":["http://steempayments.com/img/button/d02.jpg"],"links":["http://steempayments.com/payment?receiver=steve-walschot&amount=0&paymentID=gEsaS9Gd6LI1oMk6vl&callback=steempayments.com%2Fexample","http://steempayments.com/payment/static"]}
created2016-08-05 07:02:36
last_update2016-08-05 07:19:12
depth1
children3
last_payout2016-09-05 00:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.076 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length465
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,374
net_rshares81,693,953,345
author_curate_reward""
vote details (2)
@kus-knee ·
Trying to send a donation to you but so far  it won't finish loading. It just keeps spinning as in the image but doesn't go to the next step.
http://i.imgsafe.org/43b8a45e46.png
properties (22)
authorkus-knee
permlinkre-steve-walschot-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071106209z
categorysteemit
json_metadata{"tags":["steemit"],"image":["http://i.imgsafe.org/43b8a45e46.png"]}
created2016-08-05 07:11:06
last_update2016-08-05 07:11:06
depth2
children2
last_payout2016-09-05 00:15:36
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_length177
author_reputation307,925,583,264,282
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,487
net_rshares0
@steve-walschot ·
See the edit :) Already found a solution, will implement it later today so you can create a donation button from within a comment
properties (22)
authorsteve-walschot
permlinkre-kus-knee-re-steve-walschot-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071413266z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 07:14:18
last_update2016-08-05 07:14:18
depth3
children1
last_payout2016-09-05 00:15:36
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_length129
author_reputation67,732,836,345,004
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,554
net_rshares0
@sunshinecrypto ·
The flood gates will open.
πŸ‘  
properties (23)
authorsunshinecrypto
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t065705670z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 06:57:06
last_update2016-08-05 06:57:06
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation1,835,960,725,851
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,308
net_rshares674,568,592
author_curate_reward""
vote details (1)
@tecno ·
I'll be keeping an eye on this and will try it out. Just a small note http://steempayments.com/ is still saying ALPHA in the title tag.
properties (22)
authortecno
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t182607506z
categorysteemit
json_metadata{"tags":["steemit"],"links":["http://steempayments.com/"]}
created2016-08-05 18:26:03
last_update2016-08-05 18:26:03
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation34,161,947,158
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id631,018
net_rshares0
@thecryptofiend ·
This is awesome.  I can't really comment from a technical perspective as am not a programmer but can see the potential here!
properties (22)
authorthecryptofiend
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t152131372z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 15:21:30
last_update2016-08-05 15:21:30
depth1
children0
last_payout2016-09-05 00:15:36
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_length124
author_reputation323,603,913,866,384
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id626,709
net_rshares0
@thedashguy ·
You are purely awesome sir! Thanks for this great tool! Bookmarked for sure. Will find some ways to use it asap.
properties (22)
authorthedashguy
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t150109018z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 15:01:06
last_update2016-08-05 15:01:06
depth1
children0
last_payout2016-09-05 00:15:36
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_length112
author_reputation27,279,921,688,159
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id626,270
net_rshares0
@virtualgrowth ·
Awesome!, I'll check this more out in detail. :)
properties (22)
authorvirtualgrowth
permlinkre-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t161139420z
categorysteemit
json_metadata{"tags":["steemit"]}
created2016-08-05 16:11:39
last_update2016-08-05 16:11:39
depth1
children0
last_payout2016-09-05 00:15:36
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_reputation194,175,762,808,337
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id627,865
net_rshares0
@younlong ·
Dear User known as @steve-walschot 
 Steemit has a BOT problem! Your Vote Counts... Maybe 
 https://steemit.com/steemit/@weenis/bots-steemit-s-first-community-based-decision-on-bots-your-vote-counts-to-be-or-not-to-be-details-inside
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authoryounlong
permlinksteempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly
categorysteemit
json_metadata""
created2016-08-05 07:20:30
last_update2016-08-05 07:20:30
depth1
children0
last_payout2016-09-05 00:15:36
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_length232
author_reputation-514,283,363,172
root_title"STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id618,641
net_rshares173,833,107
author_curate_reward""
vote details (42)