Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.04 KB

PaylinkCardHolder.md

File metadata and controls

19 lines (15 loc) · 2.04 KB

CityPayAPI.Model.PaylinkCardHolder

Properties

Name Type Description Notes
AcceptHeaders string The accept headers string generated by the Customer Browser. This field may be used to lock the payment process to the customer's browser. If the customer were to attempt to use a different browser an error will be generated. [optional]
Address PaylinkAddress [optional]
Company string The company name for the card holder. [optional]
Email string The cardholder's email address. This field can be used to send a receipt to the payment cardholder. If this value is not supplied, no email will be sent. [optional]
Firstname string The first name of the card holder. [optional]
Lastname string The last name or surname of the card holder. [optional]
MobileNo string The mobile number of the cardholder. This can be used for data collection via the Paylink Payment Form or to send an SMS on completion of a transaction. This feature is a licensable option and is not configured by default. [optional]
RemoteAddr string Specifies the remote IP address of the customer's browser. This field may be used to lock the payment form to the customer's IP address. Should the address change or a malicious third party attempted to hijack the transaction, an error will be generated. [optional]
Title string A title for the card holder such as Mr, Mrs, Ms, M. Mme. etc. [optional]
UserAgent string Specifies the user agent string of the Customer Browser. This field may be used to lock the payment form to the browser. Should a different user agent attempt to process the transaction or a malicious third party attempted to hijack the transaction, an error is generated. [optional]

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