CreditCardAllOf

public CreditCardAllOf CreditCardAllOf(CreditCardAllOf.CardType cardType, String cardNumber, OffsetDateTime expiryDate, List<Telephone> telephones, String electronicCommerceIndicator, Boolean virtualCreditCardFlag, String walletType, String cardAvsResponse, String cardCvvResponse, String merchantOrderCode, Integer cardAuthenticationFailureCount)

Parameters

cardType

The 'card_type' field value is an enum value which is associated with the payment method of the specific payment instrument. For credit card payment method ensure attributes mentioned in dictionary below are set to corresponding values only. Ensure to comply with the naming standards provided in below dictionary. For example, some Payment processors use “Japan Credit Bureau” but “JCB” should be used when calling Fraud API. Incorrect card_type - brand combination will result in data quality issues and result in degraded risk recommendation. 'card_type' is an enum value with the following mapping with Payment brand attribute: * card_type : brand * -------------------------------------------------------- * AMERICAN_EXPRESS : AMERICAN_EXPRESS * DINERS_CLUB : DINERS_CLUB_INTERNATIONAL * DINERS_CLUB : BC_CARD * DISCOVER : DISCOVER * DISCOVER : BC_CARD * DISCOVER : DINERS_CLUB_INTERNATIONAL * DISCOVER : JCB * JCB : JCB * MASTER_CARD : MASTER_CARD * MASTER_CARD : MAESTRO * MASTER_CARD : POSTEPAY_MASTERCARD * SOLO : SOLO * SWITCH : SWITCH * MAESTRO : MAESTRO * CHINA_UNION_PAY : CHINA_UNION_PAY * UATP : UATP * UATP : UATP_SUPPLY * UATP : AIR_PLUS * UATP : UA_PASS_PLUS * VISA : VISA * VISA : VISA_DELTA * VISA : VISA_ELECTRON * VISA : CARTA_SI * VISA : CARTE_BLEUE * VISA : VISA_DANKORT * VISA : POSTEPAY_VISA_ELECTRON

cardNumber

All the digits (unencrypted) of the credit card number associated with the payment.

expiryDate

Expiration date of the credit card used for payment, in ISO-8601 date and time format yyyy-MM-ddTHH:mm:ss.SSSZ.

telephones

Telephone(s) associated with card holder and credit card.

electronicCommerceIndicator

Electronic Commerce Indicator, a two or three digit number usually returned by a 3rd party payment processor in regards to the authentication used when gathering the cardholder's payment credentials.

virtualCreditCardFlag

A flag to indicate that the bank card being used for the charge is a virtual credit card.

walletType

If a virtual/digital form of payment was used, the type of digital wallet should be specified here. Possible wallet_type's include: Google or ApplePay.

cardAvsResponse

A field used to confirm if the address provided at the time of purchase matches what the bank has on file for the Credit Card.

cardCvvResponse

A field used to confirm the Card Verification Value on the Credit Card matches the Credit Card used at the time of purchase.

merchantOrderCode

Reference code passed to acquiring bank at the time of payment. This code is the key ID that ties back to payments data at the payment level.

cardAuthenticationFailureCount

Total authentication failure count for given card.