Reactivation

The Reactivation operation uses the base path https://srs.segpay.com/MerchantServices/

The Reactivation operation retrieves a pay page link for a canceled or expired subscription that is eligible for a reactivation offer. You can provide this link to your consumer, and the link directs them to a Segpay pay page where they can reactivate their subscription.

Endpoint: https://srs.segpay.com/MerchantServices/Reactivation

Request

GET
https://srs.segpay.com/merchantservices/Reactivation?purchaseid=string&UserID=string&UserAccessKey=string

Parameters

Parameter Type Required Description
UserID string Yes Your username to access Segpay Reporting Service (SRS).
UserAccessKey string Yes Your unique key to access Segpay Reporting Service (SRS).
purchaseid string Yes Purchase ID of the consumer's canceled or expired subscription.

System Responses

After submitting the request, the system sends one of the following responses:

Response Description
Success The system returns a reactivation pay page URL that you can provide to your consumer.
Invalid user name or password

Could mean: the UserID or UserAccessKey is incorrect, or the purchaseid is invalid or not eligible for reactivation.

You must include all the values for reactivation One or more required parameters are missing from the request.

Sample Response

A successful request returns a reactivation pay page URL:

<string>https://secure2.segpay.com/reactivation?tguid=89fc5cf7-fa5b-4b59-8ac8-b4200147018a&sprs=ms</string>