- Introduction to Payments
- Standard Payment Processing
- Debit and Prepaid Card Processing
- Processing Debit and Prepaid Authorizations
- Airline Data Processing
- Japanese Payment Options Processing
- Processing Payments Using Credentials
- Customer-Initiated Transactions with Credentials on File
- No-Show Transactions
- Installment Payments
- Recurring Payments
JCB J/Secure
Visa Platform ConnectSimple Order API
JCB J/Secure is the authentication service in the JCB card network that uses the 3-D
Secure protocol to validate customers at checkout. When you request an authorization
using a supported card type and a supported processor, you can include payer
authentication data in the request. The payer authentication services enable you to add
payer authentication support to your website without running additional software on your
server.
Before implementing payer authentication for JCB J/Secure, contact customer support to
have your account configured for this feature.
Fields Specific to the JCB J/Secure Use Case
These API fields are required specifically for this use case.
- ccAuthService_cavv
- Required when payer authentication is successful.
- ccAuthService_xid
- Required when payer authentication is successful.
- ccAuthService_eciRaw
- Required when the payer authentication validation service returns a raw ECI value.
- ccAuthService_commerceIndicator
- Set this field to one of these values:
- js: Successful authentication for a JCB card (3-D Secure value of05).
- js_attempted: Authentication was attempted for a JCB card (3-D Secure value of06).
- js_failure: orinternet: Authentication failed or was not attempted for a JCB card (3-D Secure value of07).
Endpoint
Set the
ccAuthService_run
field to
true
.Send the request to
https://ics2ws.ic3.com/commerce/1.x/transactionProcessor
.