AI-generated Key Takeaways
-
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 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. |