Google Standard Payments Service API

This service describes the Google Standard Payment protocol.

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 REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. 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://www.integratorhost.example.com
Methods
associateAccount POST /v1/associateAccount
Associates the customer's account with the payment processor to the Google instrument being added.
asynchronousCapture POST /v1/asynchronousCapture
Triggers the start of a money movement operation between a customer's account and the integrator.
capture POST /v1/capture
Initiates money movement between a customer's account held with Google and the payment processor.
disburseFunds POST /v1/disburseFunds
Initiates money movement between the payment processor and the customer's account.
echo POST /v1/echo
Echos back the clientMessage that is passed in.
refund POST /v1/refund
Refunds a portion of or the entire transaction initiated through capture.
remittanceStatementNotification POST /v1/remittanceStatementNotification
Notifies the integrator of a new remittance statement.
sendOtp POST /v1/sendOtp
Requests the integrator send an OTP to the phone number.
verifyOtp POST /v1/verifyOtp
Verifies an OTP value was sent by the integrator for the account.