Payment Method Nonce
Payment Method Nonce: Find
- Callback
- Promise
gateway.paymentMethodNonce.find("nonce_string", (err, paymentMethodNonce) => {
const info = paymentMethodNonce.threeDSecureInfo;
if (info) {
info.enrolled;
info.status;
info.liabilityShifted;
info.liabilityShiftPossible;
} else {
// This means 3D Secure info was not captured with this payment method nonce
}
});
notFoundError
.
Arguments
paymentMethodNonce
required, StringThe payment method nonce