Google Standard Payments Google Hosted Chargeback Alert API
Stay organized with collections
Save and categorize content based on your preferences.
This includes services hosted by Google for Chargeback Alerts.
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming Google Standard Payments APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- Prod:
https://vgw.googleapis.com/gsp
- Sandbox:
https://vgw.sandbox.google.com/gsp
Methods |
echo |
POST /chargeback-alert-v1/echo/:PIAID
Echos back the clientMessage passed in. |
requestProactiveRefund |
POST /chargeback-alert-v1/requestProactiveRefund/:PIAID
Request that a transaction (possibly) be proactively refunded because a chargeback dispute is about to be filed against it. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["\u003cp\u003eGoogle hosts Chargeback Alert services, offering tools for managing chargeback disputes.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers should utilize Google-provided client libraries or refer to the Discovery Document for API interaction.\u003c/p\u003e\n"],["\u003cp\u003eThe service has production and sandbox endpoints for testing and live implementations.\u003c/p\u003e\n"],["\u003cp\u003eKey API methods include echoing client messages and requesting proactive refunds for potential chargebacks.\u003c/p\u003e\n"]]],["Google hosts services for Chargeback Alerts, accessible via the `gsp.chargeback-alert-v1` REST resource. The service offers client libraries, but also allows custom API calls using information from the Discovery Document. The API service endpoint URLs are `https://vgw.googleapis.com/gsp` for production and `https://vgw.sandbox.google.com/gsp` for sandbox. It provides two methods: `echo`, which returns a message and `requestProactiveRefund`, which allows requesting a proactive refund on a transaction.\n"],null,["# Google Standard Payments Google Hosted Chargeback Alert API\n\nThis includes services hosted by Google for Chargeback Alerts.\n\n- [REST Resource: gsp.chargeback-alert-v1](#gsp.chargeback-alert-v1)\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming Google Standard Payments APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. This service provides the following discovery document:\n\n- [/pay/chargeback-alert-v1/google-chargeback-alert-api/open-api-spec.json](/static/pay/chargeback-alert-v1/google-chargeback-alert-api/open-api-spec.json)\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- Prod: `https://vgw.googleapis.com/gsp`\n- Sandbox: `https://vgw.sandbox.google.com/gsp`\n\n| Methods ||\n|-------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [echo](/pay/chargeback-alert-v1/google-chargeback-alert-api/echo) | `POST /chargeback-alert-v1/echo/`[:PIAID](/pay/chargeback-alert-v1/reference/glossary#payment_integrator_account_id) Echos back the `clientMessage` passed in. |\n| [requestProactiveRefund](/pay/chargeback-alert-v1/google-chargeback-alert-api/requestProactiveRefund) | `POST /chargeback-alert-v1/requestProactiveRefund/`[:PIAID](/pay/chargeback-alert-v1/reference/glossary#payment_integrator_account_id) Request that a transaction (possibly) be proactively refunded because a chargeback dispute is about to be filed against it. |"]]