This includes services hosted by Payment Integrators for Tokenized FOPs.
We recommend that you call this service using Google-provided client libraries. If your application needs to call this service using your own libraries, you should use the following information when making 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 documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service may have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://www.integratordomain.com
Methods | |
---|---|
associateAccount |
POST /v2/associateAccount Associates the customer's account with the payment processor to the Google instrument being added. |
asynchronousCapture |
POST /v2/asynchronousCapture Triggers the start of a money movement operation between a customer's account and the integrator. |
cancelFundsReservation |
POST /v2/cancelFundsReservation Initiates canceling the funds that were reserved by a reserveFunds call. |
capture |
POST /v2/capture Initiates money movement between a customer's account held with Google and the payment processor. |
captureFundsReservation |
POST /v2/captureFundsReservation Initiates a capture of the funds reserved by a reserveFunds call. |
refreshToken |
POST /v2/refreshToken Refreshes a payment token's expiration date. |
refund |
POST /v2/refund Refunds a portion of or the entire transaction initiated through capture . |
reserveFunds |
POST /v2/reserveFunds Reserve funds on a token. |
We recommend that you call this service using Google-provided client libraries. If your application needs to call this service using your own libraries, you should use the following information when making 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 documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service may have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://www.integratordomain.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. |
authenticateIdentity |
POST /v1/authenticateIdentity Authenticates a user's account using data about the user's Google account and current context. |
cancelFundsReservation |
POST /v1/cancelFundsReservation Initiates canceling the funds that were reserved by a reserveFunds call. |
capture |
POST /v1/capture Initiates money movement between a customer's account held with Google and the payment processor. |
captureFundsReservation |
POST /v1/captureFundsReservation Initiates a capture of the funds reserved by a reserveFunds call. |
refreshToken |
POST /v1/refreshToken Refreshes a payment token's expiration date. |
refund |
POST /v1/refund Refunds a portion of or the entire transaction initiated through capture . |
reserveFunds |
POST /v1/reserveFunds Reserve funds on a token. |
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. |