PaymentRequest
Parameters
type
Identifier for the type of payment. If affiliate_collect, card information is not required as EPS will not be processing the payment. However, billing contact information is still required.
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 PaymentRequest PaymentRequest(PaymentRequest.Type type, BillingContactRequest billingContact, String number, String securityCode, String expirationMonth, String expirationYear, ThirdPartyAuthRequest thirdPartyAuthentication, String enrollmentDate)