E-Payment Integrator 2020 Java Edition

Questions / Feedback?

ExpressCheckoutPayer Type

The payer of the express checkout.

Remarks

This type describes information about the payer that will be charged for the current checkout.

Fields

Business
String

Payer's business email address.

City
String

Payer's city name.

This field is required.

Character length and limitations: 40 single-byte characters.

CountryCode
String

Payer's country code.

Payer's country of residence in the form of ISO standard 3166 two-character country codes.

This field is required.

Character limit: Two single-byte characters.

Email
String

Email address of the payer.

This field is optional.

FirstName
String

Payer's first name.

This field is required.

Character length and limitations: 25 single-byte characters.

LastName
String

Payer's last name.

This field is required.

Character length and limitations: 25 single-byte characters.

State
String

Payer's state or province name.

This field is required.

Character length and limitations: 40 single-byte characters.

Status
String

Indicates whether the payer is verified or not.

Valid values for this field are "verified" or "unverified".

Street1
String

Payer's street address (first line).

This field is required.

Character length and limitations: 100 single-byte characters.

Street2
String

Payer's street address (second line).

This field is optional.

Character length and limitations: 100 single-byte characters.

Zip
String

Payer's United States ZIP code or other country-specific postal code.

Character length and limitations: 20 single-byte characters.

Constructors

public ExpressCheckoutPayer();



Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Java Edition - Version 20.0 [Build 7941]