PaymentRequestWithPhone
Parameters
type
Identifier for the type of payment. If affiliate_collect, cardholder information is not required as EPS will not be processing the payment.
billingContact
number
Card number. Required for credit card transactions.
securityCode
CVV/CSV code from the back of the customer's card. Required for credit card transactions.
expirationMonth
Two-digit month the credit card will expire. Required for credit card transactions.
expirationYear
Year the credit card will expire. Required for credit card transactions.
thirdPartyAuthentication
enrollmentDate
Date the payment account was enrolled in the cardholder's account with the merchant, in ISO 8601 format (YYYY-MM-DD).
Constructors
Link copied to clipboard
public PaymentRequestWithPhone PaymentRequestWithPhone(PaymentRequestWithPhone.Type type, BillingContactRequestWithPhone billingContact, String number, String securityCode, String expirationMonth, String expirationYear, ThirdPartyAuthRequest thirdPartyAuthentication, String enrollmentDate)