|
List Info
Thread: google checkout return values
|
|
| google checkout return values |
  United States |
2007-07-30 07:04:57 |
Hi Guys,
How can my system knows if a client transactions is
successfully or
not? Does it returns
any values after the transaction, values like transaction
id,
transaction status, order id... etc.? or any kind of return
values
that can be determine the status of a transaction.
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: google checkout return values |

|
2007-07-30 08:01:03 |
On Monday 30 July 2007 13:04, john.diegor gmail.com
wrote:
> Hi Guys,
>
> How can my system knows if a client transactions is
successfully or
> not? Does it returns
> any values after the transaction, values like
transaction id,
> transaction status, order id... etc.? or any kind of
return values
> that can be determine the status of a transaction.
2 ways:
1) Manual: Log into your merchant account and view your
transactions.
2) Automatic: Implement the Notification API as explained
in
http://code.google.com/apis/checkout/developer/index.ht
ml
Look for examples in the scripting language of your choice.
>
>
>
--
--------------------------------------------------
Bob Hutchinson
Arwystli Networks
Linux specialists
Server administration
Programming
Web Hosting
Mail Hosting
web: http://midwales.com
email: hutch arwystli.net
skype: bobhutch
--------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: google checkout return values |

|
2007-07-30 10:17:26 |
|
u can find those example bob mention in this url
http://code.google.com/apis/checkout/samplecode.html
ropu
On 7/30/07, Bob Hutchinson < hutch arwystli.net">hutch arwystli.net> wrote:
On Monday 30 July 2007 13:04, john.diegor gmail.com">john.diegor gmail.com wrote: > Hi Guys, > > How can my system knows if a client transactions is successfully or > not? Does it returns
> any values after the transaction, values like transaction id, > transaction status, order id... etc.? or any kind of return values > that can be determine the status of a transaction.
2 ways:
1) Manual: Log into your merchant account and view your transactions. 2) Automatic: Implement the Notification API as explained in
http://code.google.com/apis/checkout/developer/index.html
Look for examples in the scripting language of your choice.
> > > -- -------------------------------------------------- Bob Hutchinson Arwystli Networks Linux specialists
Server administration Programming Web Hosting Mail Hosting web: http://midwales.com email: hutch arwystli.net">hutch arwystli.net skype: bobhutch
--------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
| Re: google checkout return values |
  United States |
2007-07-30 11:07:17 |
Hi,
Thank you for the quick response on my concern...
One more thing.. What URL (API Callback URL) is the
documentation is
asking for server must have
for this code to receive a response? Is there something we
need to
setup to run this code?
I'm new to this tool and I hope you guys bare with me..
Thank you!
On Jul 30, 11:17 pm, Ropu <rovagn... gmail.com> wrote:
> u can find those example bob mention in this url
>
>
http://code.google.com/apis/checkout/samplecode.html
>
> ropu
>
> On 7/30/07, Bob Hutchinson <hu... arwystli.net> wrote:
>
>
>
>
>
> > On Monday 30 July 2007 13:04, john.die... gmail.com
wrote:
> > > Hi Guys,
>
> > > How can my system knows if a client
transactions is successfully or
> > > not? Does it returns
> > > any values after the transaction, values like
transaction id,
> > > transaction status, order id... etc.? or any
kind of return values
> > > that can be determine the status of a
transaction.
>
> > 2 ways:
>
> > 1) Manual: Log into your merchant account and view
your transactions.
> > 2) Automatic: Implement the Notification API as
explained in
>
> >http://code.google.com/apis/checkout/developer/index.ht
ml
>
> > Look for examples in the scripting language of
your choice.
>
> > --
> >
--------------------------------------------------
> > Bob Hutchinson
> > Arwystli Networks
> > Linux specialists
> > Server administration
> > Programming
> > Web Hosting
> > Mail Hosting
> > web:http://midwales.com
> > email: hu... arwystli.net
> > skype: bobhutch
> >
--------------------------------------------------
>
> --
> .-. --- .--. ..-
> R o p u
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: google checkout return values |

|
2007-07-30 14:10:11 |
|
hi
that url must be set in the GC sellers page-> settings-> integration
and must point to ur responsehandler.php url
remember it must be httpS if u run against production server (sandbox, for testing, can be http)
ropu
On 7/30/07, john.diegor gmail.com">john.diegor gmail.com < john.diegor gmail.com">john.diegor gmail.com
> wrote: Hi,
Thank you for the quick response on my concern...
One more thing.. What URL (API Callback URL) is the documentation is asking for server must have for this code to receive a response? Is there something we need to setup to run this code?
I39;m new to this tool and I hope you guys bare with me.. Thank you!
On Jul 30, 11:17 pm, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > u can find those example bob mention in this url > >
http://code.google.com/apis/checkout/samplecode.html > > ropu > > On 7/30/07, Bob Hutchinson < hu... arwystli.net">hu... arwystli.net> wrote: > > >
> > > > On Monday 30 July 2007 13:04, john.die... gmail.com">john.die... gmail.com wrote: > > > Hi Guys, > > > > How can my system knows if a client transactions is successfully or
> > > not? Does it returns > > > any values after the transaction, values like transaction id, > > > transaction status, order id... etc.? or any kind of return values > > > that can be determine the status of a transaction.
> > > 2 ways: > > > 1) Manual: Log into your merchant account and view your transactions. > > 2) Automatic: Implement the Notification API as explained in > > >
http://code.google.com/apis/checkout/developer/index.html > > > Look for examples in the scripting language of your choice. > > > -- > > --------------------------------------------------
> > Bob Hutchinson > > Arwystli Networks > > Linux specialists > > Server administration > > Programming > > Web Hosting > > Mail Hosting > > web:
http://midwales.com > > email: hu... arwystli.net">hu... arwystli.net > > skype: bobhutch > > --------------------------------------------------
> > -- > .-. --- .--. ..- > R o p u
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
| Re: google checkout return values |
  United States |
