Payment
This document details the mapping of Fiserv IPG API fields to Zuora fields, including request and response parameters for payment transactions.
|
Fiserv IPG API Field |
Zuora Field |
Request/Response |
Description |
|---|---|---|---|
|
IPGApiOrderRequest.Transaction.KoreanPaymentServiceTxType.StoreId |
N/A |
Request |
Your unique store identifier. This field is constant for each environment. |
|
IPGApiOrderRequest.Transaction.KoreanPaymentServiceTxType.Type |
N/A |
Request |
The transaction type. |
|
IPGApiOrderRequest.Transaction.KoreanPaymentInformation.BillKeyId |
TokenId |
Request |
The token ID for the payment. This ID is obtained from the gateway during Payment Method (PM) creation. |
|
IPGApiOrderRequest.Transaction.KoreanPaymentInformation.Entry |
N/A |
Request |
The payment entry method. |
|
IPGApiOrderRequest.Transaction.KoreanPaymentInformation.BillType |
N/A |
Request |
The type of bill. |
|
IPGApiOrderRequest.Transaction.Payment.ChargeTotal |
PaymentAmount |
Request |
The total amount of the billing request. This value must be greater than 0 and must match the currency format of your merchant account. |
|
IPGApiOrderRequest.Transaction.Payment.currency |
Currency |
Request |
The currency used to make the payment. |
|
IPGApiOrderRequest.Transaction.TransactionDetails.OrderId |
PaymentId |
Request |
A universally unique identifier (UUID) for the order. |
|
IPGApiOrderResponse.IpgTransactionId |
GatewayReferenceId |
Response |
A unique identifier for the transaction, generated by the gateway. |
|
IPGApiOrderResponse.ProcessorResponseCode |
GatewayResponseCode |
Response |
The response code generated by the gateway. |
|
IPGApiOrderResponse.ProcessorResponseMessage |
GatewayResponseMessage |
Response |
A message generated by the gateway that provides additional details about the transaction's processing. |