Sends an authorization request to the corresponding payment gateway to verify the payment method, even though no changes are made for the payment method. Supported payment methods are Credit Cards and Paypal.
Zuora now supports performing a standalone zero dollar verification or one dollar authorization for credit cards. It also supports a billing agreement status check on PayPal payment methods.
If a payment method is created by Hosted Payment Pages and is not assigned to any billing account, the payment method cannot be verified through this operation.
currencyCode | string The currency used for payment method authorization. |
object The field used to pass gateway-specific parameters and parameter values. The fields supported by gateways vary. For more information, see the Overview topic of each gateway integration in Zuora Knowledge Center. Zuora sends all the information that you specified to the gateway. If you specify any unsupported gateway option parameters, they will be ignored without error prompts. | |
paymentGatewayName | string The name of the payment gateway instance. If no value is specified for this field, the default payment gateway of the customer account will be used. |
securityCode | string The CVV or CVV2 security code for the credit card or debit card. To ensure PCI compliance, the value of this field is not stored and cannot be queried. |
OK
Internal Server Error
Request Errors
{- "securityCode": "737"
}
{- "paymentMethodId": "402890765d9ce329015da18034ee0057",
- "success": true
}