Skip to main content

Payment: Gateway Reconciliation

Zuora
  • 日本語のコンテンツは機械翻訳されており、補助的な参照を目的としています。機械翻訳の精度は保証できません。英語版が正となります。また、現時点では検索機能は日本語での検索をサポートしていません。翻訳に関するフィードバックについては、docs@zuora.comに送信してください。

Payment: Gateway Reconciliation

The gateway reconciliation task performs one of the three reconciliation actions (Settle, Reject, or Reverse) on a specified payment. It corresponds to the three REST API operations for gateway reconciliation provided by Zuora.

A typical use case of this task is to update the payment and account data in your Zuora tenant based on gateway reconciliation reports from payment gateways. You may need to define different cases using a case task and take corresponding reconciliation actions.

For an example use case, see Perform payment gateway reconciliations with Workflow.

Task settings

When creating this task, you need to select one of the three actions and specify parameters for the action.

workflow_task_reconciliation.png

  • Settle: Sets the status of the specified payment to Settled and returns the payment object as response. You must specify the payment ID or select a field to identify the payment. For details about request parameters and the response, see Settle Payment.
  • Reject: Sets the status of the specified payment to Rejected, creates a refund for the payment amount, and returns the refund object as response. You must specify the payment ID or select a field to identify the payment. For details about request parameters and the response, see Reject Payment.
  • Reverse: Sets the status of the specified payment to Reversed, creates a refund for the specified amount and returns the refund object as response. You must specify the payment ID or select a field to identify the payment and specify the amount to be refunded. For details about request parameters and the response, see Reverse Payment.