Generate payment by invoice
POST //invoice/pay HTTP/1.1 Host: api.client.nbcgate.tech Content-Type: application/json Accept: */* Content-Length: 15 { "idInvoice": 1 }
OK
{ "address": "text", "amount": "text", "code": "text", "name": "text", "rate": 1, "transferCommissionWeis": 1 }