# 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  ## 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!
author | steve-walschot |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
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"]} |
created | 2016-08-05 06:54:57 |
last_update | 2016-08-05 16:14:30 |
depth | 0 |
children | 78 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1,607.852 HBD |
curator_payout_value | 268.980 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5,917 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,287 |
net_rshares | 87,693,327,776,977 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steempty | 0 | 7,496,917,220,740 | 100% | ||
anonymous | 0 | 28,844,429,128 | 1% | ||
rainman | 0 | 16,078,940,223,373 | 100% | ||
penambang | 0 | 127,031,350,065 | 100% | ||
summon | 0 | 14,165,276,286,674 | 100% | ||
riverhead | 0 | 5,519,365,717,384 | 100% | ||
pharesim | 0 | 9,045,009,723,521 | 100% | ||
justin | 0 | 366,132,402,898 | 100% | ||
silver | 0 | 1,098,831,908,542 | 100% | ||
abit | 0 | 4,382,613,991,065 | 100% | ||
liondani | 0 | 817,033,070,211 | 100% | ||
steemit200 | 0 | 6,615,293,247,927 | 100% | ||
boy | 0 | 6,145,073,210 | 100% | ||
xeroc | 0 | 1,965,184,876,440 | 100% | ||
bue-witness | 0 | 7,456,609,207 | 100% | ||
bunny | 0 | 1,426,788,244 | 100% | ||
complexring | 0 | 2,552,845,971,723 | 100% | ||
bue | 0 | 101,577,929,915 | 100% | ||
chloe | 0 | 2,616,566,916 | 100% | ||
jen | 0 | 2,621,744,952 | 100% | ||
danknugs | 0 | 17,394,030,253 | 100% | ||
steemservices | 0 | 231,394,984,300 | 100% | ||
mini | 0 | 3,294,841,984 | 100% | ||
moon | 0 | 413,172,171 | 100% | ||
alex90342fastn1 | 0 | 109,998,850,720 | 100% | ||
aizensou | 0 | 26,701,337,821 | 100% | ||
jason | 0 | 45,452,527,687 | 100% | ||
kelly | 0 | 55,309,265 | 100% | ||
bentley | 0 | 7,712,767,247 | 100% | ||
pairmike | 0 | 159,095,838,761 | 100% | ||
cass | 0 | 764,641,299,118 | 100% | ||
proctologic | 0 | 18,664,269,146 | 100% | ||
healthcare | 0 | 1,222,940,961 | 100% | ||
daniel.pan | 0 | 1,759,843,711 | 100% | ||
donkeypong | 0 | 2,573,095,837,824 | 100% | ||
sophia | 0 | 388,889,174 | 100% | ||
modeprator | 0 | 7,375,042,522 | 100% | ||
steemrollin | 0 | 664,177,037,480 | 100% | ||
jchch | 0 | 94,852,726,452 | 100% | ||
fusan | 0 | 15,046,703,162 | 100% | ||
jabberw0cky | 0 | 6,230,426,868 | 100% | ||
relativelyboston | 0 | 977,510,925 | 100% | ||
linouxis9 | 0 | 100,858,889,488 | 100% | ||
alexgr | 0 | 27,273,791,777 | 100% | ||
helen.tan | 0 | 573,460,560 | 100% | ||
vitaly-lvov | 0 | 153,253,268,418 | 100% | ||
noisy | 0 | 34,795,702,326 | 100% | ||
nastrom | 0 | 5,861,283,298 | 100% | ||
vato | 0 | 151,124,417,618 | 100% | ||
carlos-cabeza | 0 | 2,935,203,287 | 100% | ||
ifttt | 0 | 504,336,501 | 100% | ||
bleepcoin | 0 | 166,246,231,173 | 100% | ||
holabebe | 0 | 5,048,888,858 | 100% | ||
jeff-anthony | 0 | 476,236,712 | 100% | ||
hipster | 0 | 1,002,533,576,256 | 100% | ||
spaninv | 0 | 4,953,160,832 | 100% | ||
tsugimoto | 0 | 45,571,606,685 | 100% | ||
gekko | 0 | 1,234,618,661 | 100% | ||
teamsteem | 0 | 284,309,959,319 | 100% | ||
nanzo-scoop | 0 | 644,116,178,457 | 100% | ||
acidyo | 0 | 8,922,696,196 | 100% | ||
jonno-katz | 0 | 839,780,479 | 100% | ||
steve-walschot | 0 | 52,776,332,662 | 100% | ||
vadimberkut8 | 0 | 34,318,246,528 | 100% | ||
andygreen | 0 | 413,218,947 | 100% | ||
mummyimperfect | 0 | 234,409,220,114 | 100% | ||
zheka-melnikov | 0 | 418,597,898 | 100% | ||
klye | 0 | 7,140,501,634 | 100% | ||
oaldamster | 0 | 46,356,734,112 | 100% | ||
asch | 0 | 67,073,948,720 | 100% | ||
kevinwong | 0 | 336,075,104,272 | 100% | ||
murh | 0 | 1,046,781,390 | 11.33% | ||
gore84 | 0 | 9,011,509,738 | 100% | ||
calamus056 | 0 | 2,697,409,174 | 100% | ||
sascha | 0 | 15,775,597,346 | 100% | ||
blakemiles84 | 0 | 345,213,280,240 | 100% | ||
marta-zaidel | 0 | 6,089,651,416 | 100% | ||
cyber | 0 | 421,925,467,368 | 100% | ||
java1959 | 0 | 204,392,799,152 | 100% | ||
billbutler | 0 | 226,410,006,822 | 100% | ||
thecryptofiend | 0 | 12,727,850,869 | 100% | ||
justtryme90 | 0 | 13,164,763,288 | 100% | ||
taoteh1221 | 0 | 249,476,589,359 | 100% | ||
stellabelle | 0 | 2,280,375,080,862 | 100% | ||
ian-harris | 0 | 3,242,901,129 | 100% | ||
martin-wichmann | 0 | 54,436,756,504 | 100% | ||
yonatann | 0 | 333,619,915 | 100% | ||
hedge-x | 0 | 122,543,938,193 | 100% | ||
lynda-j-leonard | 0 | 5,599,691,116 | 100% | ||
font | 0 | 323,057,562 | 100% | ||
samether | 0 | 18,759,224,701 | 100% | ||
thecryptodrive | 0 | 57,611,095,245 | 100% | ||
faddat | 0 | 62,579,318,588 | 100% | ||
will-zewe | 0 | 171,040,032,026 | 100% | ||
dahaz159 | 0 | 3,117,539,468 | 100% | ||
imyao | 0 | 3,191,842,445 | 100% | ||
kus-knee | 0 | 29,952,450,735 | 100% | ||
facer | 0 | 13,161,693,012 | 100% | ||
tim-johnston | 0 | 75,902,518,364 | 100% | ||
beervangeer | 0 | 129,253,227,744 | 100% | ||
ossama-benjohn | 0 | 21,782,714,244 | 100% | ||
omarb | 0 | 124,733,736,621 | 100% | ||
trogdor | 0 | 266,935,586,470 | 100% | ||
michaelx | 0 | 31,207,080,155 | 100% | ||
thedashguy | 0 | 129,055,250,311 | 100% | ||
christoryan | 0 | 5,031,978,686 | 100% | ||
geoffrey | 0 | 29,380,427,504 | 100% | ||
lukestokes | 0 | 208,235,488,533 | 100% | ||
ben99 | 0 | 1,526,579,385 | 100% | ||
jparty | 0 | 25,104,643,375 | 100% | ||
mctiller | 0 | 82,243,389,095 | 100% | ||
karnal | 0 | 30,118,649,639 | 100% | ||
freedomengineer | 0 | 53,782,976,963 | 100% | ||
superfreek | 0 | 1,367,687,142 | 100% | ||
simoneighties | 0 | 6,331,019,056 | 100% | ||
cryptoiskey | 0 | 34,155,619,192 | 100% | ||
primus | 0 | 7,815,163,256 | 100% | ||
clement | 0 | 36,907,343,997 | 100% | ||
ultralord | 0 | 14,221,157,088 | 100% | ||
damirkatusic | 0 | 14,274,861,980 | 100% | ||
norbu | 0 | 51,217,702,624 | 100% | ||
bacchist | 0 | 34,820,284,135 | 100% | ||
sunshinecrypto | 0 | 2,170,938,251 | 100% | ||
jholdsworthy | 0 | 8,894,650,644 | 100% | ||
freeflowbc | 0 | 2,364,799,321 | 100% | ||
good-karma | 0 | 3,979,222,351 | 100% | ||
roelandp | 0 | 245,020,806,364 | 100% | ||
dennygalindo | 0 | 3,408,815,192 | 100% | ||
garik100 | 0 | 251,134,019 | 100% | ||
firepower | 0 | 12,531,982,692 | 100% | ||
konstantin | 0 | 8,935,939,666 | 100% | ||
chhayll | 0 | 128,327,793,363 | 100% | ||
stranger27 | 0 | 1,476,244,778 | 100% | ||
jackkang | 0 | 11,901,570,899 | 100% | ||
yogi.artist | 0 | 6,743,231,422 | 100% | ||
writer | 0 | 202,484,137 | 100% | ||
r4fken | 0 | 19,519,499,756 | 100% | ||
anwar78 | 0 | 1,454,604,054 | 100% | ||
derekareith | 0 | 77,591,153,412 | 100% | ||
furion | 0 | 702,264,837 | 1% | ||
lukmanreyes | 0 | 222,667,780 | 100% | ||
fydel | 0 | 257,909,217 | 100% | ||
crypt0 | 0 | 113,924,739,184 | 100% | ||
vi1son | 0 | 661,341,757 | 100% | ||
lovenugz | 0 | 13,344,045,666 | 100% | ||
strangerarray | 0 | 9,694,724,977 | 100% | ||
spiz0r | 0 | 6,443,804,688 | 100% | ||
mguy808 | 0 | 5,248,004,981 | 100% | ||
ausbitbank | 0 | 10,922,800,202 | 100% | ||
jacor | 0 | 19,543,291,738 | 100% | ||
ardina | 0 | 115,894,762 | 100% | ||
autosmile13 | 0 | 5,829,117,052 | 100% | ||
crypto.press | 0 | 658,248,908 | 100% | ||
marcgodard | 0 | 1,273,559,473 | 100% | ||
gikitiki | 0 | 4,343,106,960 | 100% | ||
egjoshslim | 0 | 2,428,827,118 | 100% | ||
sitaru | 0 | 13,725,638,999 | 100% | ||
jesta | 0 | 80,868,558,933 | 100% | ||
toxonaut | 0 | 31,584,772,653 | 100% | ||
paco | 0 | 120,632,406,704 | 100% | ||
showmethecoinz | 0 | 19,051,404,770 | 100% | ||
senseiteekay | 0 | 7,094,438,307 | 100% | ||
karen13 | 0 | 3,256,473,142 | 100% | ||
igster | 0 | 20,268,447,987 | 100% | ||
sephiroth | 0 | 52,977,539,048 | 100% | ||
karoline | 0 | 4,064,428,329 | 100% | ||
zoicneo | 0 | 236,819,273 | 100% | ||
cryptosi | 0 | 5,431,166,457 | 100% | ||
nabilov | 0 | 371,448,865,976 | 100% | ||
meesterboom | 0 | 5,791,615,864 | 100% | ||
dcryptogold | 0 | 3,274,148,857 | 100% | ||
legion | 0 | 395,135,459 | 100% | ||
domavila | 0 | 4,966,288,513 | 100% | ||
btcupload | 0 | 140,393,916 | 1% | ||
msutyler | 0 | 28,164,421,462 | 100% | ||
fundurian | 0 | 7,231,269,121 | 100% | ||
richp1977 | 0 | 245,254,048 | 100% | ||
jesse5th | 0 | 230,802,431 | 100% | ||
vorsseli | 0 | 1,417,335,089 | 100% | ||
breathe3000 | 0 | 283,145,182 | 100% | ||
artakan | 0 | 14,920,701,975 | 100% | ||
knozaki2015 | 0 | 154,286,747,599 | 100% | ||
inertia | 0 | 27,669,204,648 | 100% | ||
andrewsanderson | 0 | 6,830,598,434 | 100% | ||
demotruk | 0 | 56,137,115,631 | 100% | ||
r-niki09 | 0 | 4,368,936,777 | 100% | ||
middelthun | 0 | 8,110,814,683 | 100% | ||
m34ndy0u | 0 | 217,247,283 | 100% | ||
delik | 0 | 230,021,278 | 100% | ||
adamt | 0 | 625,256,573 | 100% | ||
cryptojoy.com | 0 | 7,374,990,662 | 100% | ||
konti | 0 | 3,893,137,682 | 100% | ||
glassice | 0 | 229,570,044 | 100% | ||
lenar79 | 0 | 262,754,408 | 100% | ||
julwern002 | 0 | 173,437,078 | 100% | ||
blueorgy | 0 | 158,591,014,733 | 100% | ||
oululahti | 0 | 304,483,427 | 100% | ||
mustafaomar | 0 | 14,950,639,463 | 100% | ||
desmonid | 0 | 1,865,935,124 | 100% | ||
jcweiss | 0 | 1,553,173,640 | 100% | ||
heimindanger | 0 | 3,287,481,292 | 100% | ||
geronimo | 0 | 6,649,848,036 | 100% | ||
joshuanboles | 0 | 651,900,450 | 1% | ||
bendjmiller222 | 0 | 7,957,444,327 | 100% | ||
jessyperk | 0 | 86,357,348 | 100% | ||
bitcoiner | 0 | 1,957,174,992 | 100% | ||
tarindel | 0 | 4,610,682,035 | 100% | ||
liberosist | 0 | 63,679,682,385 | 100% | ||
cryptohustlin | 0 | 2,149,982,994 | 100% | ||
nickstevens | 0 | 67,403,331 | 100% | ||
kirreall | 0 | 223,079,420 | 100% | ||
ryansmith | 0 | 1,410,471,218 | 100% | ||
jl777 | 0 | 100,842,561,446 | 100% | ||
meteor78 | 0 | 140,304,545 | 100% | ||
james212 | 0 | 858,153,265,592 | 100% | ||
positive | 0 | 17,661,906,523 | 100% | ||
jeison | 0 | 240,241,718 | 100% | ||
yarly8 | 0 | 20,295,079 | 100% | ||
arcurus | 0 | 18,328,381,187 | 100% | ||
alsprinting | 0 | 5,813,880,769 | 100% | ||
cryptocameo | 0 | 9,700,686,609 | 100% | ||
sacode | 0 | 5,037,097,432 | 100% | ||
lemooljiang | 0 | 5,062,085,865 | 100% | ||
cire81 | 0 | 49,611,165 | 100% | ||
infinitor | 0 | 7,950,412,577 | 100% | ||
proto | 0 | 14,176,819,051 | 100% | ||
curator | 0 | 606,780,461 | 100% | ||
anon.news | 0 | 2,403,993,689 | 100% | ||
sisterholics | 0 | 2,359,851,173 | 100% | ||
yarly10 | 0 | 203,621,558 | 100% | ||
vadim | 0 | 364,304,047 | 100% | ||
pedrosgali | 0 | 296,435,150 | 100% | ||
celebr1ty | 0 | 18,718,637,844 | 100% | ||
elliottgodard | 0 | 79,511,067 | 100% | ||
rznag | 0 | 12,210,072,247 | 100% | ||
lykkeliten | 0 | 2,495,619,206 | 100% | ||
darkb4dawn | 0 | 10,544,739,847 | 100% | ||
dimitarj | 0 | 5,839,934,892 | 100% | ||
taz | 0 | 163,098,150 | 100% | ||
steemster1 | 0 | 128,918,541 | 100% | ||
jillstein2016 | 0 | 3,047,421,015 | 100% | ||
saulius | 0 | 3,554,711,328 | 100% | ||
investing | 0 | 21,489,160,606 | 100% | ||
kaykunoichi | 0 | 221,770,361 | 100% | ||
winterchan | 0 | 111,912,857 | 100% | ||
picker | 0 | 101,595,955 | 100% | ||
shortcut | 0 | 2,411,414,771 | 100% | ||
steemdrive | 0 | 91,422,419,265 | 100% | ||
spookypooky | 0 | 1,957,035,613 | 100% | ||
bergy | 0 | 9,832,117,698 | 100% | ||
metaflute | 0 | 912,899,328 | 100% | ||
alrx6918 | 0 | 94,758,943 | 100% | ||
litrbooh | 0 | 952,220,202 | 100% | ||
smech | 0 | 107,941,898 | 100% | ||
taker | 0 | 6,812,824,234 | 100% | ||
theprophet0 | 0 | 1,849,084,420 | 100% | ||
rampant | 0 | 5,655,344,614 | 100% | ||
naticru | 0 | 2,135,623 | 1% | ||
vitz81 | 0 | 170,451,082 | 100% | ||
sykochica | 0 | 1,209,105,046 | 100% | ||
sharon | 0 | 51,005,242 | 100% | ||
tecno | 0 | 218,330,974 | 100% | ||
johnblow | 0 | 45,043,119 | 100% | ||
bulkygangsta | 0 | 7,107,943,452 | 100% | ||
lillianjones | 0 | 31,426,528 | 100% | ||
najoh | 0 | 5,249,240,415 | 100% | ||
olga83 | 0 | 61,927,680 | 100% | ||
myfirst | 0 | 2,508,879,244 | 100% | ||
random-potato | 0 | 1,471,884,371 | 100% | ||
nurik | 0 | 35,801,885 | 100% | ||
gmurph | 0 | 4,231,297,353 | 100% | ||
gendale | 0 | 1,350,969,793 | 100% | ||
olivb | 0 | 2,591,302,579 | 100% | ||
bless | 0 | 337,912,427 | 100% | ||
minion | 0 | 17,964,265 | 0% | ||
caitlinm | 0 | 114,177,175 | 100% | ||
misteem | 0 | 138,407,805 | 100% | ||
andrew0 | 0 | 701,474,536 | 100% | ||
miketr | 0 | 976,638,946 | 100% | ||
fallenfal | 0 | 86,435,322 | 100% | ||
t3ran13 | 0 | 1,060,163,578 | 100% | ||
jellenmark | 0 | 78,322,046 | 100% | ||
joele | 0 | 15,162,147,858 | 100% | ||
randyclemens | 0 | 1,513,114,353 | 100% | ||
drzigfrid | 0 | 177,605,904 | 100% | ||
future24 | 0 | 229,274,609 | 100% | ||
steemitqa | 0 | 79,100,911 | 100% | ||
aiaconelli707 | 0 | 58,424,448 | 100% | ||
msjennifer | 0 | 68,803,746 | 100% | ||
ciao | 0 | 15,196,109 | 100% | ||
strikeback | 0 | 60,655,509 | 100% | ||
zmb | 0 | 61,885,574 | 100% | ||
cheremet | 0 | 1,256,144 | 0.1% | ||
angevel | 0 | 1,253,500 | 0.1% | ||
bogens | 0 | 66,357,944 | 100% | ||
crumaner | 0 | 1,257,680 | 0.1% | ||
daysmega | 0 | 1,248,828 | 0.1% | ||
ccbison | 0 | 1,233,626 | 0% | ||
steemo | 0 | 13,554,440 | 100% | ||
nixonnox | 0 | 4,706,248,556 | 100% | ||
steema | 0 | 2,458,086 | 100% | ||
bignastywhale | 0 | 1,230,649 | 0.1% | ||
confucius | 0 | 14,569,372 | 100% | ||
robok | 0 | 152,622,739 | 100% | ||
unrealisback | 0 | 1,656,686,329 | 100% | ||
bittrez | 0 | 160,525,929 | 100% | ||
loveangel | 0 | 1,599,482,485 | 100% | ||
bledarus | 0 | 643,635,501 | 100% | ||
joujou666 | 0 | 1,227,391 | 0.1% | ||
redddet | 0 | 1,231,439 | 0.1% | ||
gunpower | 0 | 1,296,780 | 0.1% | ||
younlong | 0 | 1,247,843 | 0.1% | ||
koolaidssss | 0 | 1,222,934 | 0.1% | ||
hasherfromhell | 0 | 1,242,794 | 0.1% | ||
imarealboy777 | 0 | 701,981,075 | 100% | ||
jarvis | 0 | 4,990,559 | 100% | ||
matrixdweller | 0 | 10,600,707,120 | 100% | ||
botfather | 0 | 57,805,887 | 100% | ||
hhcwebmaster | 0 | 77,846,398 | 100% | ||
thecurator | 0 | 45,494,375 | 100% | ||
lanto | 0 | 60,247,546 | 100% | ||
cryptoblu | 0 | 60,077,754 | 100% | ||
instructor | 0 | 60,071,207 | 100% | ||
virtualgrowth | 0 | 300,515,867 | 100% | ||
johnnyyash | 0 | 803,346,623 | 100% | ||
moonguy | 0 | 61,375,437 | 100% | ||
daxinth | 0 | 55,408,798 | 100% | ||
flabadi | 0 | 58,867,110 | 100% | ||
violino | 0 | 41,670,856 | 100% | ||
movievertigo | 0 | 59,968,750 | 100% | ||
cryptogaijin | 0 | 17,556,157 | 100% | ||
professorx | 0 | 3,015,457,308 | 100% | ||
rittr | 0 | 36,262,658 | 100% | ||
bestmz | 0 | 91,112,141 | 100% | ||
freewill | 0 | 57,955,875 | 100% | ||
olegkorban | 0 | 51,000,476 | 100% | ||
redditbot | 0 | 56,928,953 | 100% | ||
brucy | 0 | 6,950,070 | 100% | ||
awkwardawk | 0 | 63,852,978 | 100% | ||
brianmarriott | 0 | 53,167,915 | 100% | ||
cryptolicious | 0 | 56,604,397 | 100% | ||
dasfarm | 0 | 36,950,023 | 100% | ||
thuglife | 0 | 58,841,464 | 100% | ||
thug | 0 | 58,838,689 | 100% | ||
danyakryukov | 0 | 55,374,151 | 100% | ||
mdx5009 | 0 | 57,640,846 | 100% | ||
simo3222 | 0 | 47,264,381 | 100% | ||
steemittt | 0 | 57,629,011 | 100% | ||
shadowspub | 0 | 50,697,884 | 100% | ||
lozio71 | 0 | 57,544,491 | 100% | ||
jasmineok | 0 | 58,685,296 | 100% | ||
avicennamusic | 0 | 57,504,729 | 100% | ||
helperm8 | 0 | 55,193,405 | 100% | ||
steemitplus | 0 | 56,323,475 | 100% | ||
siddartha | 0 | 0 | 100% | ||
ninja25538 | 0 | 0 | 100% |
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
author | angevel |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 11:48:06 |
last_update | 2016-08-05 11:48:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 622,397 |
net_rshares | 178,678,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,256,144 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,253,500 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,323,505 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
younlong | 0 | 3,749,293 | 10% | ||
hasherfromhell | 0 | 4,971,177 | 10% |
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?
author | angusleung100 |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160806t183113196z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-06 18:31:09 |
last_update | 2016-08-06 18:31:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 1,772,572,876,586 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 648,236 |
net_rshares | 0 |
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 ?
author | artakan |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t172345348z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://www.steempayments.com"]} |
created | 2016-08-05 17:23:42 |
last_update | 2016-08-05 17:48:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 731 |
author_reputation | 2,351,335,125,519 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 629,580 |
net_rshares | 56,385,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
charleys | 0 | 56,385,226 | 100% |
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
author | bignastywhale |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 14:43:45 |
last_update | 2016-08-05 14:43:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 625,851 |
net_rshares | 156,904,421 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,256,144 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,253,500 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
antispam | 0 | -12,015,092 | -1% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,323,505 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 2,593,560 | 10% | ||
jessejamesrock | 0 | 3,743,120 | 10% | ||
hasherfromhell | 0 | 3,728,383 | 10% | ||
clamps | 0 | -6,180,716 | -100% |
When will a sandbox be implemented?
author | cfredditz |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t204107960z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 20:41:09 |
last_update | 2016-08-05 20:41:09 |
depth | 1 |
children | 2 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 8,457,766,961 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 634,184 |
net_rshares | 0 |
Γ sandbox??? What for?
author | steve-walschot |
---|---|
permlink | re-cfredditz-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t205036617z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 20:50:39 |
last_update | 2016-08-05 20:50:39 |
depth | 2 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 634,350 |
net_rshares | 0 |
So we can test our implementations before we go to production.
author | cfredditz |
---|---|
permlink | re-steve-walschot-re-cfredditz-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160811t172618387z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-11 17:26:18 |
last_update | 2016-08-11 17:26:18 |
depth | 3 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 8,457,766,961 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 748,908 |
net_rshares | 0 |
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
author | cheremet |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 08:47:54 |
last_update | 2016-08-05 08:47:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 619,920 |
net_rshares | -436,579,799 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,323,505 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% | ||
younlong | 0 | 3,743,529 | 10% | ||
koolaidssss | 0 | 3,668,802 | 10% | ||
jessejamesrock | 0 | 3,743,120 | 10% | ||
hasherfromhell | 0 | 4,971,177 | 10% | ||
cheetah73 | 0 | -77,864,269 | -100% | ||
cheetah74 | 0 | -64,526,557 | -100% | ||
cheetah80 | 0 | -64,526,373 | -100% | ||
cheetah75 | 0 | -117,681,042 | -100% | ||
cheetah76 | 0 | -77,796,062 | -100% | ||
cheetah77 | 0 | -64,487,331 | -100% | ||
cheetah78 | 0 | -64,481,254 | -100% | ||
cheetah79 | 0 | -64,477,103 | -100% |
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
author | crumaner |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 07:21:51 |
last_update | 2016-08-05 07:21:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,669 |
net_rshares | 173,833,107 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,249,606 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,251,578 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% |
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.
author | cryptomental |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t112516192z |
category | steemit |
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"]} |
created | 2016-08-05 11:25:15 |
last_update | 2016-08-05 11:55:42 |
depth | 1 |
children | 7 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 449 |
author_reputation | 6,756,831,217,523 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 622,077 |
net_rshares | 104,600,804 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptomental | 0 | 104,600,804 | 100% |
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!
author | cryptomental |
---|---|
permlink | re-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t113546597z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steve-walschot"]} |
created | 2016-08-05 11:35:45 |
last_update | 2016-08-05 11:35:45 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 6,756,831,217,523 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 622,220 |
net_rshares | 2,953,917,363 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
professorx | 0 | 2,953,917,363 | 100% |
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 :)
author | steve-walschot |
---|---|
permlink | re-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t114607006z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 11:46:06 |
last_update | 2016-08-05 11:46:06 |
depth | 2 |
children | 5 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 367 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 622,364 |
net_rshares | 0 |
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?
author | cryptomental |
---|---|
permlink | re-steve-walschot-re-cryptomental-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t120629101z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 12:06:27 |
last_update | 2016-08-05 12:06:27 |
depth | 3 |
children | 4 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 6,756,831,217,523 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 622,681 |
net_rshares | 0 |
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
author | daysmega |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 06:55:39 |
last_update | 2016-08-05 06:55:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,294 |
net_rshares | 181,319,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,249,606 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,251,578 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% | ||
younlong | 0 | 3,743,529 | 10% | ||
jessejamesrock | 0 | 3,743,120 | 10% |
This is so AWESOME! You better believe I am going to put this on my site!!!
author | dcryptogold |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t073601353z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:35:51 |
last_update | 2016-08-05 07:35:51 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 255,587,113,635 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,908 |
net_rshares | 3,274,148,857 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dcryptogold | 0 | 3,274,148,857 | 100% |
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?
author | fallenfal |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t103853924z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 10:38:54 |
last_update | 2016-08-05 10:38:54 |
depth | 1 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 5,048,089,514 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,427 |
net_rshares | 84,740,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fallenfal | 0 | 84,740,511 | 100% |
You can implement it any way you want, no need for laravel
author | steve-walschot |
---|---|
permlink | re-fallenfal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t124242674z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 12:42:45 |
last_update | 2016-08-05 12:42:45 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 623,330 |
net_rshares | 0 |
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!
author | full-steem-ahead |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160824t200618389z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://www.ozarksneighborlyexchange.com/"]} |
created | 2016-08-24 20:06:27 |
last_update | 2016-08-24 20:06:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 381 |
author_reputation | 30,177,498,572,933 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 971,971 |
net_rshares | 0 |
very easy & simple! I will want to use it on my site. thank you!
author | fusan |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t091501151z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 09:15:00 |
last_update | 2016-08-05 09:15:00 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 13,477,391,966,419 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 620,294 |
net_rshares | 14,745,806,768 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fusan | 0 | 14,745,806,768 | 100% |
Cool!
author | future24 |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t201225619z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 20:12:27 |
last_update | 2016-08-05 20:12:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 394,809,599,345,877 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 633,706 |
net_rshares | 0 |
testing : [](http://www.steempayments.com/payment?receiver=gekko&amount=0&paymentID=WnHyLVE3pbQQBah4Q7&callback=steempayments.com%2Fexample) nice work, keep it up @steve-walschot 8]
author | gekko |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t164455597z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steve-walschot"],"image":["http://steempayments.com/img/button/d02.jpg"]} |
created | 2016-08-05 16:44:54 |
last_update | 2016-08-05 16:44:54 |
depth | 1 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 243 |
author_reputation | 1,185,517,433,922 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 628,644 |
net_rshares | 1,234,618,661 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 1,234,618,661 | 100% |
Thx!
author | steve-walschot |
---|---|
permlink | re-gekko-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t164519013z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 16:45:24 |
last_update | 2016-08-05 16:45:24 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 628,660 |
net_rshares | 1,192,045,604 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gekko | 0 | 1,192,045,604 | 100% |
Good work, keep them coming!
author | good-karma |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t085804680z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 08:58:06 |
last_update | 2016-08-05 08:58:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 656,210,817,936,836 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 620,076 |
net_rshares | 0 |
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
author | gunpower |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 07:10:27 |
last_update | 2016-08-05 07:10:27 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,474 |
net_rshares | 173,833,107 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,249,606 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,251,578 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% |
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
author | hasherfromhell |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 07:14:03 |
last_update | 2016-08-05 07:14:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,547 |
net_rshares | 171,352,517 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,249,606 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,251,578 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% |
Thanks for this. Lots of possibilities!
author | java1959 |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070518089z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:05:18 |
last_update | 2016-08-05 07:05:18 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 2,291,826,563,282 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,406 |
net_rshares | 0 |
Revelando fallas
author | jeison |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070241499z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:02:39 |
last_update | 2016-08-05 07:02:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 515,676,095,794 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,376 |
net_rshares | 0 |
Sweet, since Steem doesn't pay me now I can atleast accept Steem from other people.
author | johnnyyash |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t065804362z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 06:58:03 |
last_update | 2016-08-05 06:58:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 16,860,783,213,618 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,319 |
net_rshares | 0 |
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
author | joujou666 |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 14:44:06 |
last_update | 2016-08-05 14:44:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 625,863 |
net_rshares | 168,919,513 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,256,144 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,253,500 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,323,505 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 2,593,560 | 10% | ||
jessejamesrock | 0 | 3,743,120 | 10% | ||
hasherfromhell | 0 | 3,728,383 | 10% | ||
clamps | 0 | -6,180,716 | -100% |
Any plans to add SteemUSD?
author | karnal |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t102444500z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 10:24:45 |
last_update | 2016-08-05 10:24:45 |
depth | 1 |
children | 2 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 19,869,197,162,216 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,234 |
net_rshares | 30,118,649,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 30,118,649,639 | 100% |
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.
author | steve-walschot |
---|---|
permlink | re-karnal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t102745411z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 10:27:45 |
last_update | 2016-08-05 10:27:45 |
depth | 2 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.122 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,266 |
net_rshares | 155,486,607,084 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedashguy | 0 | 125,367,957,445 | 100% | ||
karnal | 0 | 30,118,649,639 | 100% |
Awesome!
author | karnal |
---|---|
permlink | re-steve-walschot-re-karnal-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t103529000z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 10:35:27 |
last_update | 2016-08-05 10:35:27 |
depth | 3 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 19,869,197,162,216 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 621,373 |
net_rshares | 30,118,649,639 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karnal | 0 | 30,118,649,639 | 100% |
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
author | koolaidssss |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 16:15:12 |
last_update | 2016-08-05 16:15:12 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 627,932 |
net_rshares | 112,722,227 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
test-safari | 0 | -52,312,939 | -100% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,256,144 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,253,500 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,323,505 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% |
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!
author | kus-knee |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070239836z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:02:39 |
last_update | 2016-08-05 07:02:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 307,925,583,264,282 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,375 |
net_rshares | 35,601,687,510 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lynda-j-leonard | 0 | 5,599,691,116 | 100% | ||
kus-knee | 0 | 29,952,450,735 | 100% | ||
shadowspub | 0 | 49,545,659 | 100% |
Fantastic work. I'm amazed you executed it so rapidly. Hope this finds wide adoption. :)
author | liberosist |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071254328z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:12:57 |
last_update | 2016-08-05 07:12:57 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 177,167,275,265,899 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,517 |
net_rshares | 0 |
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.
author | lukestokes |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t132843022z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 13:28:45 |
last_update | 2016-08-05 13:28:45 |
depth | 1 |
children | 7 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.958 HBD |
curator_payout_value | 0.216 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 440 |
author_reputation | 554,601,966,217,919 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 624,191 |
net_rshares | 1,000,646,113,022 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steve-walschot | 0 | 52,776,332,662 | 100% | ||
blakemiles84 | 0 | 345,213,280,240 | 100% | ||
billbutler | 0 | 226,410,006,822 | 100% | ||
thedashguy | 0 | 125,367,957,445 | 100% | ||
christoryan | 0 | 5,031,978,686 | 100% | ||
lukestokes | 0 | 208,235,488,533 | 100% | ||
bacchist | 0 | 34,079,427,026 | 100% | ||
fydel | 0 | 257,909,217 | 100% | ||
ryansmith | 0 | 1,410,471,218 | 100% | ||
randyclemens | 0 | 1,513,114,353 | 100% | ||
drzigfrid | 0 | 170,356,684 | 100% | ||
hutch | 0 | 70,405,589 | 100% | ||
shadowspub | 0 | 50,697,884 | 100% | ||
charleys | 0 | 58,686,663 | 100% |
> 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 ?
author | blakemiles84 |
---|---|
permlink | re-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t140611004z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 14:06:09 |
last_update | 2016-08-05 14:06:09 |
depth | 2 |
children | 6 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 51,861,865,663,185 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 624,984 |
net_rshares | 39,111,405,712 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
christoryan | 0 | 5,031,978,686 | 100% | ||
bacchist | 0 | 34,079,427,026 | 100% |
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?
author | bacchist |
---|---|
permlink | re-blakemiles84-re-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t143410521z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 14:34:09 |
last_update | 2016-08-05 14:34:09 |
depth | 3 |
children | 2 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 614 |
author_reputation | 85,392,357,715,964 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 625,623 |
net_rshares | 125,425,493,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedashguy | 0 | 125,367,957,445 | 100% | ||
charleys | 0 | 57,535,945 | 100% |
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.
author | lukestokes |
---|---|
permlink | re-blakemiles84-re-lukestokes-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t143414223z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://www.foxycart.com/blog/why-does-foxycart-support-bitcoin"]} |
created | 2016-08-05 14:34:15 |
last_update | 2016-08-05 14:34:15 |
depth | 3 |
children | 2 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.517 HBD |
curator_payout_value | 0.076 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,780 |
author_reputation | 554,601,966,217,919 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 625,624 |
net_rshares | 556,162,320,681 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
billbutler | 0 | 211,649,169,151 | 100% | ||
lynda-j-leonard | 0 | 5,599,691,116 | 100% | ||
thedashguy | 0 | 129,055,250,311 | 100% | ||
lukestokes | 0 | 208,236,861,921 | 100% | ||
randyclemens | 0 | 1,513,114,353 | 100% | ||
shadowspub | 0 | 50,697,884 | 100% | ||
charleys | 0 | 57,535,945 | 100% |
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~
author | lynda-j-leonard |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t173114063z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 17:31:15 |
last_update | 2016-08-05 17:31:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 178 |
author_reputation | 2,050,361,390,392 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 629,754 |
net_rshares | 0 |
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!!!!
author | meesterboom |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t085844883z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 08:58:45 |
last_update | 2016-08-05 08:58:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
author_reputation | 1,788,007,274,442,009 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 620,082 |
net_rshares | 0 |
πnice post and info @steve-walcshot
author | meteor78 |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071338624z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["steve-walcshot"]} |
created | 2016-08-05 07:13:45 |
last_update | 2016-08-05 07:13:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 184,361,553,890 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,536 |
net_rshares | 0 |
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!
author | mguy808 |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t090849897z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 09:09:42 |
last_update | 2016-08-05 09:09:42 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 657,552,887,015 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 620,254 |
net_rshares | 0 |
Great work! This is what we need! If users with a low Votingpower find a Post very good now they can make a donation!
author | miketr |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145915416z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 14:59:09 |
last_update | 2016-08-05 14:59:09 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 216,014,849,038,476 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 626,241 |
net_rshares | 0 |
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...
author | moonguy |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t231153634z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 23:11:48 |
last_update | 2016-08-05 23:11:48 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 358 |
author_reputation | 355,338,083,472 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 636,669 |
net_rshares | 0 |
author | msjennifer |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 06:55:42 |
last_update | 2016-08-05 16:15:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,295 |
net_rshares | -15,739,613 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
antispam | 0 | -11,630,688 | -1% | ||
steema | 0 | 2,458,086 | 100% | ||
clamps | 0 | -6,567,011 | -100% |
great
author | olivb |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t220025106z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 21:59:45 |
last_update | 2016-08-05 21:59:45 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 1,117,894,423,113 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 635,476 |
net_rshares | 0 |
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..
author | penambang |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t074143938z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["bhuz"],"links":["https://steemit.com/findandreward/@bhuz/let-s-find-and-reward-steem-s-contributors"]} |
created | 2016-08-05 07:41:45 |
last_update | 2016-08-05 08:03:39 |
depth | 1 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.160 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 318,567,971,593 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 619,006 |
net_rshares | 177,835,215,529 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
penambang | 0 | 124,540,539,279 | 100% | ||
steve-walschot | 0 | 51,741,502,610 | 100% | ||
jcweiss | 0 | 1,553,173,640 | 100% |
Added to ToDo! Great idea!
author | steve-walschot |
---|---|
permlink | re-penambang-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t084732474z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 08:47:33 |
last_update | 2016-08-05 08:47:33 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 619,915 |
net_rshares | 126,921,131,085 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedashguy | 0 | 125,367,957,445 | 100% | ||
jcweiss | 0 | 1,553,173,640 | 100% |
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!
author | professorx |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145353817z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 14:53:54 |
last_update | 2016-08-05 14:53:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 247 |
author_reputation | 2,328,048,423,342 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 626,121 |
net_rshares | 107,081,604 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shadowspub | 0 | 49,545,659 | 100% | ||
charleys | 0 | 57,535,945 | 100% |
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.
author | random-potato |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t081758355z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 08:18:00 |
last_update | 2016-08-05 08:18:00 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 216 |
author_reputation | 112,358,983,053 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 619,493 |
net_rshares | 0 |
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
author | redddet |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 07:19:15 |
last_update | 2016-08-05 07:19:15 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,625 |
net_rshares | 163,463,621 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% |
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?
author | rittr |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071905263z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:19:24 |
last_update | 2016-08-05 07:19:24 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 1,228,277,364,481 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,627 |
net_rshares | 0 |
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>
author | roelandp |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071030597z |
category | steemit |
json_metadata | "{"tags":["steemit"],"links":["http://steempayments.com/payment/static?receiver=roelandp&amount=1 STEEM&paymentID=my%20comment%20OMG&callback=http://steemit.com/@roelandp"]}" |
created | 2016-08-05 07:10:30 |
last_update | 2016-08-05 07:26:51 |
depth | 1 |
children | 3 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.294 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 644 |
author_reputation | 662,936,810,561,284 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,475 |
net_rshares | 304,754,609,849 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steve-walschot | 0 | 51,741,502,610 | 100% | ||
roelandp | 0 | 240,216,476,827 | 100% | ||
ausbitbank | 0 | 10,922,800,202 | 100% | ||
zoicneo | 0 | 241,555,659 | 100% | ||
jcweiss | 0 | 1,553,173,640 | 100% | ||
steemitqa | 0 | 79,100,911 | 100% |
Thanks for showing us this jump page!
author | professorx |
---|---|
permlink | re-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t145503752z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 14:55:03 |
last_update | 2016-08-05 14:55:03 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 2,328,048,423,342 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 626,141 |
net_rshares | 0 |
Will implement it! Thank you
author | steve-walschot |
---|---|
permlink | re-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071521512z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:15:27 |
last_update | 2016-08-05 07:15:27 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,579 |
net_rshares | 126,952,194,558 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thedashguy | 0 | 125,367,957,445 | 100% | ||
jcweiss | 0 | 1,584,237,113 | 100% |
For donation you need to set amount=0 ;-)
author | steve-walschot |
---|---|
permlink | re-roelandp-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t073853008z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:38:54 |
last_update | 2016-08-05 07:38:54 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,969 |
net_rshares | 0 |
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!
author | steemitqa |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071535679z |
category | steemit |
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"]} |
created | 2016-08-05 07:15:54 |
last_update | 2016-08-05 07:15:54 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 22,135,803,163,402 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,582 |
net_rshares | 0 |
author | stellabelle |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t154600807z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 15:46:00 |
last_update | 2016-08-05 15:46:00 |
depth | 1 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.540 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 516,061,669,130,124 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 627,232 |
net_rshares | 1,063,205,836,231 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ihash | 0 | 33,295,498,721 | 100% | ||
ihashfury | 0 | 1,029,910,337,510 | 100% |
Thanks @stellabelle !
author | steve-walschot |
---|---|
permlink | re-stellabelle-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t155000653z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["stellabelle"]} |
created | 2016-08-05 15:50:06 |
last_update | 2016-08-05 15:50:06 |
depth | 2 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 627,320 |
net_rshares | 0 |
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 :-)
author | steve-walschot |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t070229664z |
category | steemit |
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"]} |
created | 2016-08-05 07:02:36 |
last_update | 2016-08-05 07:19:12 |
depth | 1 |
children | 3 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 465 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,374 |
net_rshares | 81,693,953,345 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steve-walschot | 0 | 51,741,502,610 | 100% | ||
kus-knee | 0 | 29,952,450,735 | 100% |
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
author | kus-knee |
---|---|
permlink | re-steve-walschot-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071106209z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["http://i.imgsafe.org/43b8a45e46.png"]} |
created | 2016-08-05 07:11:06 |
last_update | 2016-08-05 07:11:06 |
depth | 2 |
children | 2 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 307,925,583,264,282 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,487 |
net_rshares | 0 |
See the edit :) Already found a solution, will implement it later today so you can create a donation button from within a comment
author | steve-walschot |
---|---|
permlink | re-kus-knee-re-steve-walschot-re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t071413266z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 07:14:18 |
last_update | 2016-08-05 07:14:18 |
depth | 3 |
children | 1 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 67,732,836,345,004 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,554 |
net_rshares | 0 |
The flood gates will open.
author | sunshinecrypto |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t065705670z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 06:57:06 |
last_update | 2016-08-05 06:57:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 1,835,960,725,851 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,308 |
net_rshares | 674,568,592 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vi1son | 0 | 674,568,592 | 100% |
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.
author | tecno |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t182607506z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://steempayments.com/"]} |
created | 2016-08-05 18:26:03 |
last_update | 2016-08-05 18:26:03 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 34,161,947,158 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 631,018 |
net_rshares | 0 |
This is awesome. I can't really comment from a technical perspective as am not a programmer but can see the potential here!
author | thecryptofiend |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t152131372z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 15:21:30 |
last_update | 2016-08-05 15:21:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 323,603,913,866,384 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 626,709 |
net_rshares | 0 |
You are purely awesome sir! Thanks for this great tool! Bookmarked for sure. Will find some ways to use it asap.
author | thedashguy |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t150109018z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 15:01:06 |
last_update | 2016-08-05 15:01:06 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 112 |
author_reputation | 27,279,921,688,159 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 626,270 |
net_rshares | 0 |
Awesome!, I'll check this more out in detail. :)
author | virtualgrowth |
---|---|
permlink | re-steve-walschot-steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly-20160805t161139420z |
category | steemit |
json_metadata | {"tags":["steemit"]} |
created | 2016-08-05 16:11:39 |
last_update | 2016-08-05 16:11:39 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 194,175,762,808,337 |
root_title | "STEEMPAYMENTS beta LIVE! accept STEEM NOW in a comment, website, anywhere! Opensource PHP friendly!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 627,865 |
net_rshares | 0 |
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
author | younlong |
---|---|
permlink | steempayments-beta-live-start-accepting-steem-on-your-website-now-opensource-php-friendly |
category | steemit |
json_metadata | "" |
created | 2016-08-05 07:20:30 |
last_update | 2016-08-05 07:20:30 |
depth | 1 |
children | 0 |
last_payout | 2016-09-05 00:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 232 |
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_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 618,641 |
net_rshares | 173,833,107 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
soupernerd | 0 | 56,521,358 | 10% | ||
emilyelizabeth | 0 | 4,256,286 | 10% | ||
weenis | 0 | 55,471,704 | 10% | ||
steemitlove | 0 | 1,294,973 | 10% | ||
steemlove | 0 | 1,289,265 | 10% | ||
steemit.tips | 0 | 2,846,658 | 10% | ||
curls4life | 0 | 1,243,593 | 10% | ||
alniskobs | 0 | 1,267,737 | 10% | ||
amboyst | 0 | 1,243,607 | 10% | ||
cheremet | 0 | 1,249,606 | 10% | ||
anarchypory | 0 | 1,258,112 | 10% | ||
angevel | 0 | 1,251,578 | 10% | ||
backetri | 0 | 1,257,172 | 10% | ||
chonesta | 0 | 1,574,123 | 10% | ||
countrytalented | 0 | 1,281,597 | 10% | ||
cozyone123 | 0 | 1,242,161 | 10% | ||
crumaner | 0 | 1,257,680 | 10% | ||
daysaiyan | 0 | 1,248,902 | 10% | ||
daysmega | 0 | 1,248,828 | 10% | ||
daysmega1421 | 0 | 1,259,029 | 10% | ||
dotersvilic | 0 | 1,242,080 | 10% | ||
eternalabove | 0 | 1,234,073 | 10% | ||
sugarfromhell | 0 | 1,233,506 | 10% | ||
gaspot | 0 | 1,275,753 | 10% | ||
forgetthefallen | 0 | 1,253,030 | 10% | ||
eleiminer | 0 | 1,247,084 | 10% | ||
etccrap | 0 | 1,230,302 | 10% | ||
abctrade | 0 | 1,641,260 | 10% | ||
yandra86 | 0 | 1,273,684 | 10% | ||
hxclife | 0 | 1,282,034 | 10% | ||
rottennasty | 0 | 1,240,453 | 10% | ||
bignastywhale | 0 | 4,922,599 | 10% | ||
feeltheblade | 0 | 1,229,136 | 10% | ||
silvesterstay | 0 | 1,222,338 | 10% | ||
joujou666 | 0 | 1,227,391 | 10% | ||
praisenoone | 0 | 1,318,387 | 10% | ||
rickydevil | 0 | 1,316,967 | 10% | ||
softpunk | 0 | 1,251,336 | 10% | ||
redddet | 0 | 1,231,439 | 10% | ||
catirabella | 0 | 1,248,259 | 10% | ||
redredwinewine | 0 | 1,257,687 | 10% | ||
gunpower | 0 | 3,890,340 | 10% |