Sort of, but now I have more and more questions.
So you say that to configure the button I should edit the embed HTML code. Which looks like
<script>function shapeshift_click(a,e){e.preventDefault();var link=a.href;window.open(link,'1418115287605','width=700,height=500,toolbar=0,menubar=0,location=0,status=1,scrollbars=1,resizable=0,left=0,top=0');return false;}</script> <a href="https://shapeshift.io/shifty.html?destination=enter-withdraw-address&amount=enter-amount" onclick="shapeshift_click(this, event);"><img class="ss-button" src="http://shapeshift.io/images/shifty/large_light_altcoins.png"></a>
So the parameters I can edit are in the href, correct?
a href="https://shapeshift.io/shifty.html?destination=enter-withdraw-address&amount=enter-amount
Questions :
-
destination=enter-withdraw-address : What should be entered here? A BTC address?
-
amount=enter-amount : Is the amount always expressed in BTC
To be a payment button I miss some parameters, or will make tracking the transaction a nightmare for a merchant.
- default coin (e.g. Nubits)
- item id (SKU)
- an email address for receipt when someone buys
- possibly payment notification service callbacks API
Thanks in advance