Skip to content

PostPayerInfo ​

For use with some redirect payment services, to return credit card holder information (i.e. name, address, and phone). Supported services are listed below.

Values are entered in field:param format where the field is the name of the Student Manager payment field and the param is the name of the parameter returned from the Payment service.

Student Manager payment field names are entered without the py prefix.

Payment service parameters ​

Authorize.net ​

Postpayerinfo=name:x_first_name+x_last_name;addr1:x_address;addr2:blank;city:x_city;state:x_state;zip:x_zip;phone:x_phone;email:x_email

Postpayerinfo=name:name_on_acct;addr1:acct_addr;addr2:acct_addr2;city:acct_city;state:acct_state;zip:acct_zip;phone:acct_phone_day;email:acct_email_address

(TLink also returns acct_phone_night and acct_phone_mobile – you could use whichever one you thought would work best.)

Elavon ​

PostPayerInfo=name:ssl_first_name+ssl_last_name;addr1:ssl_avs_address;addr2:blank;city:ssl_city;state:ssl_state;zip:ssl_avs_zip;phone:blank;email:blank

Note

While the service provides a parameter for a given field there is no guarantee that an actual value will be returned. Generally most of those fields will not be required when shown on the card entry form, and if the payer chooses to leave them blank, there won't be anything to return.