2007-07-30 21:38:23 |
Thank you ropu!
On Jul 31, 3:10 am, Ropu <rovagn... gmail.com> wrote:
> hi
>
> that url must be set in the GC sellers page->
settings-> integration
>
> and must point to ur responsehandler.php url
>
> remember it must be httpS if u run against production
server (sandbox, for
> testing, can be http)
>
> ropu
>
> On 7/30/07, john.die... gmail.com
<john.die... gmail.com> wrote:
>
>
>
>
>
> > Hi,
>
> > Thank you for the quick response on my concern...
>
> > One more thing.. What URL (API Callback URL) is
the documentation is
> > asking for server must have
> > for this code to receive a response? Is there
something we need to
> > setup to run this code?
>
> > I'm new to this tool and I hope you guys bare with
me.. Thank you!
>
> > On Jul 30, 11:17 pm, Ropu <rovagn... gmail.com> wrote:
> > > u can find those example bob mention in this
url
>
> > >
http://code.google.com/apis/checkout/samplecode.html
>
> > > ropu
>
> > > On 7/30/07, Bob Hutchinson <hu... arwystli.net> wrote:
>
> > > > On Monday 30 July 2007 13:04,
john.die... gmail.com wrote:
> > > > > Hi Guys,
>
> > > > > How can my system knows if a client
transactions is successfully or
> > > > > not? Does it returns
> > > > > any values after the transaction,
values like transaction id,
> > > > > transaction status, order id...
etc.? or any kind of return values
> > > > > that can be determine the status of
a transaction.
>
> > > > 2 ways:
>
> > > > 1) Manual: Log into your merchant
account and view your transactions.
> > > > 2) Automatic: Implement the Notification
API as explained in
>
> > > >http://code.google.com/apis/checkout/developer/index.ht
ml
>
> > > > Look for examples in the scripting
language of your choice.
>
> > > > --
> > > >
--------------------------------------------------
> > > > Bob Hutchinson
> > > > Arwystli Networks
> > > > Linux specialists
> > > > Server administration
> > > > Programming
> > > > Web Hosting
> > > > Mail Hosting
> > > > web:http://midwales.com
> > > > email: hu... arwystli.net
> > > > skype: bobhutch
> > > >
--------------------------------------------------
>
> > > --
> > > .-. --- .--. ..-
> > > R o p u
>
> --
> .-. --- .--. ..-
> R o p u
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com
To unsubscribe from this group, send email to
google-checkout-api-integration-unsubscribe googlegroups.com
For more options, visit this group at http://groups.google.com/group/google-checko
ut-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---
|
|
| Re: google checkout return values |

|
2007-07-31 09:15:16 |
|
;)
welcome
any other issue, feel free to post here
ropu
On 7/30/07, john.diegor gmail.com">john.diegor gmail.com
< john.diegor gmail.com">john.diegor gmail.com> wrote: Thank you ropu!
On Jul 31, 3:10 am, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > hi > > that url must be set in the GC sellers page-> settings-> integration >
> and must point to ur responsehandler.php url > > remember it must be httpS if u run against production server (sandbox, for > testing, can be http) > > ropu > > On 7/30/07, john.die... gmail.com">
john.die... gmail.com < john.die... gmail.com">john.die... gmail.com> wrote: > > > > > > > Hi, > > > Thank you for the quick response on my concern...
> > > One more thing.. What URL (API Callback URL) is the documentation is > > asking for server must have > > for this code to receive a response? Is there something we need to > > setup to run this code?
> > > I'm new to this tool and I hope you guys bare with me.. Thank you! > > > On Jul 30, 11:17 pm, Ropu < rovagn... gmail.com">rovagn... gmail.com> wrote: > > > u can find those example bob mention in this url
> > > >http://code.google.com/apis/checkout/samplecode.html > > > > ropu > > > > On 7/30/07, Bob Hutchinson <
hu... arwystli.net">hu... arwystli.net> wrote: > > > > > On Monday 30 July 2007 13:04, john.die... gmail.com">john.die... gmail.com wrote: > > > > > Hi Guys,
> > > > > > How can my system knows if a client transactions is successfully or > > > > > not? Does it returns > > > > > any values after the transaction, values like transaction id,
> > > > > transaction status, order id... etc.? or any kind of return values > > > > > that can be determine the status of a transaction. > > > > > 2 ways: >
> > > > 1) Manual: Log into your merchant account and view your transactions. > > > > 2) Automatic: Implement the Notification API as explained in > > > > >
http://code.google.com/apis/checkout/developer/index.html > > > > > Look for examples in the scripting language of your choice. > > > > > -- > > > > --------------------------------------------------
> > > > Bob Hutchinson > > > > Arwystli Networks > > > > Linux specialists > > > > Server administration > > > > Programming > > > > Web Hosting
> > > > Mail Hosting > > > > web:http://midwales.com > > > > email: hu... arwystli.net">hu... arwystli.net > > > > skype: bobhutch
> > > > -------------------------------------------------- > > > > -- > > > .-. --- .--. ..- > > > R o p u > > -- > .-. --- .--. ..- > R o p u
--~--~---------~--~----~------------~-------~--~----~
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-integration googlegroups.com To unsubscribe from this group, send email to google-checkout-api-integration-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/google-checkout-api-integration?hl=en -~----------~----~----~----~------~----~------~--~---
|
[1-7]
|
|