Pay
Generate payment by invoice
Body
idInvoiceintegerOptional
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
post
POST //invoice/pay HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"idInvoice": 1
}
{
"address": "text",
"amount": "text",
"code": "text",
"name": "text",
"rate": 1,
"transferCommissionWeis": 1
}