Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 2.69 KB

File metadata and controls

31 lines (27 loc) · 2.69 KB

ResponsePaymentDetailsCreditCardTerminal

Properties

Name Type Description Notes
type String Payment method type. [default to null]
brand String Card brand (e.g. "visa", "mastercard"). [optional] [default to null]
last_four_digits String Last four digits of the card used. [optional] [default to null]
month Integer Credit card expiration month. [optional] [default to null]
year Integer 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] [default to null]
field55 String [optional] [default to null]
cardnet_status String Status code returned by the Cardnet network. [optional] [default to null]
approval_number String Approval number returned by the card network. [optional] [default to null]
shipping_address_name String Shipping address name. This is the recipient's name. [optional] [default to null]
shipping_address_line1 String Shipping address line 1. [optional] [default to null]
shipping_address_line2 String Shipping address line 2. [optional] [default to null]
shipping_address_city String Shipping address city. [optional] [default to null]
shipping_address_state String Shipping address state. [optional] [default to null]
shipping_address_zip String Shipping address ZIP code. [optional] [default to null]
shipping_address_country String Shipping address country. [optional] [default to null]
billing_address_name String Billing address name. This is the paying customer's name. [optional] [default to null]
billing_address_line1 String Billing address line 1. [optional] [default to null]
billing_address_line2 String Billing address line 2. [optional] [default to null]
billing_address_city String Billing address city. [optional] [default to null]
billing_address_state String Billing address state. [optional] [default to null]
billing_address_zip String Billing address ZIP code. [optional] [default to null]
billing_address_country String Billing address country. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]