Plans displayed on Hosted Page

Ishu Gupta's Avatar

Ishu Gupta

01 May, 2014 01:08 PM

This comment was split from the discussion: Resubscribing without paying for the gap

On a different note we would like to be able to configure the available plans in the plan combo on the secure hosted page where our customers are filling up there billing info as we do not want all those plans which are available to customers X to be available to customers Y.

Thanks,
Ishu

  1. 1 Posted by Jess Pendley on 01 May, 2014 01:15 PM

    Jess Pendley's Avatar

    Hi Ishu --

    Are you thinking about offering only a single plan specifically to customers in group Y or several plans that are specific to customers in group Y?

    Thanks!

  2. 2 Posted by Ishu Gupta on 01 May, 2014 01:47 PM

    Ishu Gupta's Avatar

    There may be multiple.

    Thanks.

  3. 3 Posted by Jess Pendley on 01 May, 2014 02:40 PM

    Jess Pendley's Avatar

    Hi Ishu --

    Directing customers from a group to a specific plan is fairly easy, you just pass the plan code into the hosted pages url like:

    https://yoursite.chargevault.com/create?planCode=yourplan

    The payment page returned by that link will pre-select the plan you have passed in the URL. If you don't want customers to be able to switch plans on this page, you can check the "Disallow pricing plan change on create page when plan code parameter is passed in" option in your Hosted Pages / Preferences configuration.

    If you want to make sure that plan is kept "hidden" from other customers, you can edit the plan and uncheck its "Active" checkbox. Inactive plans never show up on the hosted pages and the setting has no other effect.

    Does that sound like it will work in your situation?

  4. 4 Posted by Ishu Gupta on 05 May, 2014 01:01 PM

    Ishu Gupta's Avatar

    Hi Jeff,

    Thanks for the response.

    This doesn't entirely solve my problem as I want to be able to provide multiple plans (but not all) for a particular set of customers.

    Thanks,
    Ishu

  5. 5 Posted by Ishu Gupta on 05 May, 2014 01:06 PM

    Ishu Gupta's Avatar

    Hi Jess,

    Also I want the customers of the group to be able to select one of the multiple plans provided exclusively to them.

    Thanks,
    Ishu

  6. 6 Posted by Jess Pendley on 05 May, 2014 06:24 PM

    Jess Pendley's Avatar

    Hi Ishu --

    It would take more extensive coding on your end in order to accomplish this. You can use the API and set up and additional payment page that is only accessible to certain customers, but it's not a functionality that's native to CG.

  7. Jess Pendley closed this discussion on 05 May, 2014 06:24 PM.

  8. Ishu Gupta re-opened this discussion on 07 May, 2014 12:14 PM

  9. 7 Posted by Ishu Gupta on 07 May, 2014 12:14 PM

    Ishu Gupta's Avatar

    Hi Jess/Marc,

    Please guide me with the process and api functionality to be used to setup a custom hosted page to display a set of selected plans only to a particular customer group.

    Thanks,
    IShu

  10. 8 Posted by Ishu Gupta on 07 May, 2014 12:20 PM

    Ishu Gupta's Avatar

    Hi Marc,

    I'd also like to add a promotional credit to my subscribers account. This would not offset any scheduled billing but will provide credit amount which shall not be billed to the customer but should be available in the invoice.

    Thanks,
    Ishu

  11. 9 Posted by Jess Pendley on 07 May, 2014 06:27 PM

    Jess Pendley's Avatar

    Hi Ishu --

    Here's the link to our full list of API documents.

    As for the promotion, would you mind explaining that a bit more?

    Thanks!

  12. 10 Posted by Ishu Gupta on 08 May, 2014 06:53 AM

    Ishu Gupta's Avatar

    Hi Jess,

    We appreciate all your help in pointing us in the right direction to achieve our needs. But we do not expect the full API documents link from you when we ask for your support. That is clearly available on your website.

    Does creating a custom hosted page means that we would be handling the credit card information at our end? We do not have the required compliance for that so that's a no go.
    We want to be able to process cc info on your hosted pages but just be able to provide specific set of plans to some of our customers.

    We would like to have Marc Guyer go over this requirement and confirm its feasibility.

    The kind of promotional coupon we want to provide will give a free $100 credit over and above the minimum amount our customers pay and are billed for.

    Thanks,
    Ishu

  13. Support Staff 11 Posted by Marc Guyer on 09 May, 2014 06:27 PM

    Marc Guyer's Avatar

    Does creating a custom hosted page means that we would be handling the credit card information at our end? We do not have the required compliance for that so that's a no go.

    Yes, but you'd just be sending it to CG, not doing any other processing of the card. PCI compliance is required no matter what. If you are not already compliant, you are currently in violation of the PCI DSS. Receiving and then redirecting the CC information to CheddarGetter does elevate PCI compliance requirement slightly.

    We want to be able to process cc info on your pages but just be able to provide specific set of plans to some of our customers.

    It's not possible to restrict to an arbitrary set of plans in the hosted pages. You could restrict to one plan by passing in the planCode as Jess suggested. You could then present these customers with a page on your own site so they can choose a plan from the set of plans you make available on that page.

    Using this option, you would still be using the CG hosted pages and so your PCI compliance requirement would remain as-is.

    The kind of promotional coupon we want to provide will give a free $100 credit over and above the minimum amount our customers pay and are billed for.

    The promotion system currently only enables you to provide a % discount, not a flat amount. You could achieve this via the API as well with custom credits. If your plans bill some time after signup, you could use the newSubscription hook to trigger adding the credit to a particular subscription.

  14. 12 Posted by Ishu on 14 May, 2014 11:07 AM

    Ishu's Avatar

    Thanks for the reply Marc.

    Please clarify:

    |||Yes, but you'd just be sending it to CG, not doing any other processing of the card. PCI compliance is required no matter what. If you are not already compliant, you are currently in violation of the PCI DSS. Receiving and then redirecting the CC information to CheddarGetter does elevate PCI compliance requirement slightly.|||

    We do not receive the cc info at any point we redirect our customers to your hosted pages whenever they want to provide their billing details. Does that still create any compliance liability for us?

    |||You could then present these customers with a page on your own site so they can choose a plan from the set of plans you make available on that page.|||

    This is a great idea. Is it possible to not show any plans at all on the hosted pages and just use them to have our customers provide their billing details?

    |||You could achieve this via the API as well with custom credits. If your plans bill some time after signup, you could use the newSubscription hook to trigger adding the credit to a particular subscription.|||

    Would this reflect in the invoice?

    Thanks for your support.
    Ishu

  15. 13 Posted by Jess Pendley on 15 May, 2014 01:17 PM

    Jess Pendley's Avatar

    Hi Ishu --

    You will only need the extended PCI compliance if you do create the payment page on your site. If you do decide to do this, then it won't be possible to accept billing information on the hosted page.

    As for the credit, if you add the credit via the API or the GUI it will be reflected on the invoice.

  16. 14 Posted by happy wheels ga... on 17 May, 2014 08:03 AM

    happy wheels game
