Payment Method Nonce

Payment Method Nonce: Create

See also the Payment Method Nonce response object.
Note
You should only create payment method nonces server-side when using 3D Secure or Checkout with PayPal.
To create a payment method nonce, only the payment method token is required.
  1. C#
Result<paymentmethodnonce> result = gateway.PaymentMethodNonce.Create("A_PAYMENT_METHOD_TOKEN");
String nonce = result.Target.Nonce;
If the payment method can't be found, it will throw a NotFoundException.
Parameters
The token of the payment method

If you accept cookies, we’ll use them to improve and customize your experience and enable our partners to show you personalized PayPal ads when you visit other sites. Manage cookies and learn more