Does Google Wallet for Digital Goods support automatic refunds?

Does this API only support payments from the buyer to the seller and nothing more? It appears that this in-app purchase API does not support software processing of refunds and cancellations. I like the built-in experience, but I need a slightly more robust API to work with.

Looking at the Google Checkout API, it’s clear that this allows you to program a refund programmatically. However, it also appears that the trade identifier (mainly the API key) cannot be used between Google Wallet for digital goods and Google Wallet for verification.

Can Google Wallet for Digital Goods support software refunds, and if not, can you use Digital Goods' built-in payment experience using the Checkout API?

+5
source share
1 answer

The Google Wallet API for Digital Goods only supports purchases ( https://developers.google.com/commerce/wallet/digital/docs/jsreference ).

Regarding whether the Wallet and Checkout APIs are working or not, the April 2012 message from the googler who answered this question reported

At this time, In-App refunds can be processed manually through the Merchant Center. As you noted, the automatic return decision is an important feature, and it is on our list of tasks.

but AFAIK, none of the Google Wallet APIs currently support cancellations / refunds.

You might also think:

20 2013 Google Checkout . Google Checkout, , .

(https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Processing?hl=ro&csw=1#order_processing_api)

+1

All Articles