post https://wt-your-id.sandbox.auth0-extend.com/your-app/api/payout
Payout some MOBI to a user or third-party (GDAPP ➞ GUSER)
Payout the specified amount of MOBI from the application account to the destination address
$.post(
'https://yoursite.com/your-app/api/payout',
{ amount: 5.0, target_address: 'GADCD4JJAYBVI4X3QBLKSSL63V2EPNNICIXX3NEV2JWFYEA6BFURCMDP' },
function(data) {
console.log(data);
}
);