List Info

Thread: google checkout return values




google checkout return values
country flaguser name
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-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: google checkout return values
user name
2007-07-30 08:01:03
On Monday 30 July 2007 13:04, john.diegorgmail.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: hutcharwystli.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-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: google checkout return values
user name
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 < hutcharwystli.net">hutcharwystli.net> wrote:

On Monday 30 July 2007 13:04, john.diegorgmail.com">john.diegorgmail.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.

&gt;
>
&gt;
--
--------------------------------------------------
Bob Hutchinson
Arwystli Networks
&nbsp; Linux specialists
 &nbsp;Server administration
  Programming
&nbsp; Web Hosting
&nbsp; Mail Hosting
web: http://midwales.com
email: hutcharwystli.net">hutcharwystli.net
skype: bobhutch
--------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; 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-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: google checkout return values
country flaguser name
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-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: google checkout return values
user name
2007-07-30 14:10:11
hi

that url must be set in the GC sellers page-> settings-&gt; 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.diegorgmail.com">john.diegorgmail.com < john.diegorgmail.com">john.diegorgmail.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&#39;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
>
&gt; 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
&gt; > > 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.
>
&gt; > 2 ways:
>
> > 1) Manual: Log into your merchant account and view your transactions.
> > 2) Automatic: Implement the Notification API as explained in
>
&gt; > http://code.google.com/apis/checkout/developer/index.html
>
> > Look for examples in the scripting language of your choice.
&gt;
> > --
> > --------------------------------------------------
&gt; > Bob Hutchinson
> > Arwystli Networks
&gt; >   Linux specialists
> >   Server administration
> >   Programming
> >   Web Hosting
&gt; >   Mail Hosting
&gt; > web: http://midwales.com
> > email: hu...arwystli.net">hu...arwystli.net
> > skype: bobhutch
&gt; > --------------------------------------------------
&gt;
> --
> .-. --- .--. ..-
> R &nbsp;o &nbsp;p ; u

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; 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-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: google checkout return values
country flaguser name
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-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: google checkout return values
user name
2007-07-31 09:15:16
;)

welcome

any other issue, feel free to post here

ropu

On 7/30/07, john.diegorgmail.com">john.diegorgmail.com < john.diegorgmail.com">john.diegorgmail.com> wrote:

Thank you ropu!

On Jul 31, 3:10 am, Ropu < rovagn...gmail.com">rovagn...gmail.com> wrote:
>; hi
>
&gt; that url must be set in the GC sellers page-> settings-&gt; integration
>
&gt; and must point to ur responsehandler.php url
>
&gt; 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,
>
&gt; > 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?
&gt;
> > 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,
&gt;
> > > > > How can my system knows if a client transactions is successfully or
> > > > > not? Does it returns
&gt; > > > > 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
>
&gt; > > > http://code.google.com/apis/checkout/developer/index.html
>
> > > > Look for examples in the scripting language of your choice.
&gt;
> > > > --
> > > > --------------------------------------------------
&gt; > > > Bob Hutchinson
> > > > Arwystli Networks
&gt; > > >   Linux specialists
> > > >   Server administration
> > > >   Programming
> > > >   Web Hosting
> > > >   Mail Hosting
&gt; > > > web:http://midwales.com
> > > > email: hu...arwystli.net">hu...arwystli.net
> > > > skype: bobhutch
> > > > --------------------------------------------------
>;
> > > --
> > > .-. --- .--. ..-
> > > R &nbsp;o &nbsp;p ; u
&gt;
> --
> .-. --- .--. ..-
> R &nbsp;o &nbsp;p ; u

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "API Integration Basics&quot; 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-checkout-api-integration?hl=en
-~----------~----~----~----~------~----~------~--~---

[1-7]

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