php and Worldpay account type setup.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Richard Brooks

    php and Worldpay account type setup.

    Is anyone using a payment routine withing their own php site ?

    I'd assume a MySql database is needed to remember days paid for and a
    date/time counter against cost per day but are there more specific
    details that one can learn before paying for an account ?

    I've tried emailing WorldPay for more specific details so that I can get
    my routines such as redirections worked out properly but they don't seem
    to reply and their tutorials are none too helpful, programmaticall y.

    Thanks,


    Richard Brooks.
  • Chris Hope

    #2
    Re: php and Worldpay account type setup.

    Richard Brooks wrote:
    [color=blue]
    > Is anyone using a payment routine withing their own php site ?[/color]

    Yes.
    [color=blue]
    > I'd assume a MySql database is needed to remember days paid for and a
    > date/time counter against cost per day but are there more specific
    > details that one can learn before paying for an account ?[/color]

    Days paid for? Cost per day?
    [color=blue]
    > I've tried emailing WorldPay for more specific details so that I can
    > get my routines such as redirections worked out properly but they
    > don't seem to reply and their tutorials are none too helpful,
    > programmaticall y.[/color]

    The WorldPay documentation is excellent and covers, among other stuff,
    how to redirect or post to their payment pages, how to handle callbacks
    so your local script can do whatever it needs to to process the order
    at your end.

    Here's the main support site:


    And this is the online documentation for integration:


    I have a couple of PDFs which also cover this stuff and they'll be on
    that site somewhere as well.

    --
    Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com

    Comment

    • Richard Brooks

      #3
      Re: php and Worldpay account type setup.

      Chris Hope wrote:[color=blue]
      > Richard Brooks wrote:
      >
      >[color=green]
      >>Is anyone using a payment routine withing their own php site ?[/color]
      >
      >
      > Yes.
      >
      >[color=green]
      >>I'd assume a MySql database is needed to remember days paid for and a
      >>date/time counter against cost per day but are there more specific
      >>details that one can learn before paying for an account ?[/color]
      >
      >
      > Days paid for? Cost per day?
      >
      >[color=green]
      >>I've tried emailing WorldPay for more specific details so that I can
      >>get my routines such as redirections worked out properly but they
      >>don't seem to reply and their tutorials are none too helpful,
      >>programmatica lly.[/color]
      >
      >
      > The WorldPay documentation is excellent and covers, among other stuff,
      > how to redirect or post to their payment pages, how to handle callbacks
      > so your local script can do whatever it needs to to process the order
      > at your end.[/color]

      I must have been looking in the wrong area as all I found was some bumph
      on them assigning you your own unique ID number and nothing relative to
      the actual concepts of patching any required jumps, etc.

      Thanks Chris!
      [color=blue]
      >
      > Here's the main support site:
      > http://support.worldpay.com/
      >
      > And this is the online documentation for integration:
      > http://support.worldpay.com/kb/integ...help/whnjs.htm
      >
      > I have a couple of PDFs which also cover this stuff and they'll be on
      > that site somewhere as well.
      >[/color]

      Comment

      Working...