For the complete documentation index, see llms.txt. This page is also available as Markdown.

Receive

Generate payment for receive

post

Generate payment for receive

Body
coinIDintegerRequired
fix_amountnumberRequired
id_pay_linkintegerRequired
Responses
200

OK

application/json
addressstringOptional
amountstringOptional
codestringOptional
namestringOptional
ratenumberOptional
transferCommissionWeisnumberOptional
post/invoice/receive
POST /invoice/receive HTTP/1.1
Host: api.client.nbcgate.tech/
Content-Type: application/json
Accept: */*
Content-Length: 43

{
  "coinID": 1,
  "fix_amount": 1,
  "id_pay_link": 1
}
{
  "address": "text",
  "amount": "text",
  "code": "text",
  "name": "text",
  "rate": 1,
  "transferCommissionWeis": 1
}