ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
* = RequiredForm Post URLhttps://[=Your Affiliate Center URL=]/welcome/customsignup.aspx
3
** = Conditional Requirement
4
5
FormField Name (Not Case Sensitive)Max Field LengthAcceptable ValuesField Type(s)
6
FirstName*50text*NOTE - If any Optional Fields are required on the Affiliate Center Customization page, they will also be required for Posting using these instructions.
7
LastName*50text
8
EmailAddress*255text
9
SuccessUrl*255Hidden Field
10
FailureUrl*255Hidden Field
11
Company101text
12
Address150text
13
Address250text
14
City50text
15
State2Only for US States. Two digit state code. Must be all caps. (e.g. California would be "CA")Drop down
16
Province50text
17
CountryCode2See "Country Codes" Tab in this Excel DocumentDrop down
18
PostalCode10text
19
Phone30text
20
Fax30text
21
Password30password
22
BusinessTypeId1value="1" for Email value="2" for Banner value="3" for Print value="4" for Other value="5" for Network value="6" for Search value="7" for Co-RegDrop down
23
CompanyWebSiteUrl100text
24
BusinessDescription250text
25
TaxId_SSN25text
26
SuppressEmail1value="1" to suppress email (the application signup email will NOT be sent) Any other value or blank WILL send the application submitted email.text
27
SuppressAutoApprovalEmail1value="1" to suppress email (the application approved email will NOT be sent) Any other value or blank WILL send the application submitted email.text
28
SAFID50Associate refereed affiliates to the referring affiliateNumber
29
AAAAuto-Approve-Application passwordtext
30
UID**User ID found within the user rights section. Required if using AAAtext
31
PostNewIdLinkTrust will return the AFID back upon a successfully Auto Approved affiliate. Accepted values are true/false. *Only use when Auto Approving affiliates.*text
32
SendPaymentTo7value="Company" value="Contact"Drop down
33
PaymentType1(Check: value="1") (PayPal value="2") (Direct Deposit: value="3") (Wire: value="4") (Payoneer: value="5") (PayQuicker: value="6") (Entropay: value="7")Drop down
34
PaypalEmail**255Required if PaymentType=PayPal (2)text
35
BankRoutingNumber**50Required if PaymentType=DirectDeposit (3)text
36
BankName**15Required if PaymentType=DirectDeposit (3)text
37
BankAddress**255Required if PaymentType=DirectDeposit (3)text
38
BankAccountName**15Required if PaymentType=DirectDeposit (3)text
39
BankAccountNumber**50Required if PaymentType=DirectDeposit (3)text
40
BankRoutingNumber**50Required if PaymentType=Wire (4)text
41
BankName**15Required if PaymentType=Wire (4)text
42
BankAddress**255Required if PaymentType=Wire (4)text
43
BankAccountNumber**50Required if PaymentType=Wire (4)text
44
BankAccountName**15Required if PaymentType=Wire (4)text
45
SwiftCode**50Required if PaymentType=Wire (4)text
46
PaymentEmail**255Required if PaymentType=Payquicker (6) or Entopay (7)text
47
AltID100Can NOT use the following: ' , " ; : ?text
48
AdditionalData1255text
49
AdditionalData2255text
50
IMNetworkTypeId1(AIM: value="1") (Yahoo: Value="2") (MSN: value="3") (Skype: value="4") (Google: value="5")Drop down
51
IMAddress255text
52
Source50"How did you hear about us?" Dropdown on default affiliate signup page.Drop down or Text
53
54
55
An Example Form Post:
56
ERROR HANDLING
57
1 = Required field missing
58
2 = Invalid email address
59
3 = Value not recognized
60
4 = Unexpected error
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100