This includes services hosted by Payment Integrators for Banking FOP.
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://www.integratorhost.example.com/integrator-base-path
| Methods | |
|---|---|
| associateAccount | POST /v2/associateAccountAssociates the customer's account with the payment processor to the Google instrument being added. | 
| associateAccountWithVendorGeneratedToken | POST /v2/associateAccountWithVendorGeneratedTokenAssociates the customer's account with the payment processor to the Google instrument being added. | 
| disassociateAccount | POST /v2/disassociateAccountDeletes the association between the customer's account with the payment processor and the Google instrument. | 
| disburse | POST /v2/disburseThis method performs a disburse from a Google-owned bank account to an account specified in the request. | 
| echo | POST /v2/echoEchos back a string sent from the client. | 
| getDisburseTransactionStatus | POST /v2/getDisburseTransactionStatusThis method fetches the status of a disburse transaction. | 
| getPayeeProxyDisplayInfo | POST /v2/getPayeeProxyDisplayInfoReturns the display data that has been registered for the specified proxy key (e.g. | 
| getPayeeProxyRegistrationStatus | POST /v2/getPayeeProxyRegistrationStatusChecks whether or not a mapping to a Payee has been registered for the specified proxy key. | 
| getTransferFundsTransactionStatus | POST /v2/getTransferFundsTransactionStatusThis method fetches the status of a TransferFunds transaction. | 
| transferFunds | POST /v2/transferFundsInitiates money movement between a customer's account held with Google and the payment processor. |