Jump to content

How do you receive a message over HTTPS?


doubledee

Recommended Posts

Not sure if my title line was worded correctly, but here is what I am trying to understand...

 

I need to hook my website up to a payment gateway to accept credit cards.

 

After I package up the customer's payment details and send the payment gateway an XML string, their server supposedly sends back a request for more information OR it indicates a Pass/Fail message.

 

This is where I am getting lost.

 

If I send data over HTTPS using POST, then how am I supposed to receive a message back from them?

 

It's not like we are on the telephone and there is a "live" link between my web server and theirs?!

 

Can someone please explain how this works?

 

Thanks,

 

 

 

Debbie

 

 

Link to comment
Share on other sites

I've only worked with Paypal's API so I can only comment on that. They send a POST request to a script location that you specify (generally known as a postback). The POST request contains all of the information about the transaction (was it successful, etc).

 

This will give you an idea on how to interpret the postback.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.