HCL Commerce Version 9.1.7.0 or later

Verifying a payment account number

If you are using tokenization in your payment system you can verify payment account numbers with a simple update to your payment policy database table.

Procedure

For more information about the payment tables, see Payment, refund, and return payment business policies.

  1. Update the Properties column of the POLICY database table as follows.
    select * from policy where policyname = 'VISA'; --11009
  2. Add "verification=true" in the properties column with the same policy ID (for example, 11009 in the above example).
    attrPageName=StandardVisa&paymentConfigurationId=default&
    display=true&compatibleMode=false&tokenization=true&verification=true
    The endpoint for the REST API version of this call is
    POST cart/@self/payment_instruction 
    For more information, see the Cart Swagger specification.
  3. Add payment instructions that call the Store or REST APIs. For example, the effective REST call is:
    wcs/resources/store/1/cart/@self/payment_instruction