Transaction Completion (Redirect)

Transaction Completion

Description

This client-side redirect notifies Prodege when a panelist has finished a project, either successfully as a Complete or unsuccessfully as a DQ or OQ. It also redirects the panelist to the appropriate Prodege end page. For a server-to-server alternative, refer to the Register Completion endpoint.

Request URL

Prod: https://www.swagbucks.com/prodegemr/transaction-completion

Staging: https://prodegemr.sbxqa.com/prodegemr/transaction-completion

Important Note for Redirects: When redirecting users to this endpoint, as well as when making calls to any other endpoint, please be sure to utilize the secure HTTPS protocol. Using HTTP may lead to compatibility issues, especially on mobile devices, and is not recommended for a seamless experience.

Request Method

GET (Redirect)

Request Parameters

Parameter Name

Parameter Type

Description

Required?

apik

String

Your API Key.

Yes

signature

String

The signature of your request (see Authentication).

Yes

transaction_id

Numeric

Transaction ID

Yes

completion_type

Numeric

The status of the transaction. Set to 1 for Success, 2 for Overquota, 3 for Disqualification, 7 for Quality Termination.

Last updated