Menu

Required Fields for an Authorization using JCB J/Secure Authentication

These fields are required in a request for an authorization with JCB J/Secure:
clientReferenceInformation.code
consumerAuthenticationInformation.cavv
consumerAuthenticationInformation.xid
orderInformation.amountDetails.currency
orderInformation.amountDetails.totalAmount
orderInformation.billTo.address1
orderInformation.billTo.administrativeArea
orderInformation.billTo.country
orderInformation.billTo.email
orderInformation.billTo.firstName
orderInformation.billTo.lastName
orderInformation.billTo.locality
orderInformation.billTo.postalCode
paymentInformation.card.expirationMonth
paymentInformation.card.expirationYear
paymentInformation.card.number
paymentInformation.card.type
processingInformation.commerceIndicator
Set this field to one of these values:
  • js
    : Successful authentication (3-D Secure value of 05).
  • js_attempted
    : Authentication was attempted (3-D Secure value of 06).
  • js_failure
    : Authentication failed or was not attempted (3-D Secure value of 07).
Back to top