's Avatar

    happy wheels 2 the game Game titles On the internet is surely an online racing online game. Along with creative as well as excellent visuals, put together with their enjoyment, fascinating, sporting as well as reviewing system of which keeps people entertained for hours. Built into this sport is really a thoroughly filled levels publisher which allows you to release ones curiosity in addition to construct one of the most weird and also odd levels imaginable. Content Wheels Demo ranges may be played in addition to liked because of your close friends furthermore. To help immediately hop to the auto racing journey, select perform and also select virtually any levels in addition to identity and enjoy. It is a solely reasonable physics dependent 2d podium structured aspect scrolling video game that has weird in addition to complicated degrees that can examination you to your control. Competition because globe obtains harder, equilibrium, command and also maneuver your current personas to create the idea for the end brand successfully. Real life physics may put the character tossing tumbling in addition to test out precisely how very good you're in making it through. The greatest obstacle should be to prevent permitting your own arms and legs divide from your body into a million pieces. Viewing these kinds of amusing fails as well as grisly incidents stuffed with gore in addition to super-hero dying helps make this particular video game all the more fun. - Notice much more in

  17. 15 Posted by Ishu on 19 May, 2014 12:08 PM

    Ishu's Avatar

    Hi Marc,

    Can we also manage multiple redirection urls for the hosted pages.

    https://cheddargetter.com/admin/hosted-settings/return-locations

    We need to be able to dynamically pass these (but different from the referrer url though) instead of using a single value based on which locations the hosted page was called from.

    Thanks,
    Ishu

  18. 16 Posted by Ishu on 19 May, 2014 12:11 PM

    Ishu's Avatar

    This comment was split into a new private discussion: We are unable to login to your support system

    Hi MArc/Jess,

    We are unable to login to your support system using our CG accounts that's why we are having to post our queries from separate ids.

    The issue has been prevailing for weeks now, please look into this problem.

    Thanks,
    Ishu

  19. Jess Pendley closed this discussion on 19 May, 2014 01:05 PM.

Discussions are closed to public comments.
If you need help with Cheddar please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac