Google Standard Payments Payment Integrator Hosted Banking FOP API
Stay organized with collections
Save and categorize content based on your preferences.
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/associateAccount
Associates the customer's account with the payment processor to the Google instrument being added. |
associateAccountWithVendorGeneratedToken |
POST /v2/associateAccountWithVendorGeneratedToken
Associates the customer's account with the payment processor to the Google instrument being added. |
disassociateAccount |
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. |
getDisburseTransactionStatus |
POST /v2/getDisburseTransactionStatus
This method fetches the status of a disburse transaction. |
getPayeeProxyDisplayInfo |
POST /v2/getPayeeProxyDisplayInfo
Returns the display data that has been registered for the specified proxy key (e.g. |
getPayeeProxyRegistrationStatus |
POST /v2/getPayeeProxyRegistrationStatus
Checks whether or not a mapping to a Payee has been registered for the specified proxy key. |
getTransferFundsTransactionStatus |
POST /v2/getTransferFundsTransactionStatus
This method fetches the status of a TransferFunds transaction. |
transferFunds |
POST /v2/transferFunds
Initiates money movement between a customer's account held with Google and the payment processor. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["\u003cp\u003eThis documentation outlines services for Banking Financial on Pay (FOP) hosted by Payment Integrators.\u003c/p\u003e\n"],["\u003cp\u003eIt recommends using Google-provided client libraries for interacting with these services, but also provides details for custom integrations.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can find the service endpoint and a list of available methods with their descriptions in this document.\u003c/p\u003e\n"],["\u003cp\u003eA machine-readable Discovery Document for building tools and client libraries is provided as a resource.\u003c/p\u003e\n"],["\u003cp\u003eThe service endpoint for these Banking FOP APIs is \u003ccode\u003ehttps://www.integratorhost.example.com/integrator-base-path\u003c/code\u003e.\u003c/p\u003e\n"]]],["Payment Integrator services for Banking FOP offer multiple functionalities via POST requests. These include associating and disassociating customer accounts with payment processors, disbursing funds from Google accounts, and transferring funds between Google and customer accounts. Other operations allow for checking transaction statuses for disbursements and fund transfers. Also, services allow echoing strings, retrieving payee display information and registration statuses. The service endpoint is `https://www.integratorhost.example.com/integrator-base-path`. The Discovery document is provided in json format.\n"],null,["This includes services hosted by Payment Integrators for Banking FOP.\n\n- [REST Resource: integrator-base-path.banking-fop-v2](#integrator-base-path.banking-fop-v2)\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\nDiscovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) 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:\n\n- [/pay/banking-fop-v2/payment-integrator-banking-fop-api/open-api-spec.json](/static/pay/banking-fop-v2/payment-integrator-banking-fop-api/open-api-spec.json)\n\nService endpoint \n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_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:\n\n- `https://www.integratorhost.example.com/integrator-base-path`\n\n| Methods ||\n|---------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [associateAccount](/pay/banking-fop-v2/payment-integrator-banking-fop-api/associateAccount) | `POST /v2/associateAccount` Associates the customer's account with the payment processor to the Google instrument being added. |\n| [associateAccountWithVendorGeneratedToken](/pay/banking-fop-v2/payment-integrator-banking-fop-api/associateAccountWithVendorGeneratedToken) | `POST /v2/associateAccountWithVendorGeneratedToken` Associates the customer's account with the payment processor to the Google instrument being added. |\n| [disassociateAccount](/pay/banking-fop-v2/payment-integrator-banking-fop-api/disassociateAccount) | `POST /v2/disassociateAccount` Deletes the association between the customer's account with the payment processor and the Google instrument. |\n| [disburse](/pay/banking-fop-v2/payment-integrator-banking-fop-api/disburse) | `POST /v2/disburse` This method performs a disburse from a Google-owned bank account to an account specified in the request. |\n| [echo](/pay/banking-fop-v2/payment-integrator-banking-fop-api/echo) | `POST /v2/echo` Echos back a string sent from the client. |\n| [getDisburseTransactionStatus](/pay/banking-fop-v2/payment-integrator-banking-fop-api/getDisburseTransactionStatus) | `POST /v2/getDisburseTransactionStatus` This method fetches the status of a disburse transaction. |\n| [getPayeeProxyDisplayInfo](/pay/banking-fop-v2/payment-integrator-banking-fop-api/getPayeeProxyDisplayInfo) | `POST /v2/getPayeeProxyDisplayInfo` Returns the display data that has been registered for the specified proxy key (e.g. |\n| [getPayeeProxyRegistrationStatus](/pay/banking-fop-v2/payment-integrator-banking-fop-api/getPayeeProxyRegistrationStatus) | `POST /v2/getPayeeProxyRegistrationStatus` Checks whether or not a mapping to a Payee has been registered for the specified proxy key. |\n| [getTransferFundsTransactionStatus](/pay/banking-fop-v2/payment-integrator-banking-fop-api/getTransferFundsTransactionStatus) | `POST /v2/getTransferFundsTransactionStatus` This method fetches the status of a TransferFunds transaction. |\n| [transferFunds](/pay/banking-fop-v2/payment-integrator-banking-fop-api/transferFunds) | `POST /v2/transferFunds` Initiates money movement between a customer's account held with Google and the payment processor. |"]]