Lookup Transaction Status
Lookup Transaction Status
Description
Lookup the status of a transaction using either the transaction_id or panelist_id/project_id combination.
Request URL
Prodege Base URL + /lookup-transaction-status
Request Method
POST
Request Parameters
Parameter Name
Parameter Type
Description
Required?
apik
String
Your API Key.
Yes
prodege_project_id
Numeric
The ID that uniquely identifies this project in the Prodege system.
No
panelist_id
Numeric
Panelist ID
No
transaction_id
Numeric
Transaction ID
No
Response Parameters
Parameter Name
Parameter Type
Required?
return_status
String
The return status for this api call
transaction_status
String
Possible values: "Click", "Complete", "Over Quota", "Disqualification"
project_id
Numeric
The id that uniquely identifies this project
cpi
Numeric
Cost of the transaction
click_cpi
Numeric
Cost of the transaction. Only set when the transaction_status is "Click".
final_loi
Numeric
Length of interview
Last updated