Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
付款處理方服務總覽
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
「付款處理方服務」是一組由整合商實作並由 Google 呼叫的方法。這些方法可用來整合整合服務與匯款文件,以及整合服務供應商與 Google 之間的帳戶連結。
| 方法 |
associateAccount |
POST /v1/associateAccount
將客戶的帳戶與付款處理方與新增的 Google 付款方式建立關聯。 |
capture |
POST /v1/capture
啟動付款處理方與 Google 付款處理方帳戶之間的付款作業。 |
echo |
POST /v1/echo
回退已傳遞的 client_message。 |
refreshToken |
POST /v1/refreshToken
重新整理付款權杖的到期日。 |
refund |
POST /v1/refund
針對透過 capture 進行的部分交易或部分交易進行退款。 |
remittanceStatementNotification |
POST /v1/remittanceStatementNotification
通知新的匯款對象對帳單。 |
sendOtp |
POST /v1/sendOtp 要求整合服務供應商傳送指定帳戶的動態密碼。 |
verifyOtp |
POST /v1/verifyOtp 驗證帳戶的整合服務供應商傳送的動態密碼值。 |
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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"]]