Google Standard Payments Google Hosted e-Wallets API
Stay organized with collections
Save and categorize content based on your preferences.
This includes services hosted by Google for e-Wallets.
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 |
acceptRemittanceStatement |
POST /e-wallets-v1/acceptRemittanceStatement/:PIAID
Tells Google that the statement indicated in this request will be paid. |
acceptRemittanceStatementWithModifications |
POST /e-wallets-v1/acceptRemittanceStatementWithModifications/:PIAID
Tells Google that the statement indicated in this request will be paid after modifications are made to the statement such as fee to VAT reclassification. |
captureResultNotification |
POST /e-wallets-v1/captureResultNotification/:PIAID
Notify Google of the result of a capture after a capture or asynchronousCapture method call has been made. |
chargebackNotification |
POST /e-wallets-v1/chargebackNotification/:PIAID
Notifies Google that a chargeback is being issued for a payment. |
chargebackReversedNotification |
POST /e-wallets-v1/chargebackReversedNotification/:PIAID
Notifies Google that a chargeback is being reversed. |
echo |
POST /e-wallets-v1/echo/:PIAID
Echos back the clientMessage passed in. |
fraudNotification |
POST /e-wallets-v1/fraudNotification/:PIAID
Notifies Google of a fraud dispute initiated by a customer. |
getDisputeInquiryReport |
POST /e-wallets-v1/getDisputeInquiryReport/:PIAID
Get a report that provides information to facilitate a customer support conversation with a user regarding a potential dispute of a payment. |
inquiryNotification |
POST /e-wallets-v1/inquiryNotification/:PIAID
Notifies Google of a request for inquiry into a transaction. |
remittanceStatementDetails |
POST /e-wallets-v1/remittanceStatementDetails/:PIAID
Returns transaction detail information about a remittance statement. |
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 provides a suite of services for e-Wallets, accessible via RESTful APIs, that enable payment processing and management.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers are encouraged to utilize Google-provided client libraries for seamless integration with these services.\u003c/p\u003e\n"],["\u003cp\u003eService endpoints for production and sandbox environments are available, along with a discovery document for API specifications.\u003c/p\u003e\n"],["\u003cp\u003eVarious methods, such as payment acceptance, chargeback handling, and fraud notifications, are provided through the e-Wallets service.\u003c/p\u003e\n"],["\u003cp\u003ePayment integrators can leverage these services to manage transactions, disputes, and financial reporting related to their e-Wallet integrations.\u003c/p\u003e\n"]]],["Google's e-Wallet service, accessible via the `gsp.e-wallets-v1` REST resource, offers several methods. It uses a discovery document for API interaction and specifies production and sandbox service endpoints. Key actions include: `acceptRemittanceStatement`, `acceptRemittanceStatementWithModifications`, `captureResultNotification`, and various notifications like `chargebackNotification` and `fraudNotification`. There's also functionality for `getDisputeInquiryReport`, handling inquiries, and retrieving `remittanceStatementDetails`. Client libraries are recommended, but custom library use is supported with provided information.\n"],null,["# Google Standard Payments Google Hosted e-Wallets API\n\nThis includes services hosted by Google for e-Wallets.\n\n- [REST Resource: gsp.e-wallets-v1](#gsp.e-wallets-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/e-wallets-v1/google-e-wallets-api/open-api-spec.json](/static/pay/e-wallets-v1/google-e-wallets-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| [acceptRemittanceStatement](/pay/e-wallets-v1/google-e-wallets-api/acceptRemittanceStatement) | `POST /e-wallets-v1/acceptRemittanceStatement/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Tells Google that the statement indicated in this request will be paid. |\n| [acceptRemittanceStatementWithModifications](/pay/e-wallets-v1/google-e-wallets-api/acceptRemittanceStatementWithModifications) | `POST /e-wallets-v1/acceptRemittanceStatementWithModifications/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Tells Google that the statement indicated in this request will be paid after modifications are made to the statement such as fee to VAT reclassification. |\n| [captureResultNotification](/pay/e-wallets-v1/google-e-wallets-api/captureResultNotification) | `POST /e-wallets-v1/captureResultNotification/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Notify Google of the result of a capture after a `capture` or `asynchronousCapture` method call has been made. |\n| [chargebackNotification](/pay/e-wallets-v1/google-e-wallets-api/chargebackNotification) | `POST /e-wallets-v1/chargebackNotification/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Notifies Google that a chargeback is being issued for a payment. |\n| [chargebackReversedNotification](/pay/e-wallets-v1/google-e-wallets-api/chargebackReversedNotification) | `POST /e-wallets-v1/chargebackReversedNotification/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Notifies Google that a chargeback is being reversed. |\n| [echo](/pay/e-wallets-v1/google-e-wallets-api/echo) | `POST /e-wallets-v1/echo/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Echos back the `clientMessage` passed in. |\n| [fraudNotification](/pay/e-wallets-v1/google-e-wallets-api/fraudNotification) | `POST /e-wallets-v1/fraudNotification/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Notifies Google of a fraud dispute initiated by a customer. |\n| [getDisputeInquiryReport](/pay/e-wallets-v1/google-e-wallets-api/getDisputeInquiryReport) | `POST /e-wallets-v1/getDisputeInquiryReport/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Get a report that provides information to facilitate a customer support conversation with a user regarding a potential dispute of a payment. |\n| [inquiryNotification](/pay/e-wallets-v1/google-e-wallets-api/inquiryNotification) | `POST /e-wallets-v1/inquiryNotification/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Notifies Google of a request for inquiry into a transaction. |\n| [remittanceStatementDetails](/pay/e-wallets-v1/google-e-wallets-api/remittanceStatementDetails) | `POST /e-wallets-v1/remittanceStatementDetails/`[:PIAID](/pay/e-wallets-v1/reference/glossary#payment_integrator_account_id) Returns transaction detail information about a remittance statement. |"]]