Payment Method Nonce
Payment Method Nonce: Create
Note
You should only create payment method nonces server-side when using
3D Secure or
Checkout with PayPal.
- C#
Result<paymentmethodnonce> result = gateway.PaymentMethodNonce.Create("A_PAYMENT_METHOD_TOKEN");
String nonce = result.Target.Nonce;
NotFoundException
.
Parameters
PaymentMethodToken
stringThe token of the payment method