Answer the question
In order to leave comments, you need to log in
Find out the balance of the QIWI API wallet?
I connected this class to work https://github.com/Shnapik/Qiwi-Api-Class-PHP
So, the essence of the matter.
Using the getBalance() method I get the following:
Here is the method code:
public function getBalance() {
return $this->sendRequest('funding-sources/v2/persons/' . $this->_phone . '/accounts');
}
Answer the question
In order to leave comments, you need to log in
Do php.net/manual/ru/function.json-decode.php you get a structure from which you take what you need
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question