CardRequest

The Credit Card Request.

NameDescriptionTypeAdditional information
CardNumber
The card number.
string
Required
CardName
The name of the credit/debit card.
string
Required
CVV
The CVV (Card Verification Value).
string
None.
Type
The type of credit/debit card, viz.: MasterCard, Visa etc.
CardType
Required
ExpirationYear
The credit/debit card expiration year.
integer
Required
ExpirationMonth
The credit/debit card expiration month.
integer
Required
VerifyCard
A value indicating whether to verify given credit/debit card on braintree or not .
boolean
Optional - Required only if the credit/debit card is valid braintree card.
BillingAddress
The billing address.
BillingInformation
Optional - Required only if the credit/debit card is valid braintree card.
AddressId
The address identifier.
string
Optional - Required in case customer wants to use existing payment mode billing information instead of providing billing information.
Nonce
The nonce.
string
Optional
RegisterGateway
The value indicating whether to register credit/debit card on braintree gateway or not.
boolean
Optional - Required 'true' in case of valid Braintree card.