payer-info

Contains information about a shopper who is paying with the alternative payment method

Request

Property NameTypeRequiredDescription
first-namestringRequiredPayer's first name.
Maximum 100 characters.
For ACH/ECP, the limit is 25 characters.

Note: If you would like to enter a company name instead, provide it in both first-name and last-name fields, or split the name up between them if possible.
last-namestringRequiredPayer's last name.
Maximum 100 characters.
For ACH/ECP, the limit is 25 characters.

Note: If you would like to enter a company name instead, provide it in both first-name and last-name fields, or split the name up between them if possible.
emailstringOptionalPayer's email address.
3–100 characters.
personal-identification-numberstringRequired for local LatAm processing in Brazil
Otherwise, this is optional.
The shopper's local personal identification number. These are the ID types per country:

Argentina: DNI (7–11 char)
Brazil: CPF/CNPJ (11–14 char)
Chile: RUN (8–9 char)
Mexico: CURP/RFC (10–18 char)
countrystringRequired for Create LBT transaction
Otherwise, this is optional.
Payer's country code.
See Country codes.

For iDEAL transactions, the default value is nl.
statestringOptionalPayer's state code.
See State and province codes
Supports US and Canada states only. For states in other countries, you must include the state within the address property.
addressstringOptionalPayer's address line 1.
Maximum 100 characters.
address2stringOptionalPayer's address line 2.
Maximum 100 characters.
citystringOptionalPayer's city.
2–42 characters.
zipstringOptionalPayer's ZIP code. Maximum 20 characters.
phonestringOptionalPayer's phone number.
Between 2-36 characters.
Accepts numbers, letters, and these characters: + . * # / \ ( ) -
company-namestringOptionalName of merchant's company.
Maximum 50 characters.

Note: Required if payment type is ECP and account-type is:
CORPORATE_CHECKING
CORPORATE_SAVINGS
merchant-shopper-idstringOptionalA merchant's ID for a specific shopper. Maximum 50 characters.

Response

Property NameTypeDescription
first-name  string  Payer's first name.
last-namestringPayer's last name.
emailstringPayer's email address.
personal-identification-numberstringThe shopper's local personal identification number.
These are the ID types per country:

Argentina: DNI
Brazil: CPF/CNPJ
Chile: RUN
Mexico: CURP/RFC
countrystringPayer's country code.
See Country codes
statestringPayer's state code.
See State and province codes
addressstringPayer's address line 1.
address2stringPayer's address line 2.
citystringPayer's city.
zipstringPayer's ZIP code.
phonestringPayer's phone number.
merchant-shopper-idstringA merchant's ID for a specific shopper.