Announcement

Collapse
No announcement yet.

The Thank You Page Return URL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The Thank You Page Return URL

    Hey guys, I'm working on the custom API order form, using RSP's billing options and was wondering what is available to me on the return url.

    From what I can tell there are no GET variables available, and with the demo checkout I can only tell that there is a POST variable named 'temporary_id' and that's it. I can force some SESSION data to persist but session vars aren't always reliable.

    So I need to know if that 'temporary_id' in the POST is also sent to my thank you page even with the other payment methods. And if so, what can I do with that ID? Is there an undocumented API call I can use to get data about the order?

    I"m just trying to track orders better, it's very hard to put marketing effort if you can't track your goals and well and order going through is the biggest goal.

    Any info is appreciated.

    Thanks.

  • #2
    UPDATE: I have just received confirmation that every payment type returns temporary_id in the POST.

    Thanks

    Comment

    Working...
    X