This includes services hosted by Payment Integrators for VirtualCards.
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 | |
---|---|
echo |
POST /virtual-cards-v1/echo Echos back a string sent from the client. |
enroll |
POST /virtual-cards-v1/enroll Enrolls a card in Virtual Cards. |
get |
POST /virtual-cards-v1/getTransactions Retrieves a list of transactions for the given Virtual Card Number. |
retrieve |
POST /virtual-cards-v1/retrieveVirtualCardNumber Retrieves a virtual card number for a card enrolled in Virtual Cards. |
send |
POST /virtual-cards-v1/sendOtp Request to the vendor to send an OTP to the user. |
unenroll |
POST /virtual-cards-v1/unenroll Informs the integrator that an enrollment is over. |