Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 2.17 KB

File metadata and controls

28 lines (27 loc) · 2.17 KB

# ResponsePaymentDetailsCreditCardTerminal

Properties

Name Type Description Notes
type string Payment method type.
brand string Card brand (e.g. "visa", "mastercard"). [optional]
last_four_digits string Last four digits of the card used. [optional]
month int Credit card expiration month. [optional]
year int Credit card expiration year. If this value is less than 100, it will be treated as two digits year in the current century. E.g. If current year is `2024`, `99` means `2099`. [optional]
field55 string [optional]
cardnet_status string Status code returned by the Cardnet network. [optional]
approval_number string Approval number returned by the card network. [optional]
shipping_address_name string Shipping address name. This is the recipient's name. [optional]
shipping_address_line1 string Shipping address line 1. [optional]
shipping_address_line2 string Shipping address line 2. [optional]
shipping_address_city string Shipping address city. [optional]
shipping_address_state string Shipping address state. [optional]
shipping_address_zip string Shipping address ZIP code. [optional]
shipping_address_country string Shipping address country. [optional]
billing_address_name string Billing address name. This is the paying customer's name. [optional]
billing_address_line1 string Billing address line 1. [optional]
billing_address_line2 string Billing address line 2. [optional]
billing_address_city string Billing address city. [optional]
billing_address_state string Billing address state. [optional]
billing_address_zip string Billing address ZIP code. [optional]
billing_address_country string Billing address country. [optional]
[Back to Model list] [Back to API list] [Back to README]