Info

Information on the form

get

Information on the form

Authorizations
Path parameters
idintegerRequired

payForm id

Responses
200
OK
application/json
get
GET //api/pay/pay-form/info/{id} HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Accept: */*
{
  "amount": 1,
  "balance_id": 1,
  "callback_url": "text",
  "date_add": "text",
  "editable_balance": true,
  "id": 1,
  "iso_str": "text",
  "name": "text",
  "owner_id": 1,
  "pay_form_status_id": 1,
  "pay_form_type_id": 1,
  "return_url": "text"
}