Delete Payment Method
This reference details the process and fields involved in deleting a payment method, including the implications on the payment gateway and the necessity to create a new payment method in Zuora.
|
Fiserv IPG API Field |
Zuora Field |
Request/Response |
Description |
|---|---|---|---|
|
IPGApiActionRequest.Action.DeleteBillKey.StoreId |
N/A |
Request |
Your unique store identifier. This field is constant for each environment. |
|
IPGApiActionRequest.Action.DeleteBillKey.CustomerID |
SecondTokenId |
Request |
The customer ID that is associated with the payment method. This value must be stored when creating payment methods. |
|
IPGApiActionResponse.successfully |
ZuoraResponseCode |
Request |
Indicates the success or failure of the deletion request. |
|
IPGApiActionResponse.ProcessorResponseCode |
GatewayResponseCode |
Request |
The response code generated by the gateway for the delete payment method request. |
|
IPGApiActionResponse.ProcessorResponseMessage |
GatewayResponseMessage |
Request |
A message generated by the gateway providing additional details about the deletion attempt. |
When a payment method is deleted or closed in Zuora, its corresponding billkey is also permanently deleted on the payment gateway. Therefore, the same payment method cannot be reactivated or re-opened. A new payment method must be created in Zuora, which will generate a new billkey on the gateway.