Answer the question
In order to leave comments, you need to log in
How to set up Google Pay payment verification on the server?
Hello!
For implementation, office was used. library:
https://github.com/googleapis/google-api-php-client
$client = new Google_Client();
$client->setAuthConfig('auth_key.json');
$client->addScope('www.googleapis.com/auth/a...
$service = new Google_Service_AndroidPublisher($client);
$purchase = $service->purchases_subscriptions->get(
'%packageName%',
'%productId%',
'%token%'
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question