Announcement

Collapse
No announcement yet.

CALLBACK Question

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

    CALLBACK Question

    When data is passed back from an online credit clearing site such as SecPay, WorldPay etc, do these sites send data back to a routine on your own website, or do they send a .occ file back?

    If the send data back to a local routine, which .pl file?

    #2
    OK - I figure that CALLBACKs get sent back to os000001.pl - the Credit Card clearing company I am using send back the following fields which I want to integrate into os000001.pl - how/where do I "translate" these fields:-

    cart_order_id = $sCartID
    credit_card_processed = "Y" if authorised

    Comment


      #3
      Which PSP are you using? Generally it is the PSP that writes the integration - we just test it and include it in the application.

      Comment

      Working...
      X