Payment Method Nonce
Payment Method Nonce: Find
- Java
PaymentMethodNonce paymentMethodNonce = gateway.paymentMethodNonce().find("nonce_string");
ThreeDSecureInfo info = paymentMethodNonce.getThreeDSecureInfo();
if (info == null) {
return; // This means 3D Secure info was not captured with this payment method nonce
}
info.getEnrolled();
info.isLiabilityShifted();
info.isLiabilityShiftPossible();
info.getStatus();
NotFoundException
.
Arguments
paymentMethodNonce
required, stringThe payment method nonce