Supported payment operations (Part 2)
This document outlines the functional mapping between the Zuora API and the Worldpay API, detailing supported payment operations.
The following table describes the functional mapping between the Zuora API and the Worldpay API.
|
Zuora API |
Worldpay API |
|---|---|
|
Payment Method creation by passing in Credit Card information |
Submitting an order with a Credit Card, and then issue a ‘cancelOrRefund’ type of order modification on the same order. |
|
Payment Creation |
Authorize an order with credit card, and issue a ‘capture’ type of order modification. |
|
Void the Authorization |
Issue a ‘cancelOrRefund’ type of order modification on the payment order. |
|
Void the Payment |
Issue a ‘cancel’ type of order modification on the payment order. |
|
Refund Creation |
Issue a ‘refund’ type of order modification on the payment order. |
|
Payment Inquiry |
Inquiry on the payment order. |