PureSpectrum
PureSpectrum websiteHelp center
PureSpectrum websiteHelp center
  1. Transactions
  • Back to home
  • API Reference
  • Feasibility
    • Feasibility & Pricing
  • Attributes
    • Get attribute (V3)
    • Get attributes (V3)
  • Surveys
    • Create survey
    • Get similar surveys
    • Create group multi-country surveys
    • Update survey
    • Update survey
    • Update survey status
    • Update offer price
    • Update group multi-country surveys
    • Get survey information
    • Get survey status
    • Get survey performance
    • Get list of all surveys
    • Surveys health status
    • Pacing details
    • Delete survey
  • Qualifications
    • Add qualification
    • Update qualification
    • Get qualification information
    • Get all qualifications
    • Delete qualification
  • Quotas
    • Add quota
    • Update quota
    • Update quota
    • Get quota information
    • Get quota performance
    • Delete quota
  • Survey group exclusions
    • Create exclusion group
    • Update exclusion group
    • Get exclusion group information
    • Delete exclusion group
  • Respondent inclusion / exclusion
    • Add a PSIDref list to a survey
    • Update a PSIDref for survey
    • Get PSIDref list for survey
  • Supplier management
    • Create supplier blend
    • Update the list of suppliers for a survey
    • Get list of available suppliers in a locale
    • Get list of available suppliers for a survey
    • Get list of supplier blends
  • Traffic Channels
    • Create traffic channel
    • Get a list of traffic channels
  • Transactions
    • Update status of transaction (V2)
      POST
    • Update status of transaction (V3)
      POST
    • Register transaction as complete
      POST
    • Get transaction status (V3)
      GET
    • Get transaction info (V3)
      GET
    • Get transactions info for a survey ID (V3)
      GET
  • Reconciliation
    • Survey reconciliation
    • Multi survey reconciliation
    • Get status of a reconciliation request
    • Get reconciliation status for an adjustment ID
  • PureText
    • PureText Open-ended (OE) check (V3)
  • Activity logs
    • Get activity logs
    • Get events
  • Templates
    • Get survey templates
  1. Transactions

Update status of transaction (V2)

POST
/surveys/{SURVEY_ID}/transactions/{TRANSACTION_ID}/status
Last modified:2025-10-05 17:11:47

Description#

If this endpoint is called, and the respondent is later redirected to PureSpectrum via the /surveydone redirect, the status of the original API call will be trusted as the source of truth.
For example - the API call is made with st=18 (termination), but the respondent is redirected later with st=21 (complete), we will continue to recognize the transaction as a termination.
Transaction can be changed only if is on these 3 states:
Buyer side in progress
Buyer drop
PS LOI Threshold Failure
This endpoint is using the V2 version of the Buyer API.
Staging: https://staging.spectrumsurveys.com/buyers/v2
Production: https://api.spectrumsurveys.com/buyers/v2
Although the V2 version is still operational, there a new V3 version that returns a faster response and additional useful information in the response body. Update status of transaction (V3)

Request

Authorization
Add parameter in header
access-token
Example:
access-token: ********************
Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Go
PHP
Python
C#
Ruby
Request Request Example
Shell
JavaScript
Java
Go
curl --location --request POST 'https://staging.spectrumsurveys.com/buyers/v2/surveys//transactions//status?st=21&quota_id=qb1' \
--header 'access-token: <api-key>'

Responses

🟢200Success
This response does not have a body.
🟠400Bad Request
🔴500Server Error
Modified at 2025-10-05 17:11:47
Previous
Transactions
Next
Update status of transaction (V3)