This includes services hosted by Payment Integrators for Tokenized FOPs.
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 /v2/associateAccount Associates the customer's account with the payment processor to the Google instrument being added. |
asynchronousRefund |
POST /v2/asynchronousRefund Refunds a portion or all of the entire transaction. |
authenticateIdentity |
POST /v2/authenticateIdentity Authenticates a user's account using data about the user's Google account and current context. |
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. |
refund |
POST /v2/refund Refunds a portion of or the entire transaction initiated through capture . |
reserveFunds |
POST /v2/reserveFunds Reserve funds on a token. |
sendOtp |
POST /v2/sendOtp Requests the integrator send an OTP to the phone number. |
simulateSms |
POST /v2/simulateSms Simulates the sending of an SMS message to the payment integrator. |
verifyOtp |
POST /v2/verifyOtp Verifies an OTP value was sent by the integrator for the account. |
Methods | |
---|---|
cancelReferenceNumber |
POST /v2/payment-integrator-tokenized/cancelReferenceNumber Cancels a reference number by invalidating it in the integrators system and preventing future payments. |
generateReferenceNumber |
POST /v2/payment-integrator-tokenized/generateReferenceNumber Creates a reference number and registers payment information (description, timestamp) with the integrator. |