List Info

Thread: success/failure response




success/failure response
user name
2007-12-26 06:51:31
Hi all,
How can we get a success/failure response from google
checkout?

Thanks you for your time...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-26 07:58:57
what kind of response do you mean?
response to what?

cheers,

On Dec 26, 2007 9:51 AM, Aneesh S <aneevsgmail.com> wrote:
>
> Hi all,
> How can we get a success/failure response from google
checkout?
>
> Thanks you for your time...
> >
>



-- 
pablof

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-26 09:33:25
Hi,
There is one way of getting response.
Notification API
We can send our order id in merchant's private data and
create a
listner
Where we can update order status (we can get mercahnt's
private data)
depending upon status or order
Neetu

On Dec 26, 6:58 pm, pablof <pab...gmail.com> wrote:
> what kind of response do you mean?
> response to what?
>
> cheers,
>
> On Dec 26, 2007 9:51 AM, Aneesh S <ane...gmail.com> wrote:
>
>
>
> > Hi all,
> > How can we get a success/failure response from
google checkout?
>
> > Thanks you for your time...
>
> --
> pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-27 00:42:55

The Notification API is only for the XML API, I think. Wat
can I do
for the HTTP API? I need to update the order status in my
shopping
cart after the transaction(whether its success/declined). Do
u have
any other idea for that?

Thanks..

On Dec 26, 8:33 pm, Nits <neetu_hun...yahoo.com> wrote:
> Hi,
> There is one way of getting response.
> Notification API
> We can send our order id in merchant's private data and
create a
> listner
> Where we can update order status (we can get mercahnt's
private data)
> depending upon status or order
> Neetu
>
> On Dec 26, 6:58 pm, pablof <pab...gmail.com> wrote:
>
> > what kind of response do you mean?
> > response to what?
>
> > cheers,
>
> > On Dec 26, 2007 9:51 AM, Aneesh S <ane...gmail.com> wrote:
>
> > > Hi all,
> > > How can we get a success/failure response
from google checkout?
>
> > > Thanks you for your time...
>
> > --
> > pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-27 00:48:33
The response means after completing the transaction
successfully( or
declined ) the system(google checkout) should redirect them
to my site
to update the order status...

On Dec 26, 6:58 pm, pablof <pab...gmail.com> wrote:
> what kind of response do you mean?
> response to what?
>
> cheers,
>
> On Dec 26, 2007 9:51 AM, Aneesh S <ane...gmail.com> wrote:
>
>
>
> > Hi all,
> > How can we get a success/failure response from
google checkout?
>
> > Thanks you for your time...
>
> --
> pablof
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-27 07:11:22
you can receive the notifications in xml or in html
name/value pairs,
but you're gonna need an SSL certificate (https) for this to
work.

more info here:
http://code.google.com/apis/checkout/deve
loper/Google_Checkout_XML_API_Notification_API.html#Receivin
g_and_Processing_Notifications

On Dec 27, 2007 3:42 AM, Aneesh S <aneevsgmail.com> wrote:
>
>
> The Notification API is only for the XML API, I think.
Wat can I do
> for the HTTP API? I need to update the order status in
my shopping
> cart after the transaction(whether its
success/declined). Do u have
> any other idea for that?
>
> Thanks..
>
>
> On Dec 26, 8:33 pm, Nits <neetu_hun...yahoo.com> wrote:
> > Hi,
> > There is one way of getting response.
> > Notification API
> > We can send our order id in merchant's private
data and create a
> > listner
> > Where we can update order status (we can get
mercahnt's private data)
> > depending upon status or order
> > Neetu
> >
> > On Dec 26, 6:58 pm, pablof <pab...gmail.com> wrote:
> >
> > > what kind of response do you mean?
> > > response to what?
> >
> > > cheers,
> >
> > > On Dec 26, 2007 9:51 AM, Aneesh S
<ane...gmail.com> wrote:
> >
> > > > Hi all,
> > > > How can we get a success/failure
response from google checkout?
> >
> > > > Thanks you for your time...
> >
> > > --
> > > pablof
> >
>



-- 
pablof

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: success/failure response
user name
2007-12-27 07:13:27
there's no way to automatically redirect the buyer back to
your site,
but you can specify the "continue shopping" url
that gets shown as a
link back to your site after the buyer has completed the
transaction.

the tag info:
http://code.google.com/apis/checkout/developer/Google_Che
ckout_XML_API_Tag_Reference.html#tag_continue-shopping-url

here's how to use it with the html api:
http://checkout.google.com/sup
port/sell/bin/answer.py?answer=64729&topic=11964

On Dec 27, 2007 3:48 AM, Aneesh S <aneevsgmail.com> wrote:
>
> The response means after completing the transaction
successfully( or
> declined ) the system(google checkout) should redirect
them to my site
> to update the order status...
>
> On Dec 26, 6:58 pm, pablof <pab...gmail.com> wrote:
> > what kind of response do you mean?
> > response to what?
> >
> > cheers,
> >
> > On Dec 26, 2007 9:51 AM, Aneesh S <ane...gmail.com> wrote:
> >
> >
> >
> > > Hi all,
> > > How can we get a success/failure response
from google checkout?
> >
> > > Thanks you for your time...
> >
> > --
> > pablof
>
> >
>



-- 
pablof

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "API Integration Basics" group.
To post to this group, send email to
google-checkout-api-integrationgooglegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribegooglegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )