Ralph Yozzo
Ralph Yozzo

Reputation: 1132

Callback after "cancel entire order" in google web based in-app-payments

We're using Google In-App Payments for Web Apps

Everything works fine for payment.

But we are trying to automate the refund process.

We use "cancel entire order" in checkout.google.com/seller order page

But we seem to receive no callback for the refund notification.

I'm testing this in the sandbox. Should it work there? Does it work in production?

Thanks, Ralph

Upvotes: 0

Views: 186

Answers (1)

Mihai Ionescu
Mihai Ionescu

Reputation: 2108

The Google In-App Payments API for Web Apps has no callbacks for refunds. You get a callback only for a new order or a subscription cancellation.

https://developers.google.com/commerce/wallet/digital/docs/postback

Upvotes: 1

Related Questions