CreditCardDetails
The
CreditCardDetails
object consists of the PCI-sensitive fields corresponding to a customer's card information. Note that in addition to CreditCardDetails
, there is another way to set credit card data on a Create API call, and that is by using the PaymentToken
object.Parameter Name | Type | Required | Description |
---|---|---|---|
CardHolderFullName | string | no | name of the cardholder |
CardNumber | string | yes | number of card (varying lengths) |
CardExpMonth | string | yes | month of expiration, one or two digits |
CardExpYear | string | yes | expiry year, four digits |
CardCvv | string | yes | CVV code, either three or four digits |
Last modified 5mo ago