Generate payment by invoice
data
OK
const response = await fetch('//api.client.nbcgate.tech/invoice/pay', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "address": "text", "amount": "text", "code": "text", "name": "text", "rate": 0, "transferCommissionWeis": 0 }