Payment Request With Phone
Parameters
type
Identifier for the type of payment. If affiliate_collect, cardholder information is not required as EPS will not be processing the payment.
billing Contact
number
Card number. Required for credit card transactions.
security Code
CVV/CSV code from the back of the customer's card. Required for credit card transactions.
expiration Month
Two-digit month the credit card will expire. Required for credit card transactions.
expiration Year
Year the credit card will expire. Required for credit card transactions.
third Party Authentication
enrollment Date
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)