Exclusive PingPost Specification |
Shared PingPost Specification
Demo operates on a directpost or pingpost system for education leads.
You send your Lead data,HTTP, XML or JSON formatted, in the body of an HTTP POST request.
The XML consists of 4 sections of interest:
- LeadData: general parameters needed to communicate with the API.
- AffiliateData: describes you, your sources and the way you want the API to respond.
- ContactData: information regarding the requester.
- QuoteRequest: holding information specific to the requested product.
Fixed pricing and
Minimum required pricing are supported. These need to be discussed with our account manager.
Format
<LeadData Target="Lead.Insert" Partner="xxx" Password="ppp" RequestTime="YYYY-mm-dd HH:MM:SS" UserAgent="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" OriginalURL="http://www.exampleURL.com" SessionLength="7" TransactionId="3A015A43-CD25-4EF5-BD82-5C19C1F40408" TCPAText="tcpa">
You receive the following parameters from our account manager:
Target is the way you want to post us your lead.
Lead.Insert means inserting the lead as a direct post
Lead.Ping means ping us the lead (and a lot of contact data isn't mandatory then)
Lead.Post means post us the lead (after sending us a ping first) and then the transactionId field is mantory. The transactionId you receive from us with the ping response.
RequestTime equals the time the request was issued (Format "YYYY-mm-dd HH:MM:SS")
Remark: all dates in the XML request are in this format.
UserAgent is a string that identifies the user's internet browser or other tools from which the lead was sent, this field is not mandatory.
OriginalURL is the URL of the original source, this field is not mandatory.
SessionLength is how long a user spent on a form before submitting (in seconds), this field is not mandatory
TransactionId Can be the TransactionId of your tracking system or when working with us via ping/post tree it is the transactionId you receive from us on the ping and then this field is mandatory when posting a lead afer a ping transaction.
TCPA is the compliancy text a user must agree to according to the Telephone Consumer Protection Act before submitting. For instance: "By clicking Get My Quotes, I authorize security companies, their dealers and partner companies to contact me about security offers by phone calls and text messages to the number I provided. I authorize that these marketing communications may be delivered to me using an automatic telephone dialing system or by prerecorded message. I understand that my consent is not a condition of purchase". TCPA field is not mandatory.
Format
<AffiliateData Id="<YourAffiliateId>" OfferId="<YourOfferIdId>" SubId="<affSub>" Sub2Id="<affSub2>" Sub3Id="<affSub3>" Sub4Id="<affSub4>" Sub5Id="<affSub5>" Source="zzz" VerifyAddress="false" RespondOnNoSale="true" SellResponseURL="YourURL" LeadId="" TrustedForm="" ClickConsentID="" PageId="" />
You receive the following parameters from our account manager:
The following parameters need to be discussed with our account manager:
LeadId is not mandatory and can be omitted or left empty when not used.
TrustedForm is not mandatory and can be omitted or left empty when not used.
ClickConsentId is not mandatory and can be omitted or left empty when not used.
pageId is not mandatory and can be omitted or left empty when not used.
VerifyAddress (Not mandatory, default = False)
When VerifyAddress is True, any verification errors that occur during Address verification will be passed back to you and the LeadInsert will NOT succeed.
The API will remember the Address data of your request, so when the Lead is reissued to the API, updated parts will be merged with the intial data and
processing continues without further address verification. If no other errors are encountered, the Lead will now pass.
This functionality creates the possibility for your users to edit input errors. The following verification errors could be returned:
- Address information provided is incomplete or invalid
- Address information is incomplete: please add unit or apt number
- Phone number provided is invalid
- Phone number provided seems to be invalid
- Contact information provided is invalid
Should multiple errors be encountered, they will be reported separated by a '|' character.
E.G. Address information provided is incomplete or invalid|Phone number provided seems to be invalid
RespondOnNoSale (Not mandatory, default = True)
When this is set to False, the API will NOT perform a callback to your SellResponseURL in case we could not sell the LEAD.
In case we could sell the Lead we will always perform a callback on your SellResponseURL (unless your SellResponseURL is not specified).
SellResponseURL (aka Post back url / S2S pixel) (Not mandatory, default = "")
If not empty, this is the URL, that you specify, that will be called by the API to inform you about the final results of the posted Lead.
We can provide information in the callback regarding TransactionID, Payout, Result, Reason and Sub2ID.
There are 2 ways, depending on the SellResponseURL you specify: 'standard' and 'with variables'.
In 'standard' we defined the lay-out. In 'with variables' you define the layout using our variable labels enclosed in curly brackets {}.
We will only return the variables that you specify.
standard: {SellResponseURL}TransactionId={transactionid}&Payout={payout}&Result={Result}&Reason={Reason}&Sub2ID={sub2id}
with variables: {SellResponseURL}yourvar={transactionid}&yourvar={payout}&yourvar={Result}&yourvar={Reason}&yourvar={sub2id}
The reason will only be filled in case of a NoSale and can be one of the following:
- Duplicate
- Contact information invalid
- Unable to monetize
example NoSale standard:
http://{yourserver/yourscript}?TransactionId=5B5E55EF-5D8F-4955-8C75-D1DB4EE4FA48&Payout=0.00&Result=NotSold&Reason=Unable to monetize&Sub2ID=x11d
example Sale standard:
http://{yourserver/yourscript}?TransactionId=5B5E55EF-5D8F-4955-8C75-D1DB4EE4FA48&Payout=12.50&Result=Sold&Sub2ID=x11d
example NoSale with variables (SellResponseURL="http://Server1/SellResp?T={transactionid}&Money={payout}&Err={Reason}&"):
http://Server1/SellResp?T=5B5E55EF-5D8F-4955-8C75-D1DB4EE4FA48&Money=0.00&Err=Unable to monetize&
example Sale with variables (SellResponseURL="http://Server1/SellResp?T={transactionid}&Money={payout}&Err={Reason}&"):
http://Server1/SellResp?T=5B5E55EF-5D8F-4955-8C75-D1DB4EE4FA48&Money=12.50&Err=&
Please see the example below for the specifics. All clickable values refer to a list of values that you must choose from.
Pass Back is a general mechanism supported by PX to return specific Buyer responses on successful Post to the form.
For now, it is Redirect URL and Buyer Raw Response, but it can be any other value (Buyer Email, Buyer Phone, Unique discount code, etc.) in the future.
<QuoteRequest QuoteType="education" PassBack="True">
With adding the Passback="True" to the QuoteRequest you will enable the "Passback" functionality of PX.
More information about how to use this you can find .
An example with a vertical definition can by found here.
Selected Buyers is a general mechanism supported by PX to return specific Buyers that are interested in buying the lead.
<QuoteRequest QuoteType="education" QuoteFlow="SelectedBuyers">
With adding the QuoteFlow="SelectedBuyers" to the QuoteRequest you will enable this functionality of PX.
- Send in your lead with QuoteFlow="SelectedBuyers"
PX will respond with a list of Buyers that are willing in buying this lead.
- Send in the whole lead again but this time include the Buyers you want to send this lead to and PX will only offer the lead to the buyers in this list.
It is possible to skip STEP 1 and directly send PX the buyer list.
An example with a vertical definition can be found
here.
URL: http://api.pxdemo.px.com/px
- You send us a lead XML post
- You parse the directpost response
- You create a web page that can handle our sell response
Please also see our knowledge base for Ping Post Instructions
URL: http://api.pxdemo.px.com/px
- You send us a XML/JSON Ping Request
- You send us a XML/JSON Post Request
<
?xml version="1.0" encoding="utf-8"?>
<
LeadData Target="Lead.Ping" Partner="PUB_LOGIN_HERE" Password="PUB_PASSWORD_HERE" RequestTime="2016-06-09 14:58:36" UserAgent="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" OriginalURL="YOUR_URL_HERE" SessionLength="7" TCPAText="TCPA_TEXT_HERE" >
<
!-- Your own AffiliateData all values are mandatory except the last 3--> <
!-- LeadId can be empty or omitted when not used -->
<
AffiliateData Id="PUB_ID_HERE" OfferId="OFFER_ID_HERE" SubId="SUBID_HERE" Sub2Id="" Sub3Id="" Sub4Id="" Sub5Id="" Source="" VerifyAddress="false" RespondOnNoSale="true" SellResponseURL="" LeadId="" TrustedForm="" ClickConsentID="" />
<
ContactData>
<
State>(State)<
/State>
<
ZIPCode>(ZipCode)<
/ZIPCode>
<
IPAddress>255.255.255.255<
/IPAddress>
<
/ContactData>
<
QuoteRequest QuoteType="Education" >
<
Persons>
<
Person>
<
BirthDate>(BirthDate)<
/BirthDate>
<
Gender>(Gender)<
/Gender>
<
/Person>
<
/Persons>
<
Educations>
<
Education>
<
Campus>Campus<
/Campus> <
!--not mandatory, maxlength 255 -->
<
Program>Program<
/Program><
!--not mandatory, maxlength 255 -->
<
GraduationYear>1980<
/GraduationYear><
!--not mandatory, numbers -->
<
LikelyToEnrollNext6Months>
Very likely<
/LikelyToEnrollNext6Months> <
!--not mandatory, list -->
<
AreaOfInterest>
Business<
/AreaOfInterest> <
!--not mandatory, list -->
<
Subject>
Accounting and finance<
/Subject> <
!--not mandatory, list -->
<
TimeToEnroll>
Immediately<
/TimeToEnroll> <
!--not mandatory, list -->
<
CampusOrientation>
Campus<
/CampusOrientation> <
!--not mandatory, list -->
<
GPA>4.0<
/GPA><
!-- not mandatory -->
<
BestTimeToContact>10:00 AM<
/BestTimeToContact><
!-- not mandatory -->
<
CurrentlyEnrolled>
No<
/CurrentlyEnrolled> <
!-- not mandatory, list -->
<
/Education>
<
/Educations>
<
CustomField1>Free text<
/CustomField1><
!-- not mandatory max length 512-->
<
CustomField2>Free text<
/CustomField2><
!-- not mandatory max length 512-->
<
CustomField3>Free text<
/CustomField3><
!-- not mandatory max length 512-->
<
CustomField4>Free text<
/CustomField4><
!-- not mandatory max length 512-->
<
CustomField5>Free text<
/CustomField5><
!-- not mandatory max length 512-->
<
CustomField6>Free text<
/CustomField6><
!-- not mandatory max length 512-->
<
CustomField7>Free text<
/CustomField7><
!-- not mandatory max length 512-->
<
CustomField8>Free text<
/CustomField8><
!-- not mandatory max length 512-->
<
CustomField9>Free text<
/CustomField9><
!-- not mandatory max length 512-->
<
CustomField10>Free text<
/CustomField10><
!-- not mandatory max length 512-->
<
/QuoteRequest>
<
/LeadData>
Please remember for a post (Target="Lead.Post") to change the following:
- <LeadData >
- And add the attribute transactionId to the leaddata node: <LeadData >
<
?xml version="1.0" encoding="utf-8"?>
<
LeadData Target="Lead.Insert" Partner="PUB_LOGIN_HERE" Password="PUB_PASSWORD_HERE" RequestTime="2016-06-09 14:58:36" UserAgent="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36" OriginalURL="YOUR_URL_HERE" SessionLength="7" TCPAText="TCPA_TEXT_HERE" >
<
!-- Your own AffiliateData all values are mandatory except the last 3--> <
!-- LeadId can be empty or omitted when not used -->
<
AffiliateData Id="PUB_ID_HERE" OfferId="OFFER_ID_HERE" SubId="SUBID_HERE" Sub2Id="" Sub3Id="" Sub4Id="" Sub5Id="" Source="" VerifyAddress="false" RespondOnNoSale="true" SellResponseURL="" LeadId="" TrustedForm="" ClickConsentID="" />
<
ContactData>
<
FirstName>John<
/FirstName> <
!-- mandatory -->
<
LastName>Doe<
/LastName> <
!-- mandatory -->
<
Address>1 Little West 12th<
/Address> <
!--not mandatory -->
<
City>New York<
/City> <
!-- not mandatory -->
<
State>NY<
/State> <
!-- not mandatory -->
<
ZIPCode>10014<
/ZIPCode> <
!-- not mandatory -->
<
EmailAddress>testlead@somedomain.com<
/EmailAddress> <
!-- mandatory -->
<
PhoneNumber>6367171795<
/PhoneNumber> <
!-- mandatory -->
<
DayPhoneNumber>6367171795<
/DayPhoneNumber> <
!-- not mandatory -->
<
IPAddress>255.255.255.255<
/IPAddress> <
!--mandatory -->
<
/ContactData>
<
QuoteRequest QuoteType="Education" >
<
Persons>
<
Person>
<
FirstName>John<
/FirstName> <
!-- mandatory -->
<
LastName>Doe<
/LastName> <
!-- mandatory -->
<
Gender>Male<
/Gender> <
!-- not mandatory --> <
!-- Male / Female / Unspecified -->
<
BirthDate>1980-12-09<
/BirthDate> <
!-- mandatory -->
<
CreditRating>
Excellent<
/CreditRating> <
!--not mandatory -->
<
EdmcEligible>
No<
/EdmcEligible><
!-- mandatory -->
<
HighestEducation>
Associate's Degree<
/HighestEducation><
!-- mandatory -->
<
EducationInterest>
Yes<
/EducationInterest> <
!-- not mandatory - defaulted to maybe -->
<
/Person>
<
/Persons>
<
Educations>
<
Education>
<
Campus>Campus<
/Campus> <
!--not mandatory, maxlength 255 -->
<
Program>Program<
/Program><
!--not mandatory, maxlength 255 -->
<
GraduationYear>1980<
/GraduationYear><
!--not mandatory, numbers -->
<
LikelyToEnrollNext6Months>
Very likely<
/LikelyToEnrollNext6Months> <
!--not mandatory, list -->
<
AreaOfInterest>
Business<
/AreaOfInterest> <
!--not mandatory, list -->
<
Subject>
Accounting and finance<
/Subject> <
!--not mandatory, list -->
<
TimeToEnroll>
Immediately<
/TimeToEnroll> <
!--not mandatory, list -->
<
CampusOrientation>
Campus<
/CampusOrientation> <
!--not mandatory, list -->
<
GPA>4.0<
/GPA><
!-- not mandatory -->
<
BestTimeToContact>10:00 AM<
/BestTimeToContact><
!-- not mandatory -->
<
CurrentlyEnrolled>
No<
/CurrentlyEnrolled> <
!-- not mandatory, list -->
<
/Education>
<
/Educations>
<
CustomField1>Free text<
/CustomField1><
!-- not mandatory max length 512-->
<
CustomField2>Free text<
/CustomField2><
!-- not mandatory max length 512-->
<
CustomField3>Free text<
/CustomField3><
!-- not mandatory max length 512-->
<
CustomField4>Free text<
/CustomField4><
!-- not mandatory max length 512-->
<
CustomField5>Free text<
/CustomField5><
!-- not mandatory max length 512-->
<
CustomField6>Free text<
/CustomField6><
!-- not mandatory max length 512-->
<
CustomField7>Free text<
/CustomField7><
!-- not mandatory max length 512-->
<
CustomField8>Free text<
/CustomField8><
!-- not mandatory max length 512-->
<
CustomField9>Free text<
/CustomField9><
!-- not mandatory max length 512-->
<
CustomField10>Free text<
/CustomField10><
!-- not mandatory max length 512-->
<
/QuoteRequest>
<
/LeadData>
{
"type": "jsonwsp/request",
"version": "1.0",
"methodname": "Lead.Ping",
"LeadData": {
"Target": "Lead.Ping",
"Partner": "PUB_LOGIN_HERE",
"Password": "PUB_PASSWORD_HERE",
"RequestTime": "2016-06-09 14:58:36",
"UserAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36",
"OriginalURL": "YOUR_URL_HERE",
"SessionLength": "7",
"TCPAText": "TCPA_TEXT_HERE",
"AffiliateData": {
"Id": "PUB_ID_HERE",
"OfferId": "OFFER_ID_HERE",
"SubId": "SUBID_HERE",
"Sub2Id": "",
"Sub3Id": "",
"Sub4Id": "",
"Sub5Id": "",
"Source": "",
"VerifyAddress": "false",
"RespondOnNoSale": "true",
"SellResponseURL": "",
"LeadId": "",
"TrustedForm": "",
"ClickConsentID": ""
},
"ContactData": {
"State": "(State)",
"ZIPCode": "(ZipCode)",
"IPAddress": "255.255.255.255"
},
"QuoteRequest": {
"QuoteType": "Education",
"Persons": {
"Person": {
"BirthDate": "(BirthDate)",
"Gender": "(Gender)"
}
},
"Educations": {
"Education": {
"Campus": "Campus",
"Program": "Program",
"GraduationYear": "1980",
"LikelyToEnrollNext6Months": "
Very likely",
"AreaOfInterest": "
Business",
"Subject": "
Accounting and finance",
"TimeToEnroll": "
Immediately",
"CampusOrientation": "
Campus",
"GPA": "4.0",
"BestTimeToContact": "10:00 AM",
"CurrentlyEnrolled": "
No"
}
},
"CustomField1": "Free text",
"CustomField2": "Free text",
"CustomField3": "Free text",
"CustomField4": "Free text",
"CustomField5": "Free text",
"CustomField6": "Free text",
"CustomField7": "Free text",
"CustomField8": "Free text",
"CustomField9": "Free text",
"CustomField10": "Free text"
}
}
}
Please remember for a post ("Target" : "Lead.Post",) to change the following:
- And add transactionId
{
"type": "jsonwsp/request",
"version": "1.0",
"methodname": "Lead.Insert",
"LeadData": {
"Target": "Lead.Insert",
"Partner": "PUB_LOGIN_HERE",
"Password": "PUB_PASSWORD_HERE",
"RequestTime": "2016-06-09 14:58:36",
"UserAgent": "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36",
"OriginalURL": "YOUR_URL_HERE",
"SessionLength": "7",
"TCPAText": "TCPA_TEXT_HERE",
"AffiliateData": {
"Id": "PUB_ID_HERE",
"OfferId": "OFFER_ID_HERE",
"SubId": "SUBID_HERE",
"Sub2Id": "",
"Sub3Id": "",
"Sub4Id": "",
"Sub5Id": "",
"Source": "",
"VerifyAddress": "false",
"RespondOnNoSale": "true",
"SellResponseURL": "",
"LeadId": "",
"TrustedForm": "",
"ClickConsentID": ""
},
"ContactData": {
"FirstName": "John",
"LastName": "Doe",
"Address": "1 Little West 12th",
"City": "New York",
"State": "NY",
"ZIPCode": "10014",
"EmailAddress": "testlead@somedomain.com",
"PhoneNumber": "6367171795",
"DayPhoneNumber": "6367171795",
"IPAddress": "255.255.255.255"
},
"QuoteRequest": {
"QuoteType": "Education",
"Persons": {
"Person": {
"FirstName": "John",
"LastName": "Doe",
"Gender": "Male",
"BirthDate": "1980-12-09",
"CreditRating": "
Excellent",
"EdmcEligible": "
No",
"HighestEducation": "
Associate's Degree",
"EducationInterest": "
Yes"
}
},
"Educations": {
"Education": {
"Campus": "Campus",
"Program": "Program",
"GraduationYear": "1980",
"LikelyToEnrollNext6Months": "
Very likely",
"AreaOfInterest": "
Business",
"Subject": "
Accounting and finance",
"TimeToEnroll": "
Immediately",
"CampusOrientation": "
Campus",
"GPA": "4.0",
"BestTimeToContact": "10:00 AM",
"CurrentlyEnrolled": "
No"
}
},
"CustomField1": "Free text",
"CustomField2": "Free text",
"CustomField3": "Free text",
"CustomField4": "Free text",
"CustomField5": "Free text",
"CustomField6": "Free text",
"CustomField7": "Free text",
"CustomField8": "Free text",
"CustomField9": "Free text",
"CustomField10": "Free text"
}
}
}
Command=HTTPPost&Target=Lead.Insert&PartnerToken=xxxxx&RequestTime=2016-06-09 14:58:36&UserAgent=Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36&
OriginalURL=YOUR_URL_HERE&SessionLength=7&TCPAText=TCPA_TEXT_HERE&AffiliateData.Id=PUB_ID_HERE&AffiliateData.OfferId=OFFER_ID_HERE&
AffiliateData.SubId=SUBID_HERE&AffiliateData.Sub2Id=&AffiliateData.Sub3Id=&AffiliateData.Sub4Id=&AffiliateData.Sub5Id=&AffiliateData.Source=&AffiliateData.VerifyAddress=false&
AffiliateData.RespondOnNoSale=true&AffiliateData.SellResponseURL=&AffiliateData.LeadId=&AffiliateData.TrustedForm=&AffiliateData.ClickConsentID=&ContactData.FirstName=John&
ContactData.LastName=Doe&ContactData.Address=1 Little West 12th&ContactData.City=New York&ContactData.State=NY&ContactData.ZIPCode=10014&ContactData.EmailAddress=testlead@somedomain.com&
ContactData.PhoneNumber=6367171795&ContactData.DayPhoneNumber=6367171795&ContactData.IPAddress=255.255.255.255&QuoteRequest.QuoteType=Education&
QuoteRequest.Persons.Person.FirstName=John&QuoteRequest.Persons.Person.LastName=Doe&QuoteRequest.Persons.Person.Gender=Male&QuoteRequest.Persons.Person.BirthDate=1980-12-09&
QuoteRequest.Persons.Person.CreditRating=
Excellent&QuoteRequest.Persons.Person.EdmcEligible=
No&
QuoteRequest.Persons.Person.HighestEducation=
Associate's Degree&QuoteRequest.Persons.Person.EducationInterest=
Yes&
QuoteRequest.Educations.Education.Campus=Campus&QuoteRequest.Educations.Education.Program=Program&QuoteRequest.Educations.Education.GraduationYear=1980&
QuoteRequest.Educations.Education.LikelyToEnrollNext6Months=
Very likely&
QuoteRequest.Educations.Education.AreaOfInterest=
Business&QuoteRequest.Educations.Education.Subject=
Accounting and finance&
QuoteRequest.Educations.Education.TimeToEnroll=
Immediately&QuoteRequest.Educations.Education.CampusOrientation=
Campus&
QuoteRequest.Educations.Education.GPA=4.0&QuoteRequest.Educations.Education.BestTimeToContact=10:00 AM&QuoteRequest.Educations.Education.CurrentlyEnrolled=
No&
QuoteRequest.CustomField1=Free text&QuoteRequest.CustomField2=Free text&QuoteRequest.CustomField3=Free text&QuoteRequest.CustomField4=Free text&QuoteRequest.CustomField5=Free text&
QuoteRequest.CustomField6=Free text&QuoteRequest.CustomField7=Free text&QuoteRequest.CustomField8=Free text&QuoteRequest.CustomField9=Free text&QuoteRequest.CustomField10=Free text
back
Business
Career
Computer
Education
Healthcare
Humanities
Science
Social science
back
Campus
Online
Either
back
Excellent
Good
Some Problems
Major Problems
back
No
Yes
back
No
Yes
back
Yes
No
Maybe
back
No
back
Associate's Degree
Bachelor's Degree
Doctoral Degree
High School Diploma/GED
Master's Degree
No High School Diploma or GED
Some College
Trade School/Certificate
back
Very likely
Not likely
Likely
back
Accounting and finance
Applied management
Business administration and MBA
Business communications
Business information systems
Business leadership
Conflict management
eBusiness and eCommerce
Economics
Finance
Healthcare management
Hotel and hospitality management
Human resources
International business
Management
Marketing
Operations and project management
Operations management
Organizational management
Real estate
Risk management
Small business management
Sports management
back
Immediately
1-3 months
4-6months
6+ month
back
AL (Alabama)
AK (Alaska)
AZ (Arizona)
AR (Arkansas)
CA (California)
CO (Colorado)
CT (Connecticut)
DE (Delaware)
DC (District of Columbia)
FL (Florida)
GA (Georgia)
HI (Hawaii)
ID (Idaho)
IL (Illinois)
IN (Indiana)
IA (Iowa)
KS (Kansas)
KY (Kentucky)
LA (Louisiana)
ME (Maine)
MD (Maryland)
MA (Massachusetts)
MI (Michigan)
MN (Minnesota)
MS (Mississippi)
MO (Missouri)
MT (Montana)
NE (Nebraska)
NV (Nevada)
NH (New Hampshire)
NJ (New Jersey)
NM (New Mexico)
NY (New York)
NC (North Carolina)
ND (North Dakota)
OH (Ohio)
OK (Oklahoma)
OR (Oregon)
PA (Pennsylvania)
RI (Rhode Island)
SC (South Carolina)
SD (South Dakota)
TN (Tennessee)
TX (Texas)
UT (Utah)
VT (Vermont)
VA (Virginia)
WA (Washington)
WV (West Virginia)
WI (Wisconsin)
WY (Wyoming)
<
?xml version="1.0" encoding="utf-8"?>
<
Response>
<
Result Value="BaeOK">
<
TransactionId>3A015A43-CD25-4EF5-BD82-5C19C1F40408<
/TransactionId>
<
/Result>
<
/Response>
<
?xml version="1.0" encoding="utf-8"?>
<
Response>
<
Result Value="BaeNOK">
<
Error>
<
Reason>Invalid PhoneNumber.<
/Reason>
<
Param>PhoneNumber<
/Param>
<
ExtraInfo>Param=PhoneNumber, Value=333795, Error=Number bad format.<
/ExtraInfo>
<
/Error>
<
/Result>
<
/Response>
{
"Result":"BaeOK",
"TransactionId":"8DF593E1-66CC-4F6C-B4FE-471108C86FAC"
}
{
"Result":"BaeNOK",
"Reason":"Parameter value does not pass check.",
"Param":"PhoneNumber",
"ExtraInfo":"Param=PhoneNumber, Value=333795, Check=USPhone."
}
- Partner login Failed, API access denied.
- Invalid EmailAddress.
- Value does not pass the check.
You will receive information which values aren't correct.
- Mandatory parameter is missing.
You will receive information which parameters are missing.
- Invalid or missing parameter value.You will receive information which parameters are missing.
back
We do an HTTP GET Request to a URL on your server.
?TransactionId=D9562D0D-950F-4F86-B102-A225E8D2E2A3&Payout=10.54&Result=Sold
?TransactionId=D9562D0D-950F-4F86-B102-A225E8D2E2A3&Payout=0.00&Result=NotSold