AI-generated Key Takeaways
-
This documentation outlines the REST resources and methods for Payment Integrators to interact with Carrier Wallets services.
-
Integrators can leverage these services for functions like associating customer accounts, initiating and managing transactions, and handling refunds.
-
A discovery document and service endpoint are provided for building client libraries and making API requests.
-
The service endpoint for all URIs is
https://payment-integrator-carriers-api.google.com
. -
Google recommends using their provided client libraries for interacting with these services.
This includes services hosted by Payment Integrators for Carriers.
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:
https://payment-integrator-carriers-api.google.com
Methods | |
---|---|
associateAccount |
POST /carrier-wallets-v1/associateAccount Associates the customer's account with the payment processor to the Google instrument being added. |
asynchronousCapture |
POST /carrier-wallets-v1/asynchronousCapture Triggers the start of a money movement operation between a customer's account and the integrator. |
cancelFundsReservation |
POST /carrier-wallets-v1/cancelFundsReservation Initiates canceling the funds that were reserved by a reserveFunds call. |
capture |
POST /carrier-wallets-v1/capture Initiates money movement between a customer's account held with Google and the payment processor. |
captureFundsReservation |
POST /carrier-wallets-v1/captureFundsReservation Initiates a capture of the funds reserved by a reserveFunds call. |
echo |
POST /carrier-wallets-v1/echo Echos back a string sent from the client. |
refund |
POST /carrier-wallets-v1/refund Refunds a portion of or the entire transaction initiated through capture . |
remittanceStatementNotification |
POST /carrier-wallets-v1/remittanceStatementNotification Notifies the integrator of a new remittance statement. |
reserveFunds |
POST /carrier-wallets-v1/reserveFunds Reserve funds on a token. |
simulateSms |
POST /carrier-wallets-v1/simulateSms Simulates the sending of an SMS message to the payment integrator. |