Olá,
Há algum tempo que o modo green address de pagamentos pela instwallet só está disponível pelo API. Para efetuar pagamentos, há a informação na página da instawallet:
HTTP POST
https://www.instawallet.org/api/v1/w/<wallet_id>/payment
Initiates a payment. Your request needs to include the parameters "address" and "amount". Amount should be in Bitcoin base units (Satoshis). The optional parameter "use_green_address" can be passed with a value of "true" to use the green address feature.
Example response: {"successful": true, "message": "Sent 0.01 BTC to 14Z1mazY4HfysZyMaKudFr63EwHqQT2njz", "message_code": 0}
https://www.instawallet.org/static/api.htmlNão entendi onde ou como eu insiro os parâmetros de endereço e quantidade.