Displaying Price Points
Change how your Segpay payment page displays your Price Points by modifying specific parameters for your Base URL (also called the "package URL"). This page shows examples of using parameters to display the Price Points you want consumers to see.
Show All Price Points
This example shows how to display all your price points in a drop-down list from which your consumers can choose.
Example Request:
https://secure2.segpay.com/billing/poset.cgi?x-eticketid=######:####
Example Result:
You don't have to add parameters to the Base URL if multiple Price Points are assigned to it.
Show Some Price Points
This example shows how to display Price Points you select for consumers to see instead of showing all price points.
Example Request:
https://secure2.segpay.com/billing/poset.cgi?x-eticketid=######:####&pplist=3068,13925
Note that the parameter, pplist
, is added to the Base URL followed by the price point IDs: &pplist=3068,13925
-
Each Price Point ID must be separated by a comma
-
The ID shown after the colon represents the default Price Point shown to the consumer
-
To find your Price Point IDs in the Merchant Portal, go to My Websites > Price Points
Example Result:
Show Only One Price Point
This example shows how to display a single Price Point to your consumers.
Example Request:
https://secure2.segpay.com/billing/poset.cgi?x-eticketid=######:13925&ppviewoption=2
Note that the parameter, ppviewoption
, is added to the package URL using this format: &ppviewoption=2
The ID shown after the colon represents the Price Point shown to the consumer.
Example Result:
Use Radio Buttons
If you don't want to use a drop-down list to display your Price Points, you can use radio buttons instead by using the ppviewtype
parameter.
Example Request:
https://secure2.segpay.com/billing/poset.cgi?x-eticketid=######:####&ppviewtype=2
Note that &ppviewtype=2 is added to the Base URL to list Price Points with radio buttons.
Example Result:
Show Limited List Using Radio Buttons
This example shows how to display a limited list of your Price Points using radio buttons.
Example Request:
https://secure2.segpay.com/billing/poset.cgi?x-eticketid=######:####&pplist=3068,13925&ppviewtype=2
To display only certain Price Points using radio buttons, you must combine &pplist with &ppviewtype=2.
Example Result: