Add money to balance by bitcoin

Method for add money to balance by bitcoin

Request URL:

/api.php/api/bitcoinAddMoney

Methods:

GET/POST

Parameters:

token: (Access Token) Required
amount: Money Amount (min=10$, max=9999$) - Required
cancel_url: Url if cancel payment - Required
success_url: Url if payment success - Required

Response:

JSON Object - Html of bitcoin button and button code for showing.
Example: For showing button use: $(document).trigger('coinbase_show_modal', code);