Salesforce B2C Commerce 23.6 > B2C Commerce API > B2C Commerce Script > dw.order
dw.order
Class PaymentStatusCodes
Object
dw.order.PaymentStatusCodes
Helper class containing status codes for the various errors that can occur when validating a payment card. One of these codes is returned as part of a Status object when a unsuccessful call to the VerifyPaymentCard or VerifyCreditCard pipelet is made. The same codes are used when calling PaymentCard.verify(Number, Number, String) or PaymentCard.verify(Number, Number, String, String).
Constants
CREDITCARD_INVALID_CARD_NUMBER  :  String = "CREDITCARD_INVALID_CARD_NUMBER"
The code indicates that the credit card number is incorrect.
CREDITCARD_INVALID_EXPIRATION_DATE  :  String = "CREDITCARD_INVALID_EXPIRATION_DATE"
The code indicates that the credit card is expired.
CREDITCARD_INVALID_SECURITY_CODE  :  String = "CREDITCARD_INVALID_SECURITY_CODE"
The code indicates that the credit card security code length is invalid.
Properties
Constructor Summary
Method Summary
Methods inherited from class Object
Constructor Detail
PaymentStatusCodes
public PaymentStatusCodes()

X Privacy Update: We use cookies to make interactions with our websites and services easy and meaningful, to better understand how they are used. By continuing to use this site you are giving us your consent to do this. Privacy Policy.