Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #17028

Re: Need help with two-way script

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: Need help with two-way script
Date 2016-09-08 06:29 +0200
Message-ID <e3c7q1F18puU1@mid.individual.net> (permalink)
References <XnsA67CBF5BC96D8arbpenyahoocom@213.239.209.88> <nqqjo0$u0j$1@jstuckle.eternal-september.org>

Show all headers | View raw


On 09/08/2016 04:51 AM, Jerry Stuckle wrote:
> On 9/7/2016 9:48 PM, Adrienne Boswell wrote:
>> I am coming here because I don't really even know what to google for, and 
>> I'm sure that many of you can do this with your eyes closed.  That's why 
>> I'm coming to the experts.
>>
>> Here is the scenario.  A customer is at the checkout page of an online 
>> store, example.com. They would put in their email address, credit card 
>> information, etc., and hit send.

Congratulation, you will have the enjoyable task of reading the  	
PCI DSS documentations from the payment card industry:
https://www.pcisecuritystandards.org/document_library

>> 1. The site, example.com, sends a post request to 
>> https://aloyaltycard.com with the person's email address, their merchant 
>> number and total amount of the transation.
>> 2. aloyaltycard.com receives the information, does a quick check to 
>> verify that the email address is on file and notes the transaction in its 
>> db. (I already know how to do this part)
>> 3. aloyaltycard.com sends back a verification to example.com that the 
>> email address is good and 90% of the transaction amount. (This is where I 
>> need help)
>> 4. Then example.com completes the tranaction on their end giving the user 
>> a 10% discount, which should match up with the 90% aloyaltycard.com sent 
>> back in the verification.
>>
>> Thank you in advance for your time and assistance.
>>
> 
> Not really enough information for a meaningful response.  What is the
> communication between example.com and aloyaltycard.com?  Is it http?
> Json?  Database (i.e. MySQL)?  XML?

Also if it's direct communication between the sites or the data
transported with redirecting the customer between the sites (that could
be prone for fraud).

> You probably should be asking the folks at aloyaltycard.com for
> information on how to work with their server.
> 
> And BTW - I hope you're talking about a domain owned by Josef Rotter
> Marketing (aloyaltycard.com).  Otherwise you shouldn't be using someone
> else's domain in your post.

for me it has a feel of a school task, but sure I could be wrong.

-- 

 //Aho

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 01:48 +0000
  Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-07 22:51 -0400
    Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-08 06:29 +0200
      Re: Need help with two-way script bill <william@TechServSys.com> - 2016-09-08 07:50 -0400
        Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 17:39 +0000
    Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 17:43 +0000
      Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 14:05 -0400
        Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-08 22:06 +0200
          Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 16:59 -0400
            Re: Need help with two-way script (PCI DSS) "J.O. Aho" <user@example.net> - 2016-09-09 06:32 +0200
              Re: Need help with two-way script (PCI DSS) Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-09 10:05 -0400
                Re: Need help with two-way script (PCI DSS) "J.O. Aho" <user@example.net> - 2016-09-09 18:21 +0200
        Re: Need help with two-way script Adrienne Boswell <arbpen@yahoo.com> - 2016-09-08 20:17 +0000
          Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-08 17:03 -0400
          Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 12:04 +0200
      Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 11:54 +0200
  Re: Need help with two-way script Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-09-08 12:54 +0100
  Re: Need help with two-way script "J.O. Aho" <user@example.net> - 2016-09-09 06:54 +0200
  Re: Need help with two-way script Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-09-10 09:04 +0200
    Re: Need help with two-way script Jerry Stuckle <jstucklex@attglobal.net> - 2016-09-10 10:19 -0400
  Re: Need help with two-way script He <y12983@mail.ee> - 2022-02-02 02:23 -0800

csiph-web