Google Standard Payments Payment Integrator Hosted Cards QR Code Payment API
Stay organized with collections
Save and categorize content based on your preferences.
This includes services hosted by Payment Integrators for Cards QR payments.
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 /cards-qr-v1/echo
Echos back a string sent from the client. |
getTransferStatus |
POST /cards-qr-v1/getTransferStatus
Gets the status of a transfer for a QR code payment. |
transfer |
POST /cards-qr-v1/transfer
Initiates transfer for a QR code payment. |
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."],[[["This documentation outlines services for processing card and QR code payments hosted by Payment Integrators."],["Google provides client libraries for easy integration, but developers can also use their own libraries with the provided API specifications."],["The service endpoint for all API requests is `https://www.integratorhost.example.com/integrator-base-path`."],["Key API methods include echoing data, getting transfer status, and initiating transfers for QR code payments."]]],["Payment Integrators host services for Cards QR payments, accessible via the `integrator-base-path.cards-qr-v1` REST resource. A Discovery Document (`/pay/cards-qr-v1/payment-integrator-cards-qr-api/open-api-spec.json`) and service endpoint (`https://www.integratorhost.example.com/integrator-base-path`) are provided. The API methods include `POST /cards-qr-v1/echo` for echoing strings, `POST /cards-qr-v1/getTransferStatus` for checking transfer status, and `POST /cards-qr-v1/transfer` for initiating transfers. Using the provided google client libraries is recommended.\n"]]