Payment Request
public PaymentRequest PaymentRequest(PaymentRequest.Type type, BillingContactRequest billingContact, String number, String securityCode, String expirationMonth, String expirationYear, ThirdPartyAuthRequest thirdPartyAuthentication, String enrollmentDate)
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.
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).