Information on the form
payForm id
OK
const response = await fetch('//api.client.nbcgate.tech/api/pay/pay-form/info/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "amount": 0, "balance_id": 0, "callback_url": "text", "date_add": "text", "editable_balance": false, "id": 0, "iso_str": "text", "name": "text", "owner_id": 0, "pay_form_status_id": 0, "pay_form_type_id": 0, "return_url": "text" }