Page Summary
-
Google hosts services for Korea Cards, providing REST resources and client libraries for seamless integration.
-
Developers can utilize the provided Discovery Document to understand and interact with the Google Standard Payments APIs for Korea Cards.
-
The service has designated production and sandbox endpoints for testing and live implementations.
-
Various API methods are available, including notifications for chargebacks, refunds, fraud, and settlements.
-
Each method is accessed through specific endpoints relative to the base service endpoint and can require a Payment Integrator Account ID.
This includes services hosted by Google for Korea Cards.
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/secure-serving/gsp - Sandbox:
https://vgw.sandbox.google.com/secure-serving/gsp
| Methods | |
|---|---|
cancelFundsReservationResultNotification |
POST /google-korea-cards-api/v1/cancelFundsReservationResultNotification/:PIAID Notifies Google of the final result of an asynchronousCancelFundsReservation request. |
captureFundsReservationResultNotification |
POST /v1/payment-integrator-korea-cards-api/captureFundsReservationResultNotification/:PIAID Notifies Google of the final result of an asynchronousCaptureFundsReservation request. |
chargebackNotification |
POST /google-korea-cards-api/v1/chargebackNotification/:PIAID Notifies Google that a chargeback is being issued for a payment. |
chargebackReversedNotification |
POST /google-korea-cards-api/v1/chargebackReversedNotification/:PIAID Notifies Google that a chargeback is being reversed. |
echo |
POST /v1/echo/:PIAID Echos back the clientMessage passed in. |
fraudNotification |
POST /google-korea-cards-api/v1/inquiryNotification/:PIAID Notifies Google of a fraud dispute initiated by a customer. |
inquiryNotification |
POST /google-korea-cards-api/v1/inquiryNotification/:PIAID Notifies Google of a request for inquiry into a transaction. |
refundResultNotification |
POST /google-korea-cards-api/v1/refundResultNotification/:PIAID Notifies Google of the final result of an asynchronousRefund request. |
reverseRefundNotification |
POST /google-korea-cards-api/v1/reverseRefundNotification/:PIAID Notifies Google of a refund that is being reversed. |
settlementNotification |
POST /v1/settlementNotification/:PIAID Informs Google that a set of events will be net settled in bulk into a Google bank account. |