Difference between revisions of "Freeside:1.9:Documentation:Developer:signup.html"
From Freeside
(New page: == Form Values == ;ss :Social Security Number? ;payby :Payment method (see below) ;invoicing_list_POST :Postal Mail Invoice :POST = Yes ? ;invoicing_list :Email address ;promo_code :Pro...) |
(No difference)
|
Latest revision as of 14:20, 26 July 2009
Form Values
- ss
- Social Security Number?
- payby
- Payment method (see below)
- invoicing_list_POST
- Postal Mail Invoice
- POST = Yes ?
- invoicing_list
- Email address
- promo_code
- Promotional Code (from promocode.html)
- reg_code
- Registration code (when referred by regcode.html)
- pkgpart
- package number customer is signing up for
- Corresponds to the View/Edit Package Definitions # listed from the Freeside webui.
- username
- _password
- password
- _password2
- password (again, to verify)
- sec_phrase
- Security Phrase
- popnum
- Access number
- refnum
- Customer number of party referring new customer
- stateid
- State identification number (eg, drivers license number?)
- stateid_state
- State that issued the id
- signup
- Submit button. value = "Signup"
- action
- process_signup or process
- triggers signup of filled in values (if all input checks pass)
Pay Methods
- CARD
- Credit Card
- DCRD
- Credit Card
- CHEK
- Check
- DCHK
- Check
- LECB
- Phone Bill Billing
- BILL
- Billing
- COMP
- Complimentary
- PREPAY
- Prepaid Card
For all of the (enabled) previous pay methods: Values will be "method"_something
- _payinfo
- Card number
- PO Number (for BILL)
- Approved by (for COMP)
- _payinfo1
- _payinfo2
- _payname
- Name on the card
- _paystate
- _paytype
- _paycvv
- CCV2 #
- _month
- Expiry Month
- _year
- Expiry Year
- _type
- CARD type, eg, Visa
Address
A prefix of ship_ is for shipping address info. Otherwise, it's billing (or both if shipping addresses are not enabled)
- last
- Customer last name
- first
- Customer First name
- company
- Company Name
- address1
- Mailing address, line 1
- address2
- Mailing address, line 2
- city
- City
- county
- County
- state
- State
- zip
- ZIP code or postal code
- country
- Country
- daytime
- Day time phone number
- night
- Night time phone number
- fax
- Fax number