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 | |
---|---|
associate |
POST /v2/associateAccount Associates the customer's account with the payment processor to the Google instrument being added. |
associate |
POST /v2/associateAccountWithVendorGeneratedToken Associates the customer's account with the payment processor to the Google instrument being added. |
disassociate |
POST /v2/disassociateAccount Deletes the association between the customer's account with the payment processor and the Google instrument. |
disburse |
POST /v2/disburse This method performs a disburse from a Google-owned bank account to an account specified in the request. |
echo |
POST /v2/echo Echos back a string sent from the client. |
get |
POST /v2/getDisburseTransactionStatus This method fetches the status of a disburse transaction. |
get |
POST /v2/getPayeeProxyDisplayInfo Returns the display data that has been registered for the specified proxy key (e.g. |
get |
POST /v2/getPayeeProxyRegistrationStatus Checks whether or not a mapping to a Payee has been registered for the specified proxy key. |
get |
POST /v2/getTransferFundsTransactionStatus This method fetches the status of a TransferFunds transaction. |
transfer |
POST /v2/transferFunds Initiates money movement between a customer's account held with Google and the payment processor. |