JCB

JCB is a supported LinkPoint credit card payment method that is used for transactions during the sales order workflow. JCB is included by default in the payment pick list. It isn't set as a CustomCharge.

Before you can use payment processors and their supported payment methods for transactions during the sales order workflow, configuration is required in Order Management.

The order XML is imported into Order Management with the payment tag when the payment is Authorized or Captured outside of Order Management.

Example 1: payment tag in XML

This example shows the payment tag in XML when the the <card-type> = JBC and the <transaction-type> = AUTH.

Note: For a Capture transaction, the XML is the same except that the <transaction-type> = CAPTURE.
<payments>
   <payment>
      <credit-card>
         <card-type>JBC</card-type>
         <card-number>XXXX-XXXX-XXXX-0009</card-number>
         <expiration-month>05</expiration-month>
         <expiration-year>2020</expiration-year>
     </credit-card>
     <amount>29.33</amount>
     <processor-id>FDCSInternational </processor-id>
     <transaction-id>A-8b233da0-ff3d-4f69-b80d-006b4896e59e</transaction-id>
     <transaction-type>AUTH</transaction-type>
   </payment>
</payments>
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.