File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,8 +144,6 @@ BillResponse response = client.createBill(billInfo);
144144В параметрах нужно указать идентификатор счета ` billId ` внутри вашей системы, в результате будет получен ответ со статусом счета.
145145Подробнее в документации — [ для физ.лиц] ( https://developer.qiwi.com/ru/p2p-payments/#invoice-status ) , [ для юр.лиц] ( https://developer.qiwi.com/ru/bill-payments/#invoice-status ) .
146146
147- ``` php
148-
149147``` java
150148String billId = " fcb40a23-6733-4cf3-bacf-8e425fd1fc71" ;
151149
@@ -186,7 +184,7 @@ BillResponse response = client.getBillInfo(billId);
186184
187185Метод ` cancelBill ` отменяет неоплаченный счет.
188186В параметрах нужно указать идентификатор счета ` billId ` внутри вашей системы, в результате будет получен ответ с информацией о счете.
189- Подробнее в документации — [ для физ.лиц] ( https://developer.qiwi.com/ru/p2p-payments/#invoice-status ) , [ для юр.лиц] ( https://developer.qiwi.com/ru/bill-payments/#invoice-status ) .
187+ Подробнее в документации — [ для физ.лиц] ( https://developer.qiwi.com/ru/p2p-payments/#cancel ) , [ для юр.лиц] ( https://developer.qiwi.com/ru/bill-payments/#cancel ) .
190188
191189``` php
192190
You can’t perform that action at this time.
0 commit comments