Payment Processor Service Overview
Stay organized with collections
Save and categorize content based on your preferences.
The Payment Processor service is a set of methods implemented by the integrator
and called by Google. These methods are used to convey payments, remittance
documents, and link accounts between the integrator and Google.
Methods |
associateAccount |
POST /v1/associateAccount
Associates the customer's account with the payment processor to the Google instrument being added. |
capture |
POST /v1/capture
Initiates money movement between a customer's account held with the payment processor and Google. |
echo |
POST /v1/echo
Echos back the client_message passed in. |
refreshToken |
POST /v1/refreshToken
Refreshes a payment token's expiration date. |
refund |
POST /v1/refund
Refunds a portion of or all of a transaction initiated through capture . |
remittanceStatementNotification |
POST /v1/remittanceStatementNotification
Notifies the integrator of a new remittance statement. |
sendOtp |
POST /v1/sendOtp
Requests that the integrator send an OTP for the identified account. |
verifyOtp |
POST /v1/verifyOtp
Verifies an OTP value was sent by the integrator for the account. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 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 2024-09-03 UTC."],[[["The Payment Processor service enables communication between Google and integrators for payment processing."],["Integrators implement methods called by Google to manage payments, remittance documents, and link accounts."],["Core functionalities include associating accounts, capturing payments, processing refunds, and handling remittance statements."],["The service supports secure operations with features like OTP generation and verification for account security."]]],["The Payment Processor service utilizes methods implemented by integrators and invoked by Google. Key actions include associating customer accounts with Google instruments (`associateAccount`), initiating fund transfers (`capture`), and processing refunds (`refund`). Other methods enable token refresh (`refreshToken`), remittance statement notification (`remittanceStatementNotification`), and OTP management via sending (`sendOtp`) and verifying (`verifyOtp`). There is also an echo test method (`echo`) for client communication. All methods use POST requests.\n"